Skip to content

Commit

Permalink
linked to wells list
Browse files Browse the repository at this point in the history
  • Loading branch information
etl12003 committed Feb 23, 2017
1 parent a875c40 commit e40a23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions html-ONLY-site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
</main>

<nav class="bottom-nav">
<button><img src="img/map.svg" alt="menu" /></button>
<button><img src="img/well.png" alt="menu" /></button>
<button><img src="img/problem.svg" alt="menu" /></button>
<button><a href="index.html"><img src="img/map.svg" alt="menu" /></a></button>
<button><a href="wells-list.html"><img src="img/well.png" alt="menu" /></a></button>
<button><a href=""><img src="img/problem.svg" alt="menu" /></a></button>
</nav>

<nav class="fabs">
Expand Down
6 changes: 3 additions & 3 deletions html-ONLY-site/wells-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ <h2>Well Name</h2>
</main>

<nav class="bottom-nav">
<button><img src="img/map.svg" alt="menu" /></button>
<button><img src="img/well.png" alt="menu" /></button>
<button><img src="img/problem.svg" alt="menu" /></button>
<button><a href="index.html"><img src="img/map.svg" alt="menu" /></a></button>
<button><a href="wells-list.html"><img src="img/well.png" alt="menu" /></a></button>
<button><a href=""><img src="img/problem.svg" alt="menu" /></a></button>
</nav>


Expand Down

0 comments on commit e40a23b

Please sign in to comment.