Skip to content

Commit

Permalink
Modification to homepage links
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Nov 28, 2016
1 parent 89d29a5 commit 37496cb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 deletions html/webpages/homePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,36 +57,36 @@
<li><a href="requestPage.html">Request Device</a></li>
<li><a href="#">Return Device</a></li>
<li><a href="listingPage.html">Device Listing</a></li>
<li><a href="#">Shopping Cart</a></li>
<li><a href="shoppingCart.html">Shopping Cart</a></li>
</ul>
</div>
</div>
</nav>

<div class = "menuBox">
<div>
<a class = "divlink" href = "requestPage.html">
<div class = "menuOption">
<h2>Request</h2>
<p>Check out our selection of devices that YOU have the chance to check out!</p>
</div>
</a>
<div class = "menuOption">
<h2>Return</h2>
<p>All set with a device? No problem! You can return it here!</p>
</div>
<a class = "divlink" href = "requestPage.html">
<div class = "menuOption">
<h2>Request</h2>
<p>Check out our selection of devices that YOU have the chance to check out!</p>
</div>
</a>
<div class = "menuOption">
<h2>Return</h2>
<p>All set with a device? No problem! You can return it here!</p>
</div>
</div>
<div>
<a class = "divlink" href = "listingPage.html">
<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>
</a>
<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>
<h2>Data</h2>
<p>Interested in statistics related to this service? Check out this link!</p>
</div>
</a>
<div class = "menuOption">
<h2>Data</h2>
<p>Interested in statistics related to this service? Check out this link!</p>
</div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion html/webpages/listingPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<li><a href="requestPage.html">Request Device</a></li>
<li><a href="#">Return Device</a></li>
<li><a href="listingPage.html">Device Listing</a></li>
<li><a href="#">Shopping Cart</a></li>
<li><a href="shoppingCart.html">Shopping Cart</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions html/webpages/requestPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
vertical-align: center;
}

button.request{
button.requestbutton{
display: block;
margin: auto;
}
Expand Down Expand Up @@ -80,7 +80,7 @@
<li><a href="requestPage.html">Request Device</a></li>
<li><a href="#">Return Device</a></li>
<li><a href="listingPage.html">Device Listing</a></li>
<li><a href="#">Shopping Cart</a></li>
<li><a href="shoppingCart.html">Shopping Cart</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 37496cb

Please sign in to comment.