-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
86 lines (79 loc) · 3.51 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML>
<!--
Shyamal Ruparel
Forked Aerial 1.0 by html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Shy's Personal Website</title>
<meta property="og:title" content="Shy Ruparel" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://shy.dev/" />
<meta property="og:image" content="images/thumb.png" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta property="og:description" name="description" content="Personal Website for Shyamal Ruparel">
<meta name="keywords" content="DevRel, Docker, Computer Science, University of Cincinnati, burst development, Major League Hacking, hackNY, HACKNY, Hackathons, Contentful">
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<img src="images/logo.png" width="55%">
<nav>
<ul>
<li>
<a href="mailto:[email protected]" class="fa fa-envelope-o">
<span>Email</span>
</a>
</li>
<li>
<a href="https://github.com/Shy" class="fa fa-github-alt">
<span>Github</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLnbuPIdhRB0Twmxfil0qWQ7SPl6Pu0Wki" class="fa fa-youtube">
<span>Youtube</span>
</a>
</li>
<li>
<a href="https://noti.st/shy" class="fa fa-file-powerpoint-o">
<span>Powerpoint</span>
</a>
</li>
<!--<li>
<a href="book-viz" class="fa fa-pie-chart">
<span>Viz of everything I've read this year.</span>
</a>
</li>-->
</ul>
</nav>
</header>
</div>
</div>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36164310-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>