Commit 315e466a by Nate Hardison

Stanfordize logged-in view of find courses page

This is nearly a dup of the styling we do for the main index.html
template, but it's a different view since the user is logged in to
the site.
parent 2f04fecb
......@@ -5,13 +5,13 @@
<%block name="title"><title>Courses</title></%block>
<section class="find-courses">
<header class="search" style="background: url('/static/images/homepage-bg.jpg')">
<header class="search">
<div class="inner-wrapper main-search">
<hgroup>
<div class="logo">
<img src="${static.url('images/edx_bw.png')}" />
<img src="${static.url('themes/stanford/images/seal.png')}" />
</div>
<h2>Explore free courses from leading universities.</h2>
<h2>Explore free courses from Stanford University</h2>
</hgroup>
</div>
</header>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment