-
Notifications
You must be signed in to change notification settings - Fork 0
/
personal.html
70 lines (55 loc) · 2.53 KB
/
personal.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<title>Anant Agarwal</title>
</head>
<script type="text/javascript"><!--
function obfuscate( domain, name ) { document.write('<a href="mai' +
'lto:' + name + '@' + domain + '">' + name + '@' + domain + '</' + 'a>'); }
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52998397-1', 'auto');
ga('send', 'pageview');
</script>
<body>
<div id="wrapper">
<h1 style="color:#444444">
Anant Agarwal
</h1>
<p>
<i><font size="2"><span id="grad">Graduate Student</span><br>
North Carolina State University
</font></i>
</p>
<p>"Stay Hungry, Saty Foolish" - Steve Jobs</p>
<div id="socialLinks">
<ul class="nav" id="navigationLinks">
<li><a href="http://www.linkedin.com/in/anantag"><img src="images/l.png" style="border:none" width="20" height="20"></a></li>
<li><a href="http://www.github.com/anantag"><img src="images/github.jpg" style="border:none" width="20" height="20"></a></li>
<li><a href="http://www.twitter.com/anant_agarwal"><img src="images/twitter.png" style="border:none" width="20" height="20"></a></li>
<li><a href="http://www.facebook.com/anantag23"><img src="images/fb.ico" style="border:none" width="20" height="20"></a></li>
<li><a href="https://www.dropbox.com/s/zkezj85o5ec736z/Resume_AnantAgarwal.pdf"><img src="images/cv.png" style="border:none" width="20" height="20"></a></li>
</ul>
</div>
<br>
<hr size="2">
<ul class="nav" id="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="education.html">Education</a></li>
<li style="letter-spacing:0.1em">Experience</li>
<li><a href="projects.html">Projects</a></li>
<li><a href="personal.html">[Personal]</a></li>
</ul>
<br>
<hr size="2">
<div id="body">
<span id="underCons">I will come back to this once I figure out what to write here.</span>
</div>
</div>
</body>
</html>