-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
79 lines (71 loc) · 2.56 KB
/
blog.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
77
78
79
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-language" content="en-in">
<meta name="title" content="Margin: Auto" />
<meta name="author" content="Abhra Basak" />
<meta name="description" content="Abhra Basak's Personal Website" />
<meta name="copyright" content="Abhra Basak, 2013" />
<!-- Use title if it's in the page YAML frontmatter -->
<title>Margin: Auto | ABHRA BASAK</title>
<link href="/assets/stylesheets/application.css?1446097635" rel="stylesheet" />
<link href="/assets/stylesheets/blog.css?1445253434" rel="stylesheet" /><link href="/assets/stylesheets/webicons.css?1446101237" rel="stylesheet" />
<script src="/assets/javascripts/application.js?1446097640"></script>
<link href="/assets/images/me.png?1445253376" rel="icon" type="image/png" />
</head>
<body class="blog">
<header>
<!-- Positioning the Top Bar -->
<div>
<!-- Basic Needs -->
<nav class="top-bar">
<ul class="title-area">
<li class="name"><h1 class="site-nav-title"><a href="/">ABHRA BASAK</a></h1></li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<ul class="left">
<li class="divider"></li>
<li><a href="/">Home</a></li>
<li class="divider"></li>
<li><a href="/about.html">About</a></li>
<li class="divider"></li>
<li><a href="/projects.html">Projects</a></li>
<li class="divider"></li>
<li><a href="/code.html">Code</a></li>
<li class="divider"></li>
<li><a href="/blog.html">Blog</a></li>
<li class="divider"></li>
</ul>
<ul class="right">
<li class="divider"></li>
<li><a href="/contact.html">Contact</a></li>
<li class="divider"></li>
<li><a href="/credits.html">Credits</a></li>
</ul>
</section>
</nav>
</div>
</header>
<main class="blog view">
<div class="margin-auto panel callout">
<h2>Margin: Auto</h2>
<h3>Imaginary Stochastic Thoughts</h3>
<p>Coming Soon</p>
</div>
</main>
<footer>
<b>© 2013-2015</b> Website Designed and Developed by <b>Abhra Basak</b>.<br/>
Last Updated - <b>2015-10-29</b>.
</footer>
<script type="text/javascript">
$(document).ready(function() {
$(document).foundation();
});
</script>
</body>
</html>