more stuff

This commit is contained in:
Scott O'Hara 2013-07-13 21:33:44 -04:00
parent d67f480f47
commit d539c6f7d4
3 changed files with 28 additions and 0 deletions

View file

@ -22,3 +22,5 @@ textarea, input[type="text"], input[type="password"], input[type="datetime"], in
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
}
.container{background:#F6F0E6}

24
views/_footer.erb Normal file
View file

@ -0,0 +1,24 @@
<footer class="footer-Base">
<aside class="footer-Outro">
<div class="footer-Content">
<div class="row">
<p class="tiny col col-60 credits">
<a href="http://neocities.org" title="NeoCities.org">Neocities.org</a> is an open source
project led by <a href="http://kyledrake.neocities.org" title="learn about Kyle Drake">Kyle Drake</a>.
Fork us on <a href="https://github.com/kyledrake/neocities-web" title="Neocities on GitHub">GitHub</a>.
</p>
<nav class="footer-Nav col col-40">
<ul class="tiny h-Nav">
<!-- <li><a href="api" title="Neocities API">API</a></li> -->
<li><a href="terms" title="Neocities Terms of Use" rel="nofollow">Terms</a></li>
<li><a href="privacy" title="Neocities Privacy Policy" rel="nofollow">Privacy</a></li>
<li><a href="contact" title="Contact Us" rel="nofollow">Contact</a></li>
</ul>
</nav>
</div>
</div>
</aside>
</footer>

View file

@ -51,3 +51,5 @@ html
ga('create', 'UA-41925541-1', 'neocities.org');
ga('send', 'pageview');
== erb :'_int-footer', layout: false