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,26 +1,19 @@
<div class="header-Outro with-columns">
<div class="row content">
<div class="col col-100">
<h3>Latest Activity on Neocities</h3>
</div>
<div class="header-Outro">
<div class="row content single-Col">
<h1>Latest Activity on Neocities</h1>
</div>
</div>
<div class="container">
<div class="content misc-page columns">
<div class="col-left">
<div class="col col-100">
<div style="margin-left:auto; margin-right:auto; max-width:800px;">
<div class="content single-Col misc-page" style="float:left;">
<% if !signed_in? %>
<div class="welcome">
<h4>All the latest Neocities site news!</h4>
<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>
</div>
<% end %>
<%== erb :'_news', locals: {current_site: nil, events: @events} %>
</div>
</div>
</div>
</div>