-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 2.19 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>my personal website</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>ISUR.in</h1>
<ul>
<!--
<li><a href="./res/admit_letter.pdf">Download <strong>Admit Letter</strong></a></li>
<li><a href="./res/financial_guarantee_form.pdf"> <strong>Financial Guarantee</strong></a></li>
<li><a href="./res/immunization_form.pdf"> <strong>Immunization Form</strong></a></li>
-->
<img src="./pic/peace_is.jpg">
<li>Defining Peace at</li>
<li>World Peace Initiative</li>
<li>Boryeong South korea</li>
</ul>
</header>
<section>
<h1>SITE under construction</h1>
The Website isn't ready yet, but do come back to check more later. <br><br>
Meanwhile both <strong>MAVEN</strong> and <strong>MOM</strong> (India's initiative to reach Mars) are heading towards Mars.
To make things more exciting they gonna encounter <strong>"Siding Spring comet"</strong> just after reaching there,
as if the divine is greeting em. I am excited and biting my nails for both.<br><br>
<pre> I am gonna reach Mars and beyond...Metaphorically speaking</pre>
</section>
<footer>
<p>Personal Website of <strong>Indranil Sur</strong></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></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-53930214-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>