summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2018-04-01 18:01:26 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2018-04-01 18:01:26 -0400
commit14dfc4c1cd3aa152e79d430c8cad8460c111fa5f (patch)
treefc5e1b1e0d2917e3bd9493c70abb23a1ccbbc951 /app
parent4810065e58063d3be6db58575aabb47008e3fc29 (diff)
Reverted back to regular logo and server name.
Diffstat (limited to 'app')
-rw-r--r--app/assets/images/logo.pngbin3764 -> 14280 bytes
-rw-r--r--app/assets/images/real_logo.pngbin54121 -> 0 bytes
-rw-r--r--app/views/layouts/application.html.erb4
-rw-r--r--app/views/statics/home.html.erb8
-rw-r--r--app/views/statics/online.html.erb2
5 files changed, 7 insertions, 7 deletions
diff --git a/app/assets/images/logo.png b/app/assets/images/logo.png
index 643c0e3..6e4f8af 100644
--- a/app/assets/images/logo.png
+++ b/app/assets/images/logo.png
Binary files differ
diff --git a/app/assets/images/real_logo.png b/app/assets/images/real_logo.png
deleted file mode 100644
index 087888f..0000000
--- a/app/assets/images/real_logo.png
+++ /dev/null
Binary files differ
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 5c7c90f..e85d417 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
- <title><%= yield(:site_title).present? ? "#{yield(:site_title)} – " : "" %>Synergy</title>
+ <title><%= yield(:site_title).present? ? "#{yield(:site_title)} – " : "" %>Redstoner</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1">
- <meta name="description" content="Synergy is a creative minecraft server made for redstoners">
+ <meta name="description" content="Redstoner is a creative minecraft server made for redstoners">
<%= stylesheet_link_tag "application", :media => "all" %>
<% if current_user.try(:dark) == true %>
<%= stylesheet_link_tag "dark", :media => "all" %>
diff --git a/app/views/statics/home.html.erb b/app/views/statics/home.html.erb
index 9a54366..a5f3242 100644
--- a/app/views/statics/home.html.erb
+++ b/app/views/statics/home.html.erb
@@ -3,12 +3,12 @@
<h1>Community. Circuitry. Creativity.</h1>
-<div id="join-now">Join us: synergy.redstoner.com</div>
+<div id="join-now">Join us: redstoner.com</div>
-<%= image_tag "real_logo.png" %>
+<%= image_tag "logo.svg" %>
<p>
- <span>Synergy is an amazing minecraft server</span>
+ <span>Redstoner is an amazing minecraft server</span>
<span>for all redstoners of any (or no) skill level,</span>
<span>beginner to advanced,</span>
<span>from combo locks to doors to CPUs!</span>
@@ -30,4 +30,4 @@
<span>for those who just want to mine some ore</span>
<span>and we have a freebuild world for large projects.</span>
</p>
-<p>Join us now!</p>
+<p>Join us now!</p> \ No newline at end of file
diff --git a/app/views/statics/online.html.erb b/app/views/statics/online.html.erb
index abfbf18..8bacf6f 100644
--- a/app/views/statics/online.html.erb
+++ b/app/views/statics/online.html.erb
@@ -1,5 +1,5 @@
<% title "Who's Playing?" %>
-<h1>These players are currently playing on Synergy (<%= @count %>):</h1>
+<h1>These players are currently playing on Redstoner (<%= @count %>):</h1>
<div id="userlist">
<% @players.each do |u| %>
<div class="list-user">