added pointer to our Twitter on main page
This commit is contained in:
parent
d3358d17d0
commit
626cf37917
2 changed files with 13 additions and 1 deletions
|
@ -637,3 +637,12 @@ input[type="submit"] {
|
|||
color: #FFF;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.contact {
|
||||
text-align: center;
|
||||
margin: 1em 0 1em 0;
|
||||
}
|
||||
|
||||
.contact a {
|
||||
color: #36bbe8;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<p class="contact">
|
||||
To get in touch, follow or tweet at us! <a target="_blank" href="https://twitter.com/metamapps">@metamapps</a>.
|
||||
</p>
|
||||
<div class="profile">
|
||||
|
||||
<h2>Recently Created Topics <%= link_to "see all", topics_url%></h2>
|
||||
|
@ -28,4 +31,4 @@
|
|||
|
||||
<h1 class="index">
|
||||
Home
|
||||
</h1>
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue