Skip to content

Commit

Permalink
Merge pull request #4 from jackheuberger/dev
Browse files Browse the repository at this point in the history
Added space for the 9th schedules
  • Loading branch information
jackheuberger committed Aug 19, 2019
2 parents f6f5a69 + 46be103 commit 722272f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,33 @@ <h1 class="display-3">Main BHS Building</h1>
</div>
</div>
</div>

<div class="row">
<div class="col-6 text-center">
<div class="container">
<h1 class="display-3">Main BHS Building</h1>
<p class="lead" id="time">Test</p>
<a class="btn btn-primary" data-toggle="collapse" href="#mainImage" role="button" aria-expanded="false" aria-controls="collapseExample">
View Full Schedule
</a>
<div class="collapse" id="mainImage">
<img src="MainSchedule.png">
</div>
</div>
</div>
<div class="col-6 text-center">
<div class="container">
<h1 class="display-3">Main BHS Building</h1>
<p class="lead" id="time">Test</p>
<a class="btn btn-primary" data-toggle="collapse" href="#mainImage" role="button" aria-expanded="false" aria-controls="collapseExample">
View Full Schedule
</a>
<div class="collapse" id="mainImage">
<img src="MainSchedule.png">
</div>
</div>
</div>
</div>


<!-- Optional JavaScript -->
Expand Down

0 comments on commit 722272f

Please sign in to comment.