new footer with links
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -10,5 +10,4 @@
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*.log
|
||||
/tmp
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
*.sublime-*
|
||||
|
||||
BIN
app/assets/images/github.png
Normal file
BIN
app/assets/images/github.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 631 B |
BIN
app/assets/images/twitter.png
Normal file
BIN
app/assets/images/twitter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 334 B |
@@ -936,9 +936,18 @@ img {
|
||||
|
||||
.note {
|
||||
color: #888;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
margin-top: 5em;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
&:hover {
|
||||
color: #555;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,17 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<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>
|
||||
Reference in New Issue
Block a user