From 430cec050b168c7b16edeba4c5269c3edea3f2eb Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 21 Jun 2016 18:29:50 -0400 Subject: small template fixes for CSS and XHTML validation Thanks W3C validation tools! --- theme/templates/index.html.path | 69 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 theme/templates/index.html.path (limited to 'theme/templates/index.html.path') diff --git a/theme/templates/index.html.path b/theme/templates/index.html.path new file mode 100644 index 0000000..49dd456 --- /dev/null +++ b/theme/templates/index.html.path @@ -0,0 +1,69 @@ +{% extends "base.html" %} + +{% block overhead %} + + + + +{% endblock %} + +{% block path %}{% endblock %} + +{% block pagetitle %}{% endblock %} + +{% block right_stuff %} +
+
+
+RSS feeds
+   - all posts (atom)
+

+Other sites
+   - github
+   - keybase
+   - the-nsa.org
+   - feed reader
+{% endblock %} + +{% block content %} +
+
+
+
+
+ +{# NB: synchronize with /about/ page #} +Hi, I'm Bryan Newbold! I like to climb things and look around. Most of my work +has been dealing with the messy interfaces between information, abstraction, +and nature (eg, embedded digital electronics for scientific instruments). +You might know me from around Seattle, New York City, or Boston/Cambridge (Industry Lab, MIT). + +
+
+ +

Where am I Now?

+As of Summer 2016 I am attending the Recurse +Center in New York City, becoming a stronger (and happier!) programmer. +My home has been Seattle +since Fall 2014, where I have been hiking and biking and working remotely for +Twinleaf, a small New Jersey company that +builds Atomic Magnetometers. + «previously» + +
+
+ +

Sporatic Writings

+{% set recent = articles if not all_articles else all_articles %} + + +{% endblock %} -- cgit v1.2.3