-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (60 loc) · 2.92 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</title>
<link rel="stylesheet" type="text/css" href="public/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="public/css/style.css">
</head>
<body>
<div class="blog row">
<div class="col-md-3 col-sm-4" id="profile_description">
<div class="text-center">
<img src="public/img/profile.png" id="profile_pic"/>
<div id="aboutme_short">AMANDEEP GUPTA<br/><section style="font-size:15px;">Web Developer | Programmer<section>
</div>
<br/>
<a href="https://twitter.com/codingeass" class="twitter-follow-button" data-show-count="false">Follow @codingeass</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<br/>
<div id="navigation_section">
<a id="nav_node">
<span class="glyphicon glyphicon glyphicon-tags"></span> Blog
</a>
<a id="nav_node">
<span class="glyphicon glyphicon glyphicon-file"></span> Resume
</a>
<a id="nav_node">
<span class="glyphicon glyphicon glyphicon-user"></span> About
</a>
<br/>
</div>
<div id="social_link">
<a href="mailto:[email protected]" target="_blank"><img src="public/img/mail.png" style="top:325px;"></a>
<!--<a href="https://www.facebook.com/amandeeptheviper" target="_blank"><img src="dist/img/facebook.png"></a>-->
<a href="https://github.com/codingeass" target="_blank"><img src="public/img/github.png" style="top:325px;"></a>
<a href="https://in.linkedin.com/in/codingeass" target="_blank"><img src="public/img/linkedin1.png"></a>
<a href="https://twitter.com/codingeass" target="_blank"><img src="public/img/twitter.png"></a>
<!--<a href="https://theviperbites.blogspot.in" target="_blank"><img src="dist/img/rss.png"></a>-->
</div>
</div>
<div id="secondary_section" class="col-md-9 col-sm-8">
<div id="inner_text">
</div>
</div>
</div>
<br/>
<br/>
<script type="text/javascript" src="public/js/main.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', /* add your GoogleAnalytics website code*/, 'auto');
ga('send', 'pageview');
</script>
</body>
</html>