Skip to content

Commit

Permalink
Changes to footer and modal
Browse files Browse the repository at this point in the history
  • Loading branch information
danagerous committed Jun 21, 2023
1 parent 617f1e5 commit c4c8899
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,13 +332,10 @@ <h6><span>Communities</span></h6>
<!-- This is the footer as fixed navigation bar -->
<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container-fluid">
<div class="panel-footer pull-right">
<div class="panel-footer pull-left">
<!-- Trigge> the modal with a button -->
<button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#myModal">About</button>
</div>
<div class="panel-footer">
Developed by: <a href="https://danadiotte.com" title="Dana Diotte" target="_blank">Dana Diotte</a>
</div>
</div>
</nav>

Expand Down Expand Up @@ -375,6 +372,12 @@ <h4 class="modal-title">Metadata</h4>

<p>All school catchment layers digitized in <a href="https://www.qgis.org/en/site/" target="_blank">QGIS</a> and topology run through <a href="https://grass.osgeo.org/" target="_blank">GRASS</a> where geometry errors were detected.
</p>

<p><strong>Report Bugs:</strong> Open an issue on <a href="https://github.com/danagerous/school-catchment/issues" target="_blank"> GitHub</a>.
</p>

<p><strong>Developed by:</strong> <a href="https://danadiotte.com" title="Dana Diotte" target="_blank">Dana Diotte</a>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
Expand Down

0 comments on commit c4c8899

Please sign in to comment.