Initial commit for the new website!

This commit is contained in:
Shashank Mehta
2014-01-18 19:50:24 +05:30
commit 1f5b6cf998
69 changed files with 3558 additions and 0 deletions

17
_layouts/layout.html Normal file
View File

@ -0,0 +1,17 @@
{% include head.html %}
<body>
{% include header.html %}
<div class="pure-g">
<div class="pure-u-2-3 container">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>