Made globe page layout better

This commit is contained in:
Alicia Sykes
2018-01-07 12:10:26 +00:00
parent df44ab3b0d
commit f595b97568
3 changed files with 10 additions and 6 deletions

View File

@@ -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()

View File

@@ -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

View File

@@ -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