-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (57 loc) · 2.45 KB
/
index.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hayden Neumeyer</title>
<link rel="shortcut icon" href="/img/favicon.png">
<script src="anal.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link href='css/ionicons.css' rel='stylesheet' type='text/css' />
<link href='css/main.css' rel='stylesheet' type='text/css' />
</head>
<body>
<header>
<div class="overlay">
<div class="container">
<div class="hero">
<a href="../"><h1>Hayden Neumeyer</h1></a>
<h2>Now Hosted on a 400MHz Sun Ultra 5!</h2><br/>
<div class="rainbow">Meows at Computers</div> AKA: Hadn69<br/>
<a href="https://ball.holdings" class="btn btn-large btn-full"><span class="ion-settings"> </span>Ball Holdings</a>
<a href="mailto:[email protected]" target="_blank" class="btn btn-large btn-full"><span class="ion-android-mail"> </span>Contact Me</a>
</div>
</div>
</div>
</header>
<div class="container">
<div class="box">
<div class="inner">
<a href="hayden_resume.pdf" target="_blank"><span class="icon ion-ios-paper"></span>
<h2>My Resume</h2></a>
<p>In case you want to know more about me.</p>
</div>
</div>
<div class="box">
<div class="inner">
<a href="https://github.com/Hadn69/" target="_blank"><span class="icon ion-social-github"></span>
<h2>GitHub</h2></a>
<p>Most of the things I work on are open source.</p>
</div>
</div>
<div class="box">
<div class="inner">
<a href="http://steamcommunity.com/id/hadn69/" target="_blank"><span class="icon ion-steam"></span>
<h2>Steam</h2></a>
<p>I like playing games. Feel free to add me :D</p>
</div>
</div>
</div>
<br clear="both"></div>
<div class="container">
<div class="footer" style="clear: both; margin-top: 30px; height:60px; text-align: center; font-size:14px; color: rgb(150, 150, 150);">
<span> © 2024 <span class="ion-transgender"></span>Hadn69. Site originally designed by Nijikokun and Aesen for the <a href="http://www.spongepowered.org/" target="_blank">SpongePowered</a> project and modified by <a href="https://github.com/TehNut/tehnut.info">TehNut</a>. I take no ownership of their work.</span><br>
<span>Solaris background copyright Oracle. Pls don't sue me.</span>
</div>
</div>
</body>
</html>