mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
Made globe page layout better
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
|
||||
document.getElementById('mobile-nav').style.display = 'none';
|
||||
|
||||
ConfigureGlobe = require '../globe/configure-globe-module.coffee'
|
||||
socketModule = require('../globe/socket-module.coffee')
|
||||
|
||||
|
||||
configureGlobe = new ConfigureGlobe()
|
||||
|
||||
configureGlobe.go()
|
||||
|
||||
@@ -14,7 +14,7 @@ html
|
||||
unless hideNav
|
||||
include ./navbar
|
||||
else
|
||||
.hide-on-med-and-up.mobile-nav-trick: include ./navbar
|
||||
.hide-on-med-and-up#mobile-nav: include ./navbar
|
||||
block content
|
||||
include ./footer_scripts
|
||||
block scripts
|
||||
|
||||
@@ -18,10 +18,13 @@ block content
|
||||
br
|
||||
p!=summary_text.globeSentence
|
||||
br
|
||||
a.outline-button(href='/text-tweets/#{summary_text.searchTerm}') Raw Tweets
|
||||
a.outline-button(href='/word-cloud/#{summary_text.searchTerm}') Key Words
|
||||
a.outline-button(href='/map/#{summary_text.searchTerm}') Heat Map
|
||||
a.outline-button(href='/region-map/#{summary_text.searchTerm}') Region Map
|
||||
a.outline-button(href='/') Home Page
|
||||
a.outline-button(href='/now') World Now
|
||||
a.outline-button(href='/search/#{summary_text.searchTerm}') New Search
|
||||
a.outline-button(href='/about') About App
|
||||
|
||||
a.center.block.white-text.sml-margin(href='https://github.com/Lissy93/twitter-sentiment-visualisation/blob/dev/docs/LICENSE.md') Open sourced under MIT
|
||||
a.center.block.white-text.sml-margin(href='http://aliciasykes.com') © Alicia Sykes 2018
|
||||
|
||||
div#container
|
||||
|
||||
|
||||
Reference in New Issue
Block a user