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
9f4c734e
Commit
9f4c734e
authored
Mar 25, 2021
by
Andrea Tsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload Home Page HTML
parent
12606681
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
0 deletions
+82
-0
indexHome.html
HTML and CSS Files/indexHome.html
+82
-0
No files found.
HTML and CSS Files/indexHome.html
0 → 100644
View file @
9f4c734e
<html>
<head>
<link
rel =
"stylesheet"
href =
"mainHome.css"
media =
"all"
/>
</head>
<body>
<div
class =
"homeHeader"
>
<a
href=
"indexHome.html"
>
<div
class =
"breadcrumbsHead"
>
BREADCRUMBS
</div>
</a>
<div
class =
"sideHeader"
>
<a
href=
"indexLogIn.html"
>
<div
class =
"loginText"
>
Log In
</div>
</a>
<a
href=
"indexSignUp.html"
>
<div
class =
"signUpButton"
>
<div
class =
"signUpText"
>
Sign Up for Free!
</div>
</div>
</a>
</div>
</div>
<div
class =
"lowerPage"
>
<div
class =
"frontBar"
>
<div
class =
"frontHeader"
>
Stop the spoilers
</div>
<div
class =
"frontDescription"
>
Spoiled food can ruin more than just the mood.
We help you easily keep track of your food inventory,
make meal plans, and budget money all in one place.
</div>
<div
class =
"frontButton"
>
<a
href =
"indexSignUp.html"
>
<div
class =
"frontText"
>
Sign Up for Free!
</div>
</a>
</div>
</div>
<div
class =
"middleBar"
>
<div
class =
"sellingPoint one"
>
<img
id=
"middleIcon"
src=
""
alt=
"a checkmark"
;
>
<div
class =
"middleText"
>
Join over 200,000 users
</div>
</div>
<div
class =
"sellingPoint two"
>
<img
id=
"middleIcon"
src=
""
alt=
"an image of a checkmark"
;
>
<div
class =
"middleText"
>
24/7 Customer Support
</div>
</div>
<div
class =
"sellingPoint three"
>
<img
id=
"middleIcon"
src=
""
alt=
"a checkmark"
;
>
<div
class =
"middleText"
>
Budget-friendly, totally free
</div>
</div>
</div>
<div
class =
"featuresBar"
>
<div
class =
"feature fridge"
>
<img
id=
"fridgeIcon"
src=
""
alt=
"an image of a checklist"
;
>
<div
class =
"featureText"
>
Keep a digital list of all the food you have and easily update it
</div>
</div>
<div
class =
"feature alerts"
>
<img
id=
"alertsIcon"
src=
""
alt=
"an image of a bell"
;
>
<div
class =
"featureText"
>
Get notified when food supply runs low or is close to expiring
</div>
</div>
<div
class =
"feature budget"
>
<img
id=
"budgetIcon"
src=
""
alt=
"an image of a calculator and money"
;
>
<div
class =
"featureText"
>
Keep track of you expenses and waste even less
</div>
</div>
</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