Fix about page
This commit is contained in:
parent
55b0380865
commit
276f37c081
|
@ -10,16 +10,16 @@
|
||||||
ul.menu
|
ul.menu
|
||||||
li
|
li
|
||||||
a.name href='/' Back to WinDy Blog
|
a.name href='/' Back to WinDy Blog
|
||||||
section.top-bar-section
|
.top-bar-right
|
||||||
ul.right
|
ul.menu
|
||||||
li
|
li
|
||||||
a href='#about' du-smooth-scroll='' du-scrollspy='' ABOUT
|
a href='#about' ABOUT
|
||||||
li
|
li
|
||||||
a href='#skill' du-smooth-scroll='' du-scrollspy='' SKILL
|
a href='#skill' SKILL
|
||||||
li
|
li
|
||||||
a href='#work' du-smooth-scroll='' du-scrollspy='' PORTFOLIO
|
a href='#work' PORTFOLIO
|
||||||
li
|
li
|
||||||
a href='#contact' du-smooth-scroll='' du-scrollspy='' CONTACT
|
a href='#contact' CONTACT
|
||||||
#intro
|
#intro
|
||||||
header.intro
|
header.intro
|
||||||
.intro-heading
|
.intro-heading
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
| Find a loved job rather than found a good job.
|
| Find a loved job rather than found a good job.
|
||||||
br
|
br
|
||||||
| Technology advance NOT by human's intelligence, but by their laziness.
|
| Technology advance NOT by human's intelligence, but by their laziness.
|
||||||
a.circle href='#about' du-smooth-scroll=''
|
a.circle href='#about'
|
||||||
i.fa.fa-angle-double-down
|
i.fa.fa-angle-double-down
|
||||||
section#about
|
section#about
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Reference in New Issue