-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
57 lines (53 loc) · 2.05 KB
/
old.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
<!DOCTYPE html>
<html>
<head>
<title>Subhankar Panda</title>
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<script type="text/javascript" src="./js/popup.js"></script>
<script type="text/javascript" src="./js/disco/index.js"></script>
<meta charset="utf-8">
<meta name="description" content="Subhankar Panda, Math-CS Major at UCSD">
<meta name="title" content="Subhankar Panda">
<meta name="keywords" content="subhankar, panda, ucsd, personal website, ucsd, subhankar panda, Subhankar Panda, Subhankar, Panda, resume">
<meta name="author" content="Subhankar Panda">
</head>
<body>
<section id="landing">
<div id="popup">
My email is copied to your clipboard. Looking forward to hearing from you!
</div>
<div id="content" >
<div class="container ">
<div class="col-md-9">
<h2>Subhankar Panda</h2>
<div>
<p class="">Junior at <a href="http://ucsd.edu" target="_blank">UC San Diego</a>
studying Mathematics and Computer Science. I have previously typed things into computers at <a href="http://saatchiwellness.com" target="_blank">Saatchi & Saatchi Wellness</a> and <a href="http://ccas.ucsd.edu" target="_blank">CCAS</a>
</br>
</br>
</p>
<div id="links">
<a href="https://github.com/subhankar-panda" target="_blank">GitHub</a>
<span>\</span>
<a href="https://www.linkedin.com/in/subhankar-panda/" target="_blank" >LinkedIn</a>
<span>\</span>
<a>Resume</a>
<span>\</span>
<a id="email">s1panda [at] ucsd.edu</a>
</div>
</div>
</div>
</div>
</div>
</section>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91092549-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>