Skip to content

Commit

Permalink
Map is now accessible from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Dec 1, 2016
1 parent 3119fed commit b514536
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Binary file removed html/imgs/map.png
Binary file not shown.
Binary file removed html/imgs/map_pin.png
Binary file not shown.
Binary file removed html/imgs/map_usa.png
Binary file not shown.
14 changes: 8 additions & 6 deletions html/webpages/homePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,17 @@ <h2>Return</h2>
</div>
<div>
<a class = "divlink" href = "listingPage.html">
<div class = "menuOption">
<h2>All Items</h2>
<p>Just curious to see what devices we have to offer? You've come to the right place.</p>
</div>
<div class = "menuOption">
<h2>All Items</h2>
<p>Just curious to see what devices we have to offer? You've come to the right place.</p>
</div>
</a>
<a class = "divlink" href="map.html">
<div class = "menuOption">
<h2>Data</h2>
<p>Interested in statistics related to this service? Check out this link!</p>
<h2>Map</h2>
<p>Wanna see the distribution of devices throughout the world? Check it out! HERE!</p>
</div>
</a>
</div>
</div>

Expand Down

0 comments on commit b514536

Please sign in to comment.