Redesigned homepage, made site responsiveness better, added 'About' menu item, changed footer design, other small tweaks

This commit is contained in:
Rupert Parry 2012-10-22 02:04:26 +00:00
parent 224dd1ceb8
commit 27bd1715cc
14 changed files with 442 additions and 53 deletions

7
layouts/_intro.slim Normal file
View file

@ -0,0 +1,7 @@
//#intro
// img src="/assets/images/logo.png"
// h1.center
// em Tent
// | stores, shares, and protects your digital life.

View file

@ -1,7 +1,8 @@
.navbar.navbar-static-top
.navbar-inner
a.brand href='/' Tent
ul.nav
== nav_link_with_active 'Blog', '/blog', top: true
== nav_link_with_active 'Home', '/index', top: true
== nav_link_with_active 'About', '/about', top:true
== nav_link_with_active 'Docs', '/docs', top: true
== nav_link_with_active 'Blog', '/blog', top: true
== nav_link_with_active 'Contribute', '/contribute', top: true