Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hunger Buster - Breadcrumbs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julia Santos
Hunger Buster - Breadcrumbs
Commits
7cf7dd56
Commit
7cf7dd56
authored
Mar 29, 2021
by
Joaquin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Item HTML
parent
72399d41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
+58
-0
indexAddItem.html
HTML and CSS Files/indexAddItem.html
+58
-0
No files found.
HTML and CSS Files/indexAddItem.html
0 → 100644
View file @
7cf7dd56
<html>
<head>
<link
rel=
"stylesheet"
href=
"mainAddItem.css"
media=
"all"
/>
</head>
<body>
<div
class=
"listViewHeader"
>
<div
class=
"breadcrumbsHead"
>
BREADCRUMBS
</div>
</div>
<div
class=
"lowerPage"
>
<div
class=
"sidebar"
>
<div
class=
"sideItem fridge"
>
<div
class=
" sideText"
>
FRIDGE
</div>
</div>
<img
id=
"fridgeIcon"
src=
""
alt=
"a flat icon of a refrigerator"
;
>
<div
class=
"sideItem stats"
>
<div
class=
"sideText"
>
STATS
</div>
</div>
<img
id=
"statsIcon"
src=
""
alt=
"a flat icon of a graph"
;
>
<div
class=
"sideItem toBuy"
>
<div
class=
"sideText"
>
TO BUY
</div>
</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"
>
<div
class=
"addItemButton"
>
<div
class=
"addItemText"
>
ADD ITEM +
</div>
</div>
</div>
<div
class=
"changeView"
>
<div
class=
"changeViewDropdown"
>
<div
class=
"changeViewText"
>
LIST VIEW
</div>
</div>
</div>
</div>
<div
class=
"addItem"
>
Item Quantity:
<input
class=
"box firstName"
type=
"text"
placeholder=
""
>
Quantity Unity:
<input
class=
"box lastName"
type=
"text"
placeholder=
""
>
Item Description:
<input
class=
"box email"
type=
"email"
placeholder=
""
>
Purchase Date:
<input
class=
"box password"
type=
"password"
placeholder=
""
>
Expiration Date:
<input
class=
"box passwordConfirm"
type=
"password"
placeholder=
""
>
<label
class=
"deleteItemBox"
>
<input
type=
"checkbox"
checked=
"checked"
>
<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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment