-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8cba4b
commit cd4e83b
Showing
3 changed files
with
637 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
<!DOCTYPE html> | ||
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="Discussions about almost anything related to programming!"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Posts for year 2015 | My Programming Page</title> | ||
|
||
|
||
<link href="../assets/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | ||
<link href="../assets/css/rst.css" rel="stylesheet" type="text/css"> | ||
<link href="../assets/css/code.css" rel="stylesheet" type="text/css"> | ||
<link href="../assets/css/colorbox.css" rel="stylesheet" type="text/css"> | ||
<link href="../assets/css/theme.css" rel="stylesheet" type="text/css"> | ||
|
||
|
||
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml"> | ||
|
||
<link rel="canonical" href="http://djsagarahire.github.io/2015/index.html"> | ||
|
||
|
||
|
||
|
||
<!--[if lt IE 9]><script src="/assets/js/html5.js"></script><![endif]--> | ||
|
||
<script type="text/javascript">var switchTo5x=true;</script> | ||
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> | ||
<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
<!-- Menubar --> | ||
|
||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<!-- This keeps the margins nice --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="http://djsagarahire.github.io/"> | ||
|
||
<span id="blog-title">My Programming Page</span> | ||
</a> | ||
</div> | ||
<!-- /.navbar-header --> | ||
<div class="collapse navbar-collapse navbar-ex1-collapse"> | ||
<ul class="nav navbar-nav"> | ||
|
||
<li> | ||
<a href="../archive.html">Archive</a> | ||
</li> | ||
<li> | ||
<a href="../categories/index.html">Tags</a> | ||
</li> | ||
<li> | ||
<a href="../stories/about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="../rss.xml">RSS feed</a> | ||
|
||
|
||
</li> | ||
</ul> | ||
|
||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container --> | ||
</nav> | ||
|
||
<!-- End of Menubar --> | ||
|
||
<div class="container"> | ||
<div class="body-content"> | ||
<!--Body content--> | ||
<div class="row"> | ||
|
||
|
||
<article class="listpage"> | ||
<header> | ||
<h1>Posts for year 2015</h1> | ||
</header> | ||
<ul class="postlist"> | ||
<li> | ||
<a href="../posts/catalan-numbers.html" class="listtitle">Catalan Numbers</a> <time class="listdate" datetime="2015-01-13T11:29:22+05:30" title="Publication date">13 Jan, 2015</time> | ||
</li> | ||
</ul> | ||
</article> | ||
|
||
</div> | ||
<!--End of body content--> | ||
|
||
<footer> | ||
Contents © 2015 <a href="mailto:[email protected]">Sagar Ahire</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> | ||
|
||
</footer> | ||
</div> | ||
</div> | ||
|
||
|
||
<script src="../assets/js/jquery.min.js"></script> | ||
<script src="../assets/js/bootstrap.min.js"></script> | ||
<script src="../assets/js/jquery.colorbox-min.js"></script> | ||
|
||
|
||
<script>jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</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-58151563-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
<script type="text/javascript">stLight.options({publisher: "cc28ec22-596f-486d-be72-e8af3d2cce29", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script> | ||
<script> | ||
var options={ "publisher": "cc28ec22-596f-486d-be72-e8af3d2cce29", "position": "left", "ad": { "visible": false, "openDelay": 5, "closeDelay": 0}, "chicklets": { "items": ["facebook", "twitter", "googleplus", "linkedin", "reddit", "pocket", "email", "sharethis"]}}; | ||
var st_hover_widget = new sharethis.widgets.hoverbuttons(options); | ||
</script> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.