Skip to content

Commit

Permalink
removed chapman from the splash page (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpresler committed Nov 18, 2017
1 parent 0534376 commit 7382e13
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions timetable/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ <h1>Semester.ly</h1>
<a href="https://queens.semester.ly">Queen's</a>
<a href="https://vandy.semester.ly">Vandy</a>
<a href="https://gw.semester.ly">GW</a>
<a href="https://chapman.semester.ly">Chapman</a>
<a href="https://umich.semester.ly">UMich</a>
<a href="https://salisbury.semester.ly">Salisbury</a>
<a href="https://github.com/noahpresler/semesterly/"><i class="fa fa-github"></i>Github</a>
Expand All @@ -71,7 +70,6 @@ <h1>Semester.ly</h1>
<a href="https://queens.semester.ly">Queen's</a>
<a href="https://vandy.semester.ly">Vandy</a>
<a href="https://gw.semester.ly">GW</a>
<a href="https://chapman.semester.ly">Chapman</a>
<a href="https://umich.semester.ly">UMich</a>
<a href="https://salisbury.semester.ly">Salisbury</a>
</div>
Expand Down Expand Up @@ -111,10 +109,6 @@ <h4>Scheduling your classes for the next semester just got easier! Semester.ly
<div class="square-logo" style="background-image: url(/static/img/school_logos/gw-square.png);"></div>
<span>George Washington</span>
</a>
<a href="https://chapman.semester.ly">
<div class="square-logo" style="background-image: url(/static/img/school_logos/chapman-square.png);"></div>
<span>Chapman University</span>
</a>
<a href="https://umich.semester.ly">
<div class="square-logo" style="background-image: url(/static/img/school_logos/umich-square.png);"></div>
<span>University of Michigan</span>
Expand Down Expand Up @@ -229,23 +223,19 @@ <h3>select your school to begin</h3>
<div class="square-logo" style="background-image: url(/static/img/school_logos/qu-square.png);"></div>
<span>Queen's</span>
</a>
<a href="https://vandy.semester.ly" class="fifth">
<a href="https://vandy.semester.ly">
<div class="square-logo" style="background-image: url(/static/img/school_logos/vandy-square.png);"></div>
<span>Vandy</span>
</a>
<a href="https://gw.semester.ly" class="fifth">
<a href="https://gw.semester.ly">
<div class="square-logo" style="background-image: url(/static/img/school_logos/gw-square.png);"></div>
<span>GW</span>
</a>
<a href="https://chapman.semester.ly" class="fifth">
<div class="square-logo" style="background-image: url(/static/img/school_logos/chapman-square.png);"></div>
<span>Chapman</span>
</a>
<a href="https://umich.semester.ly" class="fifth">
<a href="https://umich.semester.ly">
<div class="square-logo" style="background-image: url(/static/img/school_logos/umich-square.png);"></div>
<span>UMich</span>
</a>
<a href="https://salisbury.semester.ly" class="fifth">
<a href="https://salisbury.semester.ly">
<div class="square-logo" style="background-image: url(/static/img/school_logos/salisbury-square.png);"></div>
<span>Salisbury</span>
</a>
Expand Down

0 comments on commit 7382e13

Please sign in to comment.