diff options
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/templates/about.html | 2 | ||||
-rw-r--r-- | bn_django/templates/base.html | 2 | ||||
-rw-r--r-- | bn_django/templates/frontpage.html | 13 |
3 files changed, 7 insertions, 10 deletions
diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html index 1ca9d60..e48d2c8 100644 --- a/bn_django/templates/about.html +++ b/bn_django/templates/about.html @@ -15,7 +15,7 @@ <br /> <div class="content_caption">the perp</div> </div> -This website is the web presence of <a href="/k/BryanNewbold">Bryan Newbold</a>. It serves as a: +This website is the web presence of Bryan Newbold. It serves as a: <dl> <dt /><a href="/knowledge">brain dump</a> <dd /> so I won't forget diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 1e3d5ef..d01bf5e 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -87,7 +87,7 @@ Here lies content! <a href="http://web.mit.edu/">hosted by MIT</a> --> </b> <br /> -produced in 2007 by <a href="/k/BryanNewbold">bryan newbold</a>, <a href="/copyright">all rights ignored</a> +produced in 2007 by bryan newbold, <a href="/copyright">all rights ignored</a> </div> </body> </html> diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 7401ff7..e19d75c 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -15,23 +15,20 @@ <br /> Other sites: <br /> - <a href="http://web.mit.edu/bnewbold/www"> athena locker</a><br /> - - <a href="http://git.bryannewbold.com"> git repository</a> {% endblock %} {% block content %} <div class="notice"> -<center><b>This site is under active development!</b></center> -<p /> There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc. -If you're curious you can track my work in the <a href="/code">code</a> section. -<p />In the meanwhile you can get your bryan newbold fix at my <a href="http://web.mit.edu/bnewbold/www">old site</a>. +<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>. </div> <h3>Where am I?</h3> -For 2007 i'm taking a year break from <a href="http://web.mit.edu">MIT</a>... -as of February i'm living in Seattle working at <a href="http://azalea.com/AboutUs">Azalea Software</a> doing tech work. Starting in mid-May i'll be working at the Moss Landing Marine Labs in California, followed in October by field work in Antarctica. I will be back at MIT for the spring 2008 semester. + 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. <br /> <div class="right_stuff"> -For more recent content see the <a href="/timeline/">timeline</a> +For more recent content see the <a href="#">timeline</a> <i>(unimplemented)</i> </div> <br /> |