English index page
This commit is contained in:
parent
d8a2e96c78
commit
55b0380865
|
@ -1,15 +1,15 @@
|
||||||
- content_for(:title) do
|
- content_for(:title) do
|
||||||
| #{t('title.about')}
|
| #{t('title.about')}
|
||||||
- content_for(:main) do
|
- content_for(:main) do
|
||||||
.about-page ng-app='app' ng-controller='AboutScrollController'
|
.about-page
|
||||||
.top-bar-wrapper.contain-to-grid.fixed ng-class="{ active: ! is_top() }"
|
.top-bar-wrapper.contain-to-grid.fixed
|
||||||
.row
|
.row
|
||||||
.small-12.columns
|
.small-12.columns
|
||||||
nav.top-bar data-topbar='' role='navigation'
|
nav#about-top-bar.top-bar
|
||||||
ul.title-area
|
.top-bar-left
|
||||||
li.name
|
ul.menu
|
||||||
h1
|
li
|
||||||
a href='/' Back to WinDy's Blog
|
a.name href='/' Back to WinDy Blog
|
||||||
section.top-bar-section
|
section.top-bar-section
|
||||||
ul.right
|
ul.right
|
||||||
li
|
li
|
||||||
|
@ -166,4 +166,4 @@
|
||||||
.footer
|
.footer
|
||||||
.row
|
.row
|
||||||
.small-12.columns
|
.small-12.columns
|
||||||
div Copyright © 2012 - 2015 en.yafeilee.me
|
div Copyright © 2012 - 2016 en.yafeilee.me
|
||||||
|
|
Loading…
Reference in New Issue