Quick conversion of Global Activity page into the standard one-column layout. This will eventually be turned into a two-col layout.

This commit is contained in:
Victoria Wang 2015-02-24 22:33:22 -06:00
parent fbf66be7b0
commit 804067d9c3

View file

@ -1,20 +1,15 @@
<div class="header-Outro with-columns"> <div class="header-Outro">
<div class="row content"> <div class="row content single-Col">
<div class="col col-100"> <h1>Latest Activity on Neocities</h1>
<h3>Latest Activity on Neocities</h3>
</div> </div>
</div> </div>
</div> <div style="margin-left:auto; margin-right:auto; max-width:800px;">
<div class="content single-Col misc-page" style="float:left;">
<div class="container">
<div class="content misc-page columns">
<div class="col-left">
<div class="col col-100">
<% if !signed_in? %> <% if !signed_in? %>
<div class="welcome"> <div class="welcome">
<h4>All the latest Neocities site news!</h4> <h4>All the latest Neocities site news!</h4>
<p> <p>
Neocities allows everyone create a free web site to express themselves. Want to create your own awesome site? <a href="/#new">Join us!</a> Neocities allows anyone to create a free web site to express themselves. Want to create your own awesome site? <a href="/#new">Join us!</a>
</p> </p>
</div> </div>
<% end %> <% end %>
@ -22,5 +17,3 @@
<%== erb :'_news', locals: {current_site: nil, events: @events} %> <%== erb :'_news', locals: {current_site: nil, events: @events} %>
</div> </div>
</div> </div>
</div>
</div>