Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
✨ Silly preview ribbon
Browse files Browse the repository at this point in the history
closes #67
  • Loading branch information
brianbancroft committed Aug 5, 2018
1 parent 102ca04 commit 40ed3c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@

<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<a href="https://github.com/NYCPlanning/labs-postgis-preview">
<img style="position: absolute; top: 0; left: 0; border: 0; z-index: 25;" src=" https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png "
alt="Fork me on GitHub " />
</a>
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">PostGIS Preview</a>
<a class="navbar-brand" href="#" style="margin-left: 125px;">PostGIS Preview</a>
</div>
<div class="btn-group navbar-right" role="group" aria-label="...">
<button type="button" class="btn btn-info navbar-btn active">Map View</button>
Expand All @@ -44,4 +48,3 @@
</body>

</html>
COPY TO CLIPBOARD

0 comments on commit 40ed3c0

Please sign in to comment.