Commit edbc12e1 by Brian Talbot

homepage - added georgetown logo assets and resized other university logos to match 3x3 layout

parent cc870f8e
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<ol class="partners"> <ol class="partners">
<li class="partner"> <li class="partner">
<a href="${reverse('university_profile', args=['UTx'])}"> <a href="${reverse('university_profile', args=['UTx'])}">
<img src="${static.url('images/university/ut/ut-rollover_160x90.png')}" /> <img src="${static.url('images/university/ut/ut-rollover_350x150.png')}" />
<div class="name"> <div class="name">
<span>UTx</span> <span>UTx</span>
</div> </div>
...@@ -88,17 +88,17 @@ ...@@ -88,17 +88,17 @@
</li> </li>
<li class="partner"> <li class="partner">
<a href="${reverse('university_profile', args=['WellesleyX'])}"> <a href="${reverse('university_profile', args=['WellesleyX'])}">
<img src="${static.url('images/university/wellesley/wellesley-rollover_160x90.png')}" /> <img src="${static.url('images/university/wellesley/wellesley-rollover_350x150.png')}" />
<div class="name"> <div class="name">
<span>WellesleyX</span> <span>WellesleyX</span>
</div> </div>
</a> </a>
</li> </li>
<li class="partner last"> <li class="partner last">
<a href="${reverse('university_profile', args=['WellesleyX'])}"> <a href="${reverse('university_profile', args=['Georgetown'])}">
<img src="${static.url('images/university/wellesley/wellesley-rollover_160x90.png')}" /> <img src="${static.url('images/university/georgetown/georgetown-rollover_350x150.png')}" />
<div class="name"> <div class="name">
<span>WellesleyX</span> <span>GeorgetownX</span>
</div> </div>
</a> </a>
</li> </li>
......
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