-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 2.5 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
<html>
<head>
<title>Shawn Headrick</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
<p class="splash">A long time ago in a browser far,<br />far away ....</p>
<p class="heading">Shawn Headrick</p>
<div class="scroll">
<div class="scroll-container">
<p class="scroll-title">Episode VI</p>
<p class="scroll-title">Return Of The Developer</p>
<br />
<p class="scroll-content">It is a period of technological innovation. Once the bastion of a select few, the INTERNET, and the improvements it heralded, now permeate all facets of society.</p>
<p class="scroll-content">Directing devices from the largest supercomputers to the smallest smartphones, SOFTWARE has become a critical link in every aspect of our lives.</p>
<p class="scroll-content">As this power grows, it becomes increasingly important that the keepers of this knowledge, the DEVELOPERS, remain vigilant against the never-ending onslaught of BUGS and the havoc they bring ....</p>
<br />
<br />
<br />
<p class="scroll-content">
<a target="_blank" href="https://about.me/shawn.headrick">
<img class="social" src="icon-about-me.png" /> about.me/shawn.headrick
</a>
</p>
<p class="scroll-content">
<a target="_blank" href="https://www.linkedin.com/in/shawnheadrick">
<img class="social" src="icon-linkedin.png" /> linkedin.com/in/shawnheadrick
</a>
</p>
<p class="scroll-content">
<a target="_blank" href="https://www.facebook.com/shawn.headrick">
<img class="social" src="icon-facebook.png" /> facebook.com/shawn.headrick
</a>
</p>
<p class="scroll-content">
<a target="_blank" href="https://www.twitter.com/IronManRust">
<img class="social" src="icon-twitter.png" /> twitter.com/IronManRust
</a>
</p>
<p class="scroll-content">
<a target="_blank" href="https://www.youtube.com/IronManRust">
<img class="social" src="icon-youtube.png" /> youtube.com/IronManRust
</a>
</p>
</div>
</div>
</body>
</html>