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
3b2556a0
Commit
3b2556a0
authored
Mar 30, 2021
by
Andrea Tsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload Sign Up HTML
parent
31c175ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
indexSignUp.html
HTML and CSS Files/indexSignUp.html
+50
-0
No files found.
HTML and CSS Files/indexSignUp.html
0 → 100644
View file @
3b2556a0
<html>
<head>
<link
rel =
"stylesheet"
href =
"mainSignUp.css"
media =
"all"
/>
</head>
<body>
<div
class =
"signUpHeader"
>
<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 =
"signUpArea"
>
<div
class =
"breadcrumbsText"
>
BREADCRUMBS
</div>
<div
class =
"signUpText2"
>
Sign Up
</div>
<div
class =
"getStartedText"
>
Get started on leaving your trail(mix)!
</div>
<input
class =
"box firstName"
type =
"text"
placeholder =
"First Name"
>
</input>
</br>
<input
class =
"box lastName"
type =
"text"
placeholder =
"Last Name"
>
</input>
</br>
<input
class =
"box email"
type =
"email"
placeholder =
"Email"
>
</input>
</br>
<input
class =
"box password"
type =
"password"
placeholder =
"Password"
>
</input>
</br>
<input
class =
"box passwordConfirm"
type =
"password"
placeholder =
"Confirm Password"
>
</input>
<div
class =
"lowerBar"
>
<a
href=
"indexLogIn.html"
>
<div
class =
"alreadyHaveAccountText"
>
I already have an account
</div>
</a>
<div
class =
"submitButton"
>
SUBMIT
</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