wellesleyx.html 961 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<%inherit file="base.html" />
<%namespace name='static' file='../static_content.html'/>

<%block name="title"><title>WellesleyX</title></%block>

<%block name="university_header">
  <header class="search" style="background: url('/static/images/university/wellesley/wellesley-cover_2025x550.jpg')">
    <div class="inner-wrapper university-search">
      <hgroup>
        <div class="logo">
           <img src="${static.url('images/university/wellesley/wellesley.png')}" />
        </div>
        <h1>WellesleyX</h1>
      </hgroup>
    </div>
  </header>

</%block>

<%block name="university_description">
    <p>Since 1875, Wellesley College has been the preeminent liberal arts college for women. Known for its intellectual rigor and its remarkable track record for the cultivation of women leaders in every arena, Wellesley—only 12 miles from Boston—is home to some 2300 undergraduates from every state and 75 countries.</p>
</%block>

${parent.body()}