Redesigned homepage, made site responsiveness better, added 'About' menu item, changed footer design, other small tweaks
This commit is contained in:
parent
224dd1ceb8
commit
27bd1715cc
14 changed files with 442 additions and 53 deletions
7
layouts/_intro.slim
Normal file
7
layouts/_intro.slim
Normal file
|
@ -0,0 +1,7 @@
|
|||
//#intro
|
||||
|
||||
// img src="/assets/images/logo.png"
|
||||
|
||||
// h1.center
|
||||
// em Tent
|
||||
// | stores, shares, and protects your digital life.
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue