Commit 45083eb9 authored by Andrea Tsai's avatar Andrea Tsai

Upload Add Product HTML

parent 222c6f4c
<html>
<head>
<link rel="stylesheet" href="mainAddProduct.css" media="all" />
</head>
<body>
<div class = "addProductHeader">
<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="addProduct">
Product Name:<input class="box productName" type="text" placeholder="">
Product Category:<input class="box productCategory" type="text" placeholder="">
Product Description:<input class="box productDecription" type="text" placeholder="">
<label class="toBuyBox">
<input type="checkbox">
<span class="checkmark"></span>
To Buy?
</label>
<div> Icon:
<input class="box icon" type="file" placeholder="">
</div>
</br>
<button type="button">SUBMIT</button>
<a href="url">Back</a>
</div>
</div>
</body>
</html>
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