diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index c87e17cb..6adbf863 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -637,3 +637,12 @@ input[type="submit"] { color: #FFF; display:block; } + +.contact { + text-align: center; + margin: 1em 0 1em 0; +} + +.contact a { + color: #36bbe8; +} diff --git a/app/views/main/home.html.erb b/app/views/main/home.html.erb index 6ffbc708..8fbbeccf 100644 --- a/app/views/main/home.html.erb +++ b/app/views/main/home.html.erb @@ -3,6 +3,10 @@ # Located at / # Shows 3 most recently created topics, synapses, and maps. #%> + +

+ To get in touch, follow or tweet at us! @metamapps. +

Recently Created Topics <%= link_to "see all", topics_url%>