Skip to content

Commit

Permalink
Updated Modal Footer Links
Browse files Browse the repository at this point in the history
  • Loading branch information
athuler committed Feb 13, 2024
1 parent 9729e3c commit e73ef30
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ function gtag(){dataLayer.push(arguments);}
This is an <b>unofficial</b> ticketing site made by <a href="https://andreithuler.com/" target="__blank">Andrei Thüler</a> built on top of <a href="https://tickets.uchicago.edu/" target="__blank">UChicago's Ticketing System</a> which is powered by <i>AudienceView</i>.
</div>
<div class="modal-footer justify-content-center">
<a href="https://github.com/athuler/UChicagoTix/" target="__blank">Source Code</a> | <a href="https://github.com/athuler/UChicagoTix/issues" target="__blank">Report a bug</a>
<!--<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>-->
<!--🧑‍💻 <a href="https://github.com/athuler/UChicagoTix/" target="__blank">Source Code</a> |-->
🪲 <a href="https://github.com/athuler/UChicagoTix/issues" target="__blank">Report a bug</a> |
📝 <a href="https://andreithuler.com/projects/" target="__blank">Other Projects</a> |
📧 <a href="http://eepurl.com/gnbarf" target="__blank">Email List</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -352,6 +353,9 @@ function gtag(){dataLayer.push(arguments);}


<?php } else { ?>

<!-- Displaying the Homepage -->
<br/>
<div class="row">
<h1 class="col-auto">UChicago Ticketing</h1><br/>
<button class="btn btn-outline-secondary col-auto float-end ms-auto" data-bs-toggle="modal" data-bs-target="#aboutModal">What's this?</button>
Expand Down

0 comments on commit e73ef30

Please sign in to comment.