mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
nav
|
|
.nav-wrapper
|
|
a.button-collapse(href='#', data-activates='slide-out')
|
|
i.medium.material-icons reorder
|
|
a.brand-logo.waves-effect.waves-block.waves-light(href='/')
|
|
h1.title Sentiment Sweep
|
|
ul#nav-mobile.right.hide-on-med-and-down.waves-effect.waves-block.waves-light
|
|
li(class=(pageNum===15 ? 'active' : ''))
|
|
a(href='/now') The World Now
|
|
li(class=(pageNum===1 ? 'active' : ''))
|
|
a(href='/map') Heat Map
|
|
li(class=(pageNum === 11 ? 'active' : ''))
|
|
a(href='/trending') Trending
|
|
li(class=(pageNum === 4 ? 'active' : ''))
|
|
a(href='/globe') 3D Globe
|
|
li(class=(pageNum === 10 ? 'active' : ''))
|
|
a(href='/comparer') Comparison
|
|
li(class=(pageNum===3 ? 'active' : ''))
|
|
a(href='/timeline') Timeline
|
|
li(class=(pageNum===5 ? 'active' : ''))
|
|
a(href='/word-cloud') Word Cloud
|
|
li(class=(pageNum===7 ? 'active' : ''))
|
|
a(href='/text-tweets') Raw Tweets
|
|
li(class=(pageNum===8 ? 'active' : ''))
|
|
a(href='/entity-extraction') Entity Extraction
|
|
li(class=(pageNum===-1 ? 'active' : ''))
|
|
a(href='/search') Search |