diff --git a/rophako/www/css/style.css b/rophako/www/css/style.css deleted file mode 100644 index 54f8fab..0000000 --- a/rophako/www/css/style.css +++ /dev/null @@ -1,88 +0,0 @@ -/****************************************************************************** - * "Resets" - styles on HTML tags * - ******************************************************************************/ - -body { - background-color: #FFFFFF; - font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; - font-size: small; - color: #000000; - width: 850px; - margin: 20px auto; -} - -h1, h2, h3, h4 { - font-family: Verdana,Arial,Helvetica,sans-serif; - font-weight: bold; - margin: 12px 0px; -} -h1 { - font-size: 32pt; - margin-top: 0px; -} -h2 { - font-size: 28pt; -} -h3 { - font-size: 24pt; -} -h4 { - font-size: 18pt; -} - -a:link, a:visited { - color: #006699; - text-decoration: underline; -} - -header { - display: block; - padding: 12px; - border: 1px solid #000000; - margin-bottom: 40px; - box-shadow: 1px 1px 5px #000000; - border-radius: 12px; -} -header h1 { - font-size: 46pt; - text-align: center; - color: #0099FF; - text-shadow: 2px 2px 2px #000099; -} - -nav { - float: left; - width: 200px; - border: 1px solid #000000; - border-radius: 12px; -} -nav ul { - list-style-type: none; - padding: 8px; - margin: 0px; -} -nav ul li { - padding: 2px 0px; -} -nav ul li.header { - font-weight: bold; -} - -div#content { - float: right; - width: 620px; -} - -div.clear { - clear: both; -} - -footer { - clear: both; - margin-top: 40px; - padding: 12px; - text-align: center; - color: #707070; - border: 1px solid #000000; - border-radius: 12px; -} \ No newline at end of file diff --git a/rophako/www/index.html b/rophako/www/index.html index 76fd760..fe31400 100644 --- a/rophako/www/index.html +++ b/rophako/www/index.html @@ -4,7 +4,77 @@

Welcome!

-This is the Rophako CMS!

+This is the Rophako CMS! It's a simple web app framework written in Python that +supports a web blog, photo albums, and a commenting system. It's open source +software released under the GNU General Public License version 2. It was +designed by Noah Petherbridge to power his personal website and blog, +Kirsle.net, but it's +also designed to be easily reusable for getting any website up and running +quickly.

+ +Clone it at +Github!

+ +

Features

+ + {{ include_page("blog.partial_index") | safe }} diff --git a/rophako/www/layout.html b/rophako/www/layout.html index a134678..b433848 100644 --- a/rophako/www/layout.html +++ b/rophako/www/layout.html @@ -3,20 +3,24 @@ {% block title %}{% endblock %} - +
-

Rophako

+ + Logo + + Rophako