diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:46:51 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:46:51 -0400 |
commit | 93a534050bad8f2e27f1ccc57f9c0e4d41022cc5 (patch) | |
tree | cecd9cbaa1c02c1aec40834f09a0329bfe6fdb67 /bn_django | |
parent | b6990b0ade8108141139c3d133f07dc003779805 (diff) | |
download | bnewnet-93a534050bad8f2e27f1ccc57f9c0e4d41022cc5.tar.gz bnewnet-93a534050bad8f2e27f1ccc57f9c0e4d41022cc5.zip |
link and spacing
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/templates/frontpage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 9467a91..a14a29b 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -30,7 +30,7 @@ Other sites: <br /> <div class="notice"> <center><b>This site is still under development!</b></center> <p /> There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc. At this point if you find any errors please email me using the link at the bottom of this page! -<p />If you're curious you can track my work in the <a href="/code">code</a> section. In the meanwhile you can get your bryan newbold fix at my <a href="http://web.mit.edu/bnewbold/www">old site</a>. +<p />If you're curious you can track my work in the <a href="http://git.bnewbold.net/?p=bnewnet.git;a=summary">code</a> section. In the meanwhile you can get your bryan newbold fix at my <a href="http://web.mit.edu/bnewbold/www">old site</a>. </div> <h3>Where am I?</h3> In early 2008 I returned to <a href="http://mit.edu">MIT</a> to learn some more physics; i'm planning on graduating in spring 2009. I spent 2007 traveling and working in different places across the USA and the world; see some of the <a href="/photos/">photos</a> I took. Hopefully I'll be on the road again soon! <i><a href="/whatsup/"> More...</a></i> @@ -51,14 +51,14 @@ Other sites: <br /> {% else %} <br/><br />None yet! {% endif %} - +<br /> <h2 class="ruled">Knowledge!</h2> {% if shortlog %} {% include "git_wiki/shortlog_table" %} {% else %} None yet! {% endif %} - +<br /> <h2 class="ruled">Comments!</h2> {% if latest_comments %} {% include "newcomments_table" %} |