-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.html
More file actions
79 lines (67 loc) · 2.82 KB
/
signup.html
File metadata and controls
79 lines (67 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Canadian home Advisor company</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header Showcase -->
<header id="showcase" class="grid">
<div class="topnav">
<div id="Weblogo" style="">
<a href="index.html" >HomeStar</a>
</div>
<a href="categories.html" id="home1" >Browse Categroies</a>
<a href="blog.html">blog</a>
<a href="review.html">Write A review</a>
<div class="topnav-right">
<a href="contactUs.html">Contact Us</a>
<a href="login.html">login</a>
<a href="signup.html">Signup</a>
</div>
</div>
</header>
<div>
<div class="split">
<div class="centered">
<form id="login">
<label>Sign Up</label><br>
<input type="Text" name="" placeholder="Name">
<input type="Text" name="" placeholder="Last Name">
<br>
<input type="email" name="" placeholder="Enter email">
<br>
<input type="password" name="" placeholder="Enter Password">
<input type="password" name="" placeholder="Re-enter Password">
<br>
<input type="Submit" name="" value="Sign UP">
</form>
</div>
</div>
</div>
</body>
<footer>
<div class="container" >
<form action="newsLetterSignup.html">
Get Exclusive Tips & Advice
<input type="submit" name="" value="SINGUP">
</form>
<hr>
<div class="grid-container">
<div class="grid-item" ><a href="Index.html">home</a></div>
<div class="grid-item" ><a href="joinHomeStar.html">Join HomeStar</a></div>
<div class="grid-item" ><a href="contactUs.html">Contact Us</a></div>
<div class="grid-item" ><a href="login.html">Login</a></div>
<div class="grid-item" ><a href="signup.html">Sign up</a></div>
<div class="grid-item" ><a href="homeStarChat.html">Home Star chat</a></div>
<div class="grid-item" ><a href="blog.html">Blogs</a></div>
<div class="grid-item" ><a href="categories.html">Browse Categories</a></div>
<div class="grid-item" ><a href="newsLetterSignup.html">NewsLetter Signup</a></div>
<div class="grid-item" ><a href="readme.html">Read me</a></div>
<div class="grid-item" ><a href="validation.html">Validation</a></div>
<div class="grid-item" ><a href="review.html">Write A reveiw</a></div>
<div class="grid-item" ><a href="forgotPass.html">Forgot Password</a></div>
</div>
</div>
</footer>
</html>