-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello world! Welcome to my space.</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600|Poiret+One" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script type="text/javascript" src="js/feeder.js"></script>
<script type="text/javascript" src="js/tip.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 10%">
<h1 class="header" id="hGreet">WELCOME</h1>
<h1 class="header qblock">SIRS</h1>
<section id="qotd" class="quote">loading quote...</section>
</div>
<div class="twelve columns data">
<p>Hello there, <br>I am Adarsh Pathak, a <span title="Sophomore, B.Tech-CSE" id="tip"><abbr>student</abbr></span>, a designer and a developer who is in ♥︎ with computers, check out my <a href="http://helllabs.in/">ongoing project here</a>.</p>
<section class="bs-callout bs-callout-info"><h4>post scriptum.</h4> Caring and thinking of ways to use technology to solve the societal bugs. Intersted in AI. FOSS FTW 😊</section>
</div>
</div>
</div>
<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-87682904-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>