-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (62 loc) · 2.95 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>
<title>Vyrotek | Jason Barnes</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="msvalidate.01" content="A630352A8403E3BCD855C99C45365530" />
<meta name='description' content='Vyrotek.com - Jason Barnes - Software Engineer & Entrepreneur'>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="images/jason.png" alt="" /></span>
<h1>Jason Barnes</h1>
<p>
Software Engineer & Entrepreneur
</p>
</header>
<hr />
<ul class="icons">
<li><a href="https://twitter.com/vyrotek" class="fa-twitter">Twitter</a></li>
<li><a href="https://www.instagram.com/vyro" class="fa-instagram" >Instagram</a></li>
<li><a href="https://github.com/vyrotek" class="fa-github">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/jtbarnes/" class="fa-linkedin">LinkedIn</a></li>
<li><a href="mailto:jason@vyrotek.com" class="fa-envelope">Email</a></li>
<li><a href="http://www.entacit.com" class="fa-briefcase">Work</a></li>
<li><a href="https://stackoverflow.com/story/vyrotek" class="fa-stack-overflow">StackOverflow</a></li>
<li><a href="https://steamcommunity.com/id/vyrotek/" class="fa-steam">Steam</a></li>
<li><a href="https://www.twitch.tv/vyrotek" class="fa-twitch">Twitch</a></li>
<li><a href="https://news.ycombinator.com/user?id=vyrotek" class="fa-y-combinator">HackerNews</a></li>
<li><a href="https://angel.co/jason-barnes" class="fa-angellist">AngelList</a></li>
<li><a href="http://team498.com" class="fa-trophy">Trophy</a></li>
<li><a href="https://vyrotek.itch.io" class="fa-gamepad">Itch.io</a></li>
<li><a href="https://dotnet.microsoft.com/" class="fa-windows">.NET</a></li>
<li><a href="https://azure.microsoft.com/" class="fa-cloud">Azure</a></li>
<li><a href="https://quick.live" class="fa-flask">Quick.live</a></li>
</ul>
<hr />
<img src="images/vyrotek.png"/>
</section>
<footer id="footer">
Jason Barnes
</footer>
</div>
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-preload\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154948268-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154948268-1');
</script>
</body>
</html>