From 8c99e9631be251500449cdf891486f879323becc Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sun, 15 Oct 2017 15:33:22 -0400 Subject: Added Mastodon and onion service links to footer. --- app/assets/images/mastodon.png | Bin 0 -> 477 bytes app/assets/images/tor.png | Bin 0 -> 581 bytes app/views/layouts/_footer.html.erb | 8 +++++++- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/mastodon.png create mode 100644 app/assets/images/tor.png diff --git a/app/assets/images/mastodon.png b/app/assets/images/mastodon.png new file mode 100644 index 0000000..a4305d9 Binary files /dev/null and b/app/assets/images/mastodon.png differ diff --git a/app/assets/images/tor.png b/app/assets/images/tor.png new file mode 100644 index 0000000..47a4a16 Binary files /dev/null and b/app/assets/images/tor.png differ diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 930eb26..cc2b2fd 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -13,6 +13,12 @@ <% end %> | <%= link_to "https://twitter.com/RedstonerServer", title: "Redstoner on Twitter" do %> Twitter <%= image_tag("twitter.png") %> + <% end %> | + <%= link_to "https://mstdn.io/@RedstonerServer", title: "Redstoner on Mastodon" do %> + Mastodon <%= image_tag("mastodon.png") %> + <% end %> | + <%= link_to "http://rdstnr4biap5nao2.onion", title: "Redstoner over Tor" do %> + Onion Service <%= image_tag("tor.png") %> <% end %> <% if current_user %> | <%= link_to "/slack/?" + {mail: current_user.try(:email)}.to_param do %> @@ -20,4 +26,4 @@ <% end %> <% end %> - \ No newline at end of file + -- cgit v1.2.3