From 626cf37917c969faee3ebf1f466834a37c3b9e8b Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 15 Jan 2013 19:31:16 -0500 Subject: [PATCH] added pointer to our Twitter on main page --- app/assets/stylesheets/application.css | 9 +++++++++ app/views/main/home.html.erb | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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 +