From 47bdef8be4cc2c660a15e0f688a0084118960172 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 2 Dec 2009 22:25:58 -0500 Subject: misc, front page, whitespace, photos --- bn_django/templates/comments/preview.html | 3 --- bn_django/templates/frontpage.html | 15 +++++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'bn_django/templates') diff --git a/bn_django/templates/comments/preview.html b/bn_django/templates/comments/preview.html index cf49370..dbbc6c3 100644 --- a/bn_django/templates/comments/preview.html +++ b/bn_django/templates/comments/preview.html @@ -44,9 +44,6 @@ {% endif %} - - -

{% trans "and" %} {% trans "or make changes" %}:

diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index a14a29b..edbf795 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -27,18 +27,21 @@ Other sites:
{% endblock %} {% block content %} -
-
This site is still under development!
-

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! -

If you're curious you can track my work in the code section. In the meanwhile you can get your bryan newbold fix at my old site. -

+
+

Where am I?

- In early 2008 I returned to MIT 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 photos I took. Hopefully I'll be on the road again soon!  More... + In early 2008 I returned to MIT and graduated in spring 2009 with a degree in physics. I spent the summer teaching and traveling in the Middle East, see some of the photos I took. Hopefully I'll be on the road again soon!  More...

Photos!

+{% if latest_galleries %} + Most recently I have shots from: + {% for gallery in latest_galleries %} + {{gallery.title}}   + {% endfor %} +{% endif %} {% if latest_photos %}
-- cgit v1.2.3