From f025a9f65ecd76e4442ce62684218ecb81506c9b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 4 Feb 2007 04:31:39 -0800 Subject: basic html design roughed in, django project run and admin started TODO: ie testing (ugh, fuck that) TODO: get photos section working TODO: ... etc --- bn_django/templates/about.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bn_django/templates/about.html (limited to 'bn_django/templates/about.html') diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html new file mode 100644 index 0000000..eb03970 --- /dev/null +++ b/bn_django/templates/about.html @@ -0,0 +1,31 @@ +{% extends "base.html" %} + +{% block path %}{% endblock %} + +{% block title %}About bryannewbold.com{% endblock %} + +{% block right_stuff %} +{% endblock %} + +{% block content %} +

+

+ +
+
the perp
+
+This website is the web presence of Bryan Newbold. It serves as a: +
+
brain dump +
so I won't forget +
photo gallery +
browsable code repository +
so people (including myself!) don't have to rewrite +
home for other projects +
like... mmmmm +
waste of time +
(most importantly!) +
+

+If you're curious about the technology that runs the site, see the credits. +{% endblock %} -- cgit v1.2.3