forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (37 loc) · 1.82 KB
/
index.html
File metadata and controls
48 lines (37 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: home
author_profile: true
---
<!DOCTYPE html>
<html>
<head>
<style>
.button {
border: 2px solid;
border-color: #B60E4E;
color: #FFF6FB;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #000000;} /* Black */
</style>
</head>
<body>
<!--<h1 style="color: #ff2400;">Welcome All!</h1>-->
<h1 style="color: white;">Welcome All!</h1>
<p>My name is Adam and I'd like to welcome you to my research! This tiny speck in cyberspace explores the relationship between cybersecurity, networking, gaming, and the architecture they are built on. Here you will find cloud-based network and security simulations, vulnerability write-ups, documented results, and any rabbit holes I fall into along the way.</p>
<h2 style="color: white;">What to Expect</h2>
<p>Everything shared here is of personal interest to me. I have a passion for education and most, if not all, of what is shared will be written to help teach those who come across it. We will explore and build systems to see how they're connected, how data moves through them, and we'll document vulnerabilities, solutions, and ideas along the way.</p>
<!--
<h5>Visit my GitHub:</h5> <button class="button button2" onclick="location.href='https://digitalhammer.github.io/_pages/simulations/'">GitHub</button>
<h5>Explore Simulations:</h5> <button class="button button2" onclick="location.href='https://digitalhammer.github.io/_pages/simulations/'">Simulations</button>
<h5>Read Security Write-Ups: </h5>
<h5>Connect with me on LinkedIn: </h5>
-->
<!--<button class="button button2" onclick="location.href='https://digitalhammer.github.io/welcome/'">Site Intro</button>-->