new footer with links

This commit is contained in:
jomo
2015-03-23 22:31:22 +01:00
parent e1ffb534db
commit d4a7d96d4a
5 changed files with 24 additions and 5 deletions

3
.gitignore vendored
View File

@@ -10,5 +10,4 @@
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/*.log /log/*.log
/tmp /tmp
*.sublime-workspace *.sublime-*
*.sublime-project

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

View File

@@ -936,9 +936,18 @@ img {
.note { .note {
color: #888; color: #888;
font-size: 12px;
font-style: italic;
margin-top: 5em; margin-top: 5em;
a {
color: inherit;
&:hover {
color: #555;
}
}
* {
vertical-align: middle;
}
} }
} }

View File

@@ -7,6 +7,17 @@
<% end %> <% end %>
</div> </div>
<div class="note"> <div class="note">
Website made by <a href="/users/2">jomo</a> with design by <a href="/users/12">ColoArtz</a>. | <a href="/dmca" target="_blank"><small>DMCA</small></a> <%= link_to "DMCA", dmca_path %> |
<%= link_to "https://github.com/RedstonerServer", title: "Redstoner on GitHub" do %>
GitHub <%=image_tag("github.png") %>
<% end %>
<%= link_to "https://twitter.com/RedstonerServer", title: "Redstoner on Twitter" do %>
Twitter <%= image_tag("twitter.png") %>
<% end %>
<% if current_user %>
<%= link_to "http://slack-redstoner-public.herokuapp.com/?" + {mail: current_user.try(:email)}.to_param do %>
Join us on <img src="http://slack-redstoner-public.herokuapp.com/badge.svg" alt="Slack">
<% end %>
<% end %>
</div> </div>
</div> </div>