Commit 222c6f4c authored by Andrea Tsai's avatar Andrea Tsai

Upload Add Item HTML

parent 144d20ca
<html>
<head>
<link rel="stylesheet" href="mainAddItem.css" media="all" />
</head>
<body>
<div class = "addItemHeader">
<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"> Fridge </div>
<div class = "addItem">
<a href = "indexaddItem.html">
<div class = "addItemButton">
<div class = "addItemText"> ADD ITEM + </div>
</div>
</a>
</div>
<div class = "changeView">
<select name="changeViewDropdown">
<option value="listView">List View</option>
<option value="detailedView">Detailed View</option>
</select>
</div>
<div class="addItemPage">
Item Quantity:<input class="box itemQuantity" type="text" placeholder="">
Quantity Unit:<input class="box quantityUnit" type="text" placeholder="">
Item Description:<input class="box itemDescription" type="text" placeholder="">
Purchase Date:<input class="box purchaseDate" type="text" placeholder="">
Expiration Date:<input class="box expDate" type="text" placeholder="">
<label class="deleteItemBox">
<input type="checkbox">
<span class="checkmark"></span>
Is this Item Consumed?
</label>
<button type="button">SUBMIT</button>
<a href="url">Back</a>
</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