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;
|
color: #FFF;
|
||||||
display:block;
|
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">
|
<div class="profile">
|
||||||
|
|
||||||
<h2>Recently Created Topics <%= link_to "see all", topics_url%></h2>
|
<h2>Recently Created Topics <%= link_to "see all", topics_url%></h2>
|
||||||
|
|
Loading…
Reference in a new issue