Commit 2bbeb4cf authored by Andrea Tsai's avatar Andrea Tsai

Upload Delete Item HTML

parent 45083eb9
<html>
<head>
<link rel="stylesheet" href="mainDeleteItem.css" media="all" />
</head>
<body>
<div class="deleteItemHeader">
<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>
<div class="listView">
<div class="listItem one">
<img id="listIcon" src="" alt="a flat icon the product" ;>
<div class="listText">
<div class="daysLeft"> DAYS LEFT </div>
<div class="product"> Product </div>
<div class="category"> Category </div>
<div class = "confirmDelete">
Are you sure you want to delete this item?
<button type="button">CONFIRM</button>
</div>
</div>
</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