mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
#slide-out.side-nav
|
|
ul.flex
|
|
li: a(href='/') Home Page
|
|
each page in pages
|
|
li: a(href='/#{page.page}')= page.title
|
|
|
|
|
|
.nav-fixed-bottom
|
|
ul
|
|
li: a(href='/', target='_blank') Home
|
|
li: a(href='/about', target='_blank') About
|
|
li: a(href='https://github.com/Lissy93/twitter-sentiment-visualisation', target='_blank') Source Code & Documentation
|
|
li: a(href='http://aliciasykes.com', target='_blank') © Alicia Sykes 2016 |