diff options
Diffstat (limited to 'bn_django/templates')
-rw-r--r-- | bn_django/templates/.about.html.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | bn_django/templates/about.html | 11 | ||||
-rw-r--r-- | bn_django/templates/base.html | 14 | ||||
-rw-r--r-- | bn_django/templates/frontpage.html | 66 | ||||
-rw-r--r-- | bn_django/templates/static/directory_index (renamed from bn_django/templates/static/directory_index.html) | 7 |
5 files changed, 85 insertions, 13 deletions
diff --git a/bn_django/templates/.about.html.swp b/bn_django/templates/.about.html.swp Binary files differdeleted file mode 100644 index 40f88fd..0000000 --- a/bn_django/templates/.about.html.swp +++ /dev/null diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html index eb03970..f8db11a 100644 --- a/bn_django/templates/about.html +++ b/bn_django/templates/about.html @@ -9,7 +9,7 @@ {% block content %} <p /> -<div class="lefty_content"> +<div class="righty_content"> <img src="/static/img/orange_small.jpg" /> <br /> <div class="content_caption">the perp</div> @@ -22,10 +22,17 @@ This website is the web presence of <a href="k/BryanNewbold">Bryan Newbold</a>. <dt /><a href="/code">browsable code repository</a> <dd /> so people (including myself!) don't have to rewrite <dt />home for other projects - <dd /> like... mmmmm + <dd /> like... hhmmmmm <dt />waste of time <dd /> (most importantly!) </dl> <p /> If you're curious about the technology that runs the site, see the <a href="/credits">credits</a>. +<br /> +<br /> +<br /> +<br /> +<br /> +<br /> + {% endblock %} diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index a87d0a5..84f7ffb 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -12,20 +12,24 @@ <span class="lefty"><a href="/">bryannewbold.com</a></span> <span class="righty"><a href="/knowledge">knowledge</a> <a href="/photos">photos</a> - <a href="/code">code</a> - <a href="/projects">projects</a> + <a href="/code">code</a> + <!-- <a href="/projects">projects</a> --> </div> </div> <div class="content" id="main_title"> +<div class="right_stuff"> +<form name="search"> +<br/> +<input class="search_box" type="text" size="20" value=" search!" name="search_text" id="search_text" /> +<span class="righty"></span> +</form> +</div> <span class="path"> {% block path %}{% endblock %} </span> <h1>{% block title %}Hey Hey Hey!{% endblock %}</h1> <div class="right_stuff"> {% block right_stuff %} - -hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey -hey hey hey {% endblock %} </div> </div> diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 47a55dd..ac9323c 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -2,13 +2,13 @@ {% block path %}{% endblock %} -{% block title %}Welcome to a brave new bold world!{% endblock %} +{% block title %}A Brave New Bold World!{% endblock %} {% block right_stuff %} -Other sites: : : : : : : : : : : : : : -<ul> - <li /><a href="http://web.mit.edu/bnewbold/www">athena locker</a> -</ul> +Other sites: <br /> + - <a href="http://web.mit.edu/bnewbold/www"> athena locker</a><br /> + - <a href="http://facebook.com/"> facebook?</a><br /> + - <a href="http://gitweb.bryannewbold.com"> git repository</a> {% endblock %} {% block content %} @@ -26,6 +26,62 @@ Other sites: : : : : : : : : : : : : : There will be more forthcoming ... There will be more forthcoming ... There will be more forthcoming ... +<div class="righty_content"> +<b> + there is no spoon! there is no spoon! + there is no spoon! there is no spoon! + there is no spoon! there is no spoon! +</b> +</div> + 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 ... + </div></div> +<div class="content" id="main_title"> +<div class="right_stuff"> +what if i put more content over here? also, will it wrap correctly? +</div> +</div> +<div class="content"> + 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 %} diff --git a/bn_django/templates/static/directory_index.html b/bn_django/templates/static/directory_index index 6df279d..61e7f02 100644 --- a/bn_django/templates/static/directory_index.html +++ b/bn_django/templates/static/directory_index @@ -1,13 +1,18 @@ {% extends "base.html" %} {% block title %} -<h1>Index of {{ directory }}</h1> +<h1>Index of /{{ directory }}</h1> {% endblock %} {% block content %} +<br /> <ul> {% for f in file_list %} <li><a href="{{ f }}">{{ f }}</a></li> {% endfor %} </ul> +<br /> +<br /> +<br /> + {% endblock %} |