--- a
+++ b/Allura/allura/templates/jinja_master/footer.html
@@ -0,0 +1,15 @@
+<div id="footer" class="row">
+ <div class="column grid_6">
+ <a href="http://sf.net/support/">Support</a>
+ <a href="http://twitter.com/sfnet_ops">Status</a>
+ <a href="http://sf.net/terms">Terms</a>
+ <a href="http://sf.net/privacy">Privacy</a>
+ <a href="http://sf.net/blog/">Blog</a>
+ <a href="http://geek.net/advertise/">Advertise</a>
+ <a href="http://sf.net/about">About</a>
+ </div>
+ <div class="column grid_6 tright">
+ <img src="{{g.forge_static('images/geeknet-logo.png')}}" alt="Geeknet logo" width="80" height="17"/><br/>
+ © 2010 <a href="http://geek.net/">Geeknet, Inc.</a>
+ </div>
+</div>