@ -5,11 +5,11 @@
<!-- [if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><! --> < html class = "no-js" lang = "en" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< title > Blog Archive - My Octopress Blog < / title >
< meta name = "author" content = " Your Name ">
< title > Blog Archive - abhinavsarkar.net < / title >
< meta name = "author" content = " Abhinav Sarkar ">
< meta name = "description" content = " Blog Archive Recent Posts ">
< meta name = "description" content = " Blog Archive Recent Posts GitHub Repos Status updating... @abhin4v on GitHub $.domReady(function(){ if (!window.jXHR){ var jxhr = document. … ">
<!-- http://t.co/dKP3o1e -->
@ -24,10 +24,11 @@
< script src = "/javascripts/modernizr-2.0.js" > < / script >
< script src = "/javascripts/ender.js" > < / script >
< script src = "/javascripts/octopress.js" type = "text/javascript" > < / script >
< link href = "/atom.xml" rel = "alternate" title = " My Octopress Blog " type = "application/atom+xml" >
< link href = "/atom.xml" rel = "alternate" title = " abhinavsarkar.net " type = "application/atom+xml" >
<!-- Fonts from Google"s Web font directory at http://google.com/webfonts -->
< link href = "http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel = "stylesheet" type = "text/css" >
< link href = "http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel = "stylesheet" type = "text/css" >
< link href = "http://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel = "stylesheet" type = "text/css" >
@ -35,9 +36,7 @@
< body >
< header role = "banner" > < hgroup >
< h1 > < a href = "/" > My Octopress Blog< / a > < / h1 >
< h2 > A blogging framework for hackers.< / h2 >
< h1 > < a href = "/" > abhinavsarkar.net< / a > < / h1 >
< / hgroup >
@ -88,8 +87,60 @@
< / ul >
< / section >
< section >
< h1 > GitHub Repos< / h1 >
< ul id = "gh_repos" >
< li class = "loading" > Status updating...< / li >
< / ul >
< a href = "https://github.com/abhin4v" > @abhin4v< / a > on GitHub
< script type = "text/javascript" >
$.domReady(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'abhin4v',
count: 5,
skip_forks: true,
target: '#gh_repos'
});
});
< / script >
< script src = "/javascripts/github.js" type = "text/javascript" > < / script >
< / section >
< section >
< h1 > Latest Tweets< / h1 >
< ul id = "tweets" >
< li class = "loading" > Status updating...< / li >
< / ul >
< script type = "text/javascript" >
$.domReady(function(){
getTwitterFeed("abhin4v", 5, false);
});
< / script >
< script src = "/javascripts/twitter.js" type = "text/javascript" > < / script >
< a href = "http://twitter.com/abhin4v" class = "twitter-follow-button" data-show-count = "false" > Follow @abhin4v< / a >
< / section >
< section >
< h1 > On Delicious< / h1 >
< div id = "delicious" > < / div >
< script type = "text/javascript" src = "http://feeds.delicious.com/v2/json/abhin4v?count=3&sort=date&callback=renderDeliciousLinks" > < / script >
< p > < a href = "http://delicious.com/abhin4v" > My Delicious Bookmarks » < / a > < / p >
< / section >
@ -100,7 +151,7 @@
< / div >
< / div >
< footer role = "contentinfo" > < p >
Copyright © 2012 - Your Name -
Copyright © 2012 - Abhinav Sarkar -
< span class = "credit" > Powered by < a href = "http://octopress.org" > Octopress< / a > < / span >
< / p >