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 6f3815c7..05ca3371 100644 --- a/app/views/main/home.html.erb +++ b/app/views/main/home.html.erb @@ -1,3 +1,6 @@ +

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

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

@@ -28,4 +31,4 @@

Home -

\ No newline at end of file +