Course info

This commit is contained in:
Piotr Mitros
2012-01-17 21:28:55 -05:00
parent 972001d3e9
commit 2d08b32140
3 changed files with 16 additions and 0 deletions

14
info.html Normal file
View File

@@ -0,0 +1,14 @@
<%inherit file="main.html" />
<%include file="navigation.html" />
<section class="main-content">
<div class="profile-wrapper">
<section class="user-info">
<%include file="info_files/updates.html" />
</section>
<section class="course-info">
<%include file="info_files/handouts.html" />
</section>
</div>
</section>

1
info_files Symbolic link
View File

@@ -0,0 +1 @@
../data/info/

View File

@@ -9,6 +9,7 @@
<li><a href="/discussion">Discussion</a></li>
<li><a href="/wiki">Wiki</a></li>
<li><a href="/profile">Profile</a></li>
<li><a href="/info">Info</a></li>
</ul>
</nav>
</header>