From de7fbaadb211650a73c68509f8b87cb93effdd2a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 18 Feb 2007 18:47:15 -0800 Subject: removed knowledge directory, filled in front page, continued git_browse --- bn_django/templates/base.html | 3 +- bn_django/templates/frontpage.html | 119 +++++++++++++++++-------------------- 2 files changed, 55 insertions(+), 67 deletions(-) (limited to 'bn_django/templates') diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index cee3641..63bdbda 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -20,7 +20,8 @@

- + +
style options # # # #
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index d73070e..9dacccd 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -5,82 +5,69 @@ {% block title %}A Brave New Bold World!{% endblock %} {% block right_stuff %} +
Other sites:
  - athena locker
-   - git repository +   - git repository {% endblock %} {% block content %} - There will be more forthcoming ... - There will be more stuff forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... +
+
This site is under active development!
+

There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc (notably the knowledge section isn't anything yet). +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?

+For 2007 i'm taking a year break from MIT... + + +as of February i'm living in Seattle working at Azalea Software 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 Antartica. I will be back at MIT for the spring 2008 semester. +
- There will be more forthcoming ... - There will be more stuff forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - -
-what if i put more content over here? also, will it wrap correctly? +For more recent content see the timeline +
+ + +
+
Latest knowledge
+{% if latest_knowledge %} +{% else %} +None yet! +








+{% endif %} +
+ +
+
Latest comments
+{% if latest_comments %} +{% else %} +None yet! +



+









+{% endif %} +
+ +
+
Latest photos
+{% if latest_photos %} +
+{% for photo in latest_photos %} + +
+{% endfor %}
+{% else %} +

None yet! +








+{% endif %}
-
- There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more stuff forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more stuff forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... - There will be more forthcoming ... +



+












{% endblock %} -- cgit v1.2.3