Reverted back to regular logo and server name.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB |
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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="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" %>
|
<%= stylesheet_link_tag "application", :media => "all" %>
|
||||||
<% if current_user.try(:dark) == true %>
|
<% if current_user.try(:dark) == true %>
|
||||||
<%= stylesheet_link_tag "dark", :media => "all" %>
|
<%= stylesheet_link_tag "dark", :media => "all" %>
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
<h1>Community. Circuitry. Creativity.</h1>
|
<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>
|
<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>for all redstoners of any (or no) skill level,</span>
|
||||||
<span>beginner to advanced,</span>
|
<span>beginner to advanced,</span>
|
||||||
<span>from combo locks to doors to CPUs!</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>for those who just want to mine some ore</span>
|
||||||
<span>and we have a freebuild world for large projects.</span>
|
<span>and we have a freebuild world for large projects.</span>
|
||||||
</p>
|
</p>
|
||||||
<p>Join us now!</p>
|
<p>Join us now!</p>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<% title "Who's Playing?" %>
|
<% 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">
|
<div id="userlist">
|
||||||
<% @players.each do |u| %>
|
<% @players.each do |u| %>
|
||||||
<div class="list-user">
|
<div class="list-user">
|
||||||
|
|||||||
Reference in New Issue
Block a user