-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingup.html
134 lines (118 loc) · 6.12 KB
/
singup.html
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Splash&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="signup.css" />
<link rel="icon" type="image/x-icon" href="pic/8217.jpg" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<title>Aashiyana</title>
</head>
<body>
<!-- navbar start here -->
<!-- <div id="navbar">
<div class="logo">
<img src="/pic/logo.png" class="logomain" />
</div>
<div class="cat1">
<ul class="ulcat1 st">
<li class="abc">
<i class="fa fa-home" aria-hidden="true"></i> Home Loans
</li>
<li class="abc">
<i class="fa fa-cc-diners-club" aria-hidden="true"></i>
Rent/Sell Property
</li>
<li class="abc">
<i class="fa fa-mobile" aria-hidden="true"></i> Download App
</li>
<li class="abc">
<i class="fa fa-sign-in" aria-hidden="true"></i> SignUp
</li>
</ul>
</div>
<div class="navbarbutton">
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="#">Pay Rent</a>
<a href="#">Rent Agreement</a>
<a href="#">Property Management</a>
<a href="#">Home Loans</a>
<a href="#">Home Interiors</a>
<a href="#">Housing Premium</a>
<a href="#">Legal Services</a>
<a href="#">Home Services</a>
</div>
</div>
<span style="font-size: 22px; cursor: pointer" onclick="openNav()">☰</span>
</div>
</div> -->
<!-- navbar end here -->
<!-- Signup start here -->
<div class="wrap">
<div class="container">
<div class="col-sm-8 offset-sm-2 col-lg-6 offset-lg-6 col-xl-4 offset-xl-4 text-center">
<div class="logo2 mb-3 mt-3">
<a href="homepage.html"> <span class="spana"></span></a>
<img src="pic/logo.png" alt="logo">
</div>
<form action="#" class="bg-white shadow form1">
<h3 class="dark fw-bolder mb-2">Welcome to Aashiyana</h3>
<h4 class="dark fw-bolder mb-2">Create an account</h4>
<div class="fw-normal text-muted mb-3">
Already have an account? <a href="loginpage.html" class="text-primary fw-bold text-decoration-none">Log
In</a>
</div>
<div class="form-floating mb-2">
<input type="text" class="form-control" id="floatingName" placeholder="Your Full Name">
<label for="floatingName">Name</label>
</div>
<div class="form-floating mb-2">
<input type="text" class="form-control" id="floatingnumber" placeholder="Phone Number">
<label for="floatingnumber">Phone Number</label>
</div>
<div class="form-floating mb-2">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
<label for="floatingInput">Email address</label>
</div>
<div class="form-floating ">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">Password</label>
</div>
<div class="fw-normal text-muted mt-2 ">
<input type="checkbox"> I accept the <a href="#"
class="text-primary fw-bold text-decoration-none">Term of use</a> & <a href="#"
class="text-primary fw-bold text-decoration-none">Privacy Policy</a>
</div>
<button type="submit" class="btn btn-primary submit_btn w-100 mt-2 mb-2"> Continue</button>
<div class="twxt-center text-muted text-uppercase ">or</div>
<div > <a href="#" class="btn btn-light login_with w-33.33">
<img src="icons8-google.svg" alt="google logo" class="img-fluid ">
</a>
<a href="#" class="btn btn-light login_with w-33.33 ">
<img src="icons8-facebook.svg" alt="fb logo" class="img-fluid ">
</a>
<a href="#" class="btn btn-light login_with w-33.33 ">
<img src="icons8-linkedin.svg" alt="Li logo" class="img-fluid">
</a>
</div>
</form>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
</body>
</html>