aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-06-19 23:42:16 -0400
committerbnewbold <bnewbold@robocracy.org>2014-06-19 23:42:43 -0400
commit4ff6f143e1c6569b6e0825f09dedd66c66622727 (patch)
treeaf196ad62d8c80aa013d2c9143b2c77b6a596c61 /bn_django
parent68c4fa595fe496e7b25e8916ca345e3ffd504607 (diff)
downloadbnewnet-4ff6f143e1c6569b6e0825f09dedd66c66622727.tar.gz
bnewnet-4ff6f143e1c6569b6e0825f09dedd66c66622727.zip
2014 updates to front page
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/frontpage.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html
index f411a88..ac6954c 100644
--- a/bn_django/templates/frontpage.html
+++ b/bn_django/templates/frontpage.html
@@ -11,7 +11,7 @@
{% block path %}{% endblock %}
-{% block title %}A Brave New Bold World!{% endblock %}
+{% block title %}&nbsp;<br />{% endblock %}
{% block right_stuff %}
<br />
@@ -21,22 +21,31 @@ RSS feeds: <br />
&nbsp; - <a href="http://git.bnewbold.net/?p=bnewnet.git;a=rss;opt=--no-merges"> site code changes</a><br />
<br /><br />
Other sites: <br />
- &nbsp; - <a href="http://web.mit.edu/bnewbold/www"> athena locker</a><br />
- &nbsp; - <a href="http://planet.bnewbold.net"> planet</a><br />
+ &nbsp; - <a href="https://github.com/bnewbold"> github</a><br />
+ &nbsp; - <a href="https://keybase.io/bnewbold"> keybase</a><br />
&nbsp; - <a href="http://equator.memeschemes.com"> equator</a><br />
{% endblock %}
{% block content %}
-<center><a href="/photos/detail/520/"><img style="border: none;" src="/static/img/hole_antarctica.png"></a></center>
+<center><img style="border: none;" src="/static/img/iceland_beach.png"></center>
+<br />
+<br />
<br />
<h3>Where am I?</h3>
+As of Summer 2014 i'm living in Princeton (NJ) building digital control systems
+for optical atomic magnetometers for a <a href="http://twinleaf.com">small
+company</a>. I spent the last year living in a co-op in Cambridge (MA) working
+on various embedded engineering projects. In the fall I will be moving to
+West to Seattle.
+
+<!--
As of Fall 2012 i'm living in Berlin designing an open wireless router called
<a href="http://rooter.is">rooter</a>. I spent the past year living in New York
City working at <a href="http://octopart.com">Octopart</a> (an electronic parts
search engine), building <a href="http://thefnf.org">Free Networks</a>,
watching <a href="http://toorcamp.org">blinkenlights</a> on far shores, and
tramping around Iceland and the UK.
-
+-->
<!--
As of Spring 2011 I am living in New York City working at <a
href="http://octopart.com">Octopart</a>. I spent the past year working with
@@ -51,6 +60,7 @@ tramping around Iceland and the UK.
<br />
+<!--
<h2 class="ruled">Photos!</h2>
{% if latest_galleries %}
Most recently I have shots from:
@@ -72,5 +82,6 @@ tramping around Iceland and the UK.
{% endif %}
<br />
<br /><br />
+-->
{% endblock %}