-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
70 lines (51 loc) · 2.57 KB
/
index.htm
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>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
s
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19282305-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-19282305-1');
</script>
<!-- <script>!function(){var e=window.Cohere=window.Cohere||[];if(e.invoked)console.error("Tried to load Cohere twice");else{e.invoked=!0,e.snippet="0.2",e.methods=["init","identify","stop","showCode"],e.methods.forEach(function(o){e[o]=function(){var t=Array.prototype.slice.call(arguments);t.unshift(o),e.push(t)}});var o=document.createElement("script");o.type="text/javascript",o.async=!0,o.src="https://static.cohere.so/main.js",o.crossOrigin="anonymous";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(o,t)}}();</script>
<script>window.Cohere.init("JE1bPnXU-bWuDItDgd36bp71");</script> -->
<title>Ishaan Gandhi</title>
<meta name="description" content="Personal Site">
<meta name="author" content="Ishaan Gandhi">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
</head>
<body>
<script>document.body.className += ' fade-out';</script>
<div class="container">
<h2 class="name">Ishaan <b>Gandhi</b></h2>
<img src="img/ish.jpeg" />
<div class="stuff">
<a target="_blank" href="bookshelf.html" style="text-decoration: none"><u>Bookshelf</u></a><br>
<a target="_blank" href="writing" style="text-decoration: none"><u>Writings</u></a><br>
</div>
<ul class="contact">
<li><a target="_blank" href="mailto:[email protected]" class="ma"><i class="fa fa-envelope-square fa-2x"></i></a>
</li>
<!-- <li><a target="_blank" href="https://www.linkedin.com/in/ishaangandhi" class="li"><i
class="fa fa-linkedin-square fa-2x"></i></a></li> -->
</ul>
</div>
<div class="bar"> </div>
<script>
window.onload = function () {
document.body.className = '';
}
</script>
</body>
</html>