Commit 3b2556a0 authored by Andrea Tsai's avatar Andrea Tsai

Upload Sign Up HTML

parent 31c175ea
<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
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