-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 1.98 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
<!DOCTYPE HTML>
<html>
<head>
<title>Vedarsh Shah</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" sizes="32x32" href="favicon-32.png" />
<link rel="icon" sizes="128x128" href="favicon-128.png" />
<link rel="icon" sizes="180x180" href="favicon-180.png" />
<link rel="apple-touch-icon-precomposed" href="favicon-180.png" />
<link rel="icon" sizes="192x192" href="favicon-192.png" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Vedarsh Shah</h1>
<p>Computer Science & Statistics @ Duke University • Class of 2025 • Software Engineer</p>
<nav>
<ul>
<li><a href="https://linkedin.com/in/vedarsh-shah" class="icon brands fa-linkedin-in" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/vedarshshah" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope" target="_blank"><span class="label">Email</span></a></li>
</ul>
</nav>
<br />
<small>Visit my <a href="/ie">Duke I&E E-Portfolio here</a>.</small>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">© Vedarsh Shah. Design: <a href="http://html5up.net">HTML5 UP</a>.</span>
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>