Files
edx-platform/lms/templates/courses.html
2012-06-20 14:37:37 -04:00

20 lines
487 B
HTML

<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
<section class="find-courses">
<header>
<div class="inner-wrapper">
<img src="${static.url('images/edx_bw.png')}" />
<h1>Explore courses from universities around the world.</h1>
</div>
</header>
<section class="container">
<%include file="course_filter.html" />
<section class="courses">
<%include file="course.html" />
</section>
</section>
</section>