Files
edx-platform/lms/templates/university_profile/georgetownx.html
2013-01-03 10:43:03 -05:00

25 lines
1.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%inherit file="base.html" />
<%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>GeorgetownX</title></%block>
<%block name="university_header">
<header class="search" style="background: url('/static/images/university/georgetown/georgetown-cover_2025x550.jpg')">
<div class="inner-wrapper university-search">
<hgroup>
<div class="logo">
<img src="${static.url('images/university/georgetown/georgetown.png')}" />
</div>
<h1>GeorgetownX</h1>
</hgroup>
</div>
</header>
</%block>
<%block name="university_description">
<p>Georgetown University, the nations oldest Catholic and Jesuit university, is one of the worlds leading academic and research institutions, offering a unique educational experience that prepares the next generation of global citizens to lead and make a difference in the world.  Students receive a world-class learning experience focused on educating the whole person through exposure to different faiths, cultures and beliefs.</p>
</%block>
${parent.body()}