From 0bd3a227b89e3c6f43b70c9d0ddd85df24d63ff4 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 2 Feb 2007 21:18:53 -0800 Subject: static html layout created (rough) --- bn_django/bn_wiki/__init__.py | 0 bn_django/bn_wiki/models.py | 3 ++ bn_django/bn_wiki/views.py | 1 + static/index.html | 64 ++++++++++++++++++++++++++++ static/style/default.css | 97 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 165 insertions(+) create mode 100644 bn_django/bn_wiki/__init__.py create mode 100644 bn_django/bn_wiki/models.py create mode 100644 bn_django/bn_wiki/views.py create mode 100644 static/index.html create mode 100644 static/style/default.css diff --git a/bn_django/bn_wiki/__init__.py b/bn_django/bn_wiki/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/bn_django/bn_wiki/models.py b/bn_django/bn_wiki/models.py new file mode 100644 index 0000000..71a8362 --- /dev/null +++ b/bn_django/bn_wiki/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/bn_django/bn_wiki/views.py b/bn_django/bn_wiki/views.py new file mode 100644 index 0000000..60f00ef --- /dev/null +++ b/bn_django/bn_wiki/views.py @@ -0,0 +1 @@ +# Create your views here. diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..108baa0 --- /dev/null +++ b/static/index.html @@ -0,0 +1,64 @@ + + + + + +bryannewbold.com + + +
+ +
+
+

Hey Hey Hey!

+
+
+ + +
+ +
+

minorly progress...

+
+hey hey heyhey hey heyhey hey heyhey hey heyh +
+ +MAJORLY IN PROGRESS! +
+ carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans,carrots and lima beans, + +
+

left

+
+hey hey heyhey hey heyhey hey heyhey hey heyh +
+ +
+

right

+
+hey hey heyhey hey heyhey hey heyhey hey heyh +
+ + carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans, carrots and lima beans,carrots and lima beans, + +
+ + + diff --git a/static/style/default.css b/static/style/default.css new file mode 100644 index 0000000..871e072 --- /dev/null +++ b/static/style/default.css @@ -0,0 +1,97 @@ +html { + margin: 0px; + padding: 0px; +} + +body { + font-family: serif; + margin: 0px; + padding: 0px; +} + +a { + text-decoration: none; +} + +h1 { + text-align: center; +} + +hr { + height: 2px; + background-color: black; + padding: 0px; + width: 100%; + border: none; +} + +.righty_content { + margin: 3px; + padding: 1px; + float: right; + width: 30%; +} + +.lefty_content { + margin: 3px; + padding: 1px; + float: left; + width: 30%; +} + +.lefty { + float: left; +} + +.righty { + float: right; +} + +.content { + margin-left: 4%; + width: 700px; +} + +.content_footer { + margin-left: 4%; + width: 700px; + font-size: small; + font-style: italic; + font-family: courier; + text-align: center; + width: 700px; + margin-bottom: 5px; + margin-top: 0px; + padding-top: 0px; +} + +#top_bar { + height: 22px; + background-color: #993333; + margin: 0px; + padding: 0px; +} + +#top_bar_content { + background-color: #993333; + height: 20px; + font-family: courier; + font-size: smaller; + color: #EEEEEE; + float: center; + width: 700px; + margin-left: 4%; + padding-top: 2px; + padding-bottom: 0px; + margin-bottom: 0px; + margin-top:0px; +} + +#top_bar_content a { + font-weight: bold; + color: #FFFFFF; + text-decoration: none; +} + +#main_content { +} -- cgit v1.2.3