Commit ba51a036 authored by Andrea Tsai's avatar Andrea Tsai

Upload To Buy HTML

parent 27ca1830
<html>
<head>
<link rel = "stylesheet" href = "mainToBuy.css" media ="all"/>
</head>
<body>
<div class = "toBuyHeader">
<div class = "breadcrumbsHead">
BREADCRUMBS
</div>
</div>
<div class = "lowerPage">
<div class = "sidebar">
<div class = "sideItem fridge">
<a href = "indexFridgeList.html">
<div class = " sideText"> FRIDGE </div>
</a>
</div>
<img id= "fridgeIcon" src= "" alt= "a flat icon of a refrigerator";>
<div class = "sideItem stats">
<a href = "indexStatistics.html">
<div class = "sideText"> STATS </div>
</a>
</div>
<img id= "statsIcon" src= "" alt= "a flat icon of a graph";>
<div class = "sideItem toBuy">
<a href = "indexToBuy.html">
<div class = "sideText"> TO BUY </div>
</a>
</div>
<img id= "toBuyIcon" src= "" alt= "a flat icon of a shopping cart";>
</div>
<div class = "pageSubhead">
<div class = "subheader"> To Buy </div>
<div class = "sortBy">
<select name="sortByDropdown">
<option value="productName">by Product Name</option>
<option value="productQuantity">by Quantity</option>
</select>
</div>
</div>
<div class = "listView">
<div class = "listItem one">
<img id= "listIcon" src= "" alt= "a flat icon the product";>
<div class = "listText">
<div class = "product"> Product </div>
<div class = "category"> Category </div>
</div>
<div class = "listRemove">
REMOVE
</div>
<div class = "listAdd">
ADD ITEM
</div>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment