mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 14:01:48 +00:00
38 lines
1.3 KiB
Text
38 lines
1.3 KiB
Text
<div id="indexFooter">
|
|
<% if cuser && (g = cuser.gathers.active.ordered.first) %>
|
|
<%= link_to "You're in THIS gather", g %>
|
|
<% elsif Gather.last && (Gather::FULL - Gather.last.gatherers.count) == 12 %>
|
|
Be first to join the <%= link_to "Gather", Gather.last %>!
|
|
<% elsif Gather.last %>
|
|
<%= link_to "Gather", Gather.last %> running, <%= Gather::FULL - Gather.last.gatherers.count %> more needed.
|
|
<% end %>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="footer-logo">
|
|
<img src="https://raw.github.com/Magnus-G/Random/master/placeholder_logo_1.png" alt="">
|
|
</div>
|
|
<div class="footer-links">
|
|
<ul>
|
|
<li><h3>Content</h3></li>
|
|
<li><a href="javascript:void(0)">About</a></li>
|
|
<li><a href="javascript:void(0)">Contact</a></li>
|
|
<li><a href="javascript:void(0)">Products</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><h3>Follow Us</h3></li>
|
|
<li><a href="javascript:void(0)">Facebook</a></li>
|
|
<li><a href="javascript:void(0)">Twitter</a></li>
|
|
<li><a href="javascript:void(0)">YouTube</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><h3>Legal</h3></li>
|
|
<li><a href="javascript:void(0)">Terms and Conditions</a></li>
|
|
<li><a href="javascript:void(0)">Privacy Policy</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<p>Disclaimer area lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum, nostrum repudiandae saepe.</p>
|
|
</footer>
|