New theme

This commit is contained in:
Dhananjay Balan
2019-01-08 15:14:02 -05:00
parent 23f6fd5d76
commit 5a64e99c09
4 changed files with 150 additions and 33 deletions

View File

@@ -5,40 +5,36 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$title$</title>
<link rel="stylesheet" href="/css/tufte.css" />
<link rel="stylesheet" href="/css/custom.css" />
<link href="http://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Crimson+Text" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/default.css" />
<link rel="stylesheet" href="/css/syntax.css" />
</head>
<body class="full-width">
<header>
<nav class="group">
<!-- <a href="/"><img class="badge" src="/images/badge.png" width="50px" alt="BS"></a> -->
<a class="active" href="/index.html">Binary Strolls</a>&nbsp&nbsp&nbsp
<a href="/archive.html">Archive</a>&nbsp&nbsp
<body>
<header>
<hgroup>
<h1>Binary Strolls</h1>
<h2>Cyber rambling (or ranting), mostly about code</h2>
</hgroup>
</header>
<nav>
<menu>
<a href="/index.html">Home</a>
<a href="/archive.html">Archive</a>
<a href="https://dbalan.in">About</a>
</menu>
</nav>
</header>
<div id="content">
<section>
$body$
</div>
</section>
<footer>
<hr class="slender">
<ul class="footer-links">
<li><a href="mailto:mail@dbalan.in"><span class="icon-mail"></span></a></li>
<li>
<a href="//www.twitter.com/notmycommit"><span class="icon-twitter"></span></a>
</li>
<li>
<a href="//github.com/dbalan"><span class="icon-github"></span></a>
</li>
</ul>
<div class="credits">
<span>&copy; 2016 &nbsp;&nbsp;Dhananjay Balan</span></br> <br>
<span>Powered by <a href="https://jaspervdj.be/hakyll/">hakyll</a> and <a href="https://github.com/edwardtufte/tufte-css">tufte-css</a>.</span>
</div>
<p>
<a href="//github.com/dbalan"> Source Code </a> -
<a href="https://jaspervdj.be/hakyll/"> built with hakyll</a>
</p>
<p>
CC-BY-NC
</p>
</footer>
</body>
</body>