Added more styles includeing the index page more color changes and header styles

This commit is contained in:
Kyle Fiedler
2012-07-12 14:28:13 -04:00
parent 9d638d2ac0
commit d53e4bd38f
12 changed files with 180 additions and 30 deletions

View File

@@ -1,8 +1,16 @@
<%inherit file="base.html" />
<%block name="bodyclass">index</%block>
<%block name="title">Courses</%block>
<%block name="content">
<h1>edX Course Management</h1>
<section class="main-container">
<header>
<h1>Courses</h1>
<a href="#" class="wip">+</a>
</header>
<ol>
%for course, url in courses:
<li><a href="${url}">${course}</a></li>