-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsign-up.html
209 lines (193 loc) · 9.75 KB
/
sign-up.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>i-Switch | Sign Up</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.css">
<!-- AOS CSS -->
<link rel="stylesheet" href="assets/css/aos.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="assets/img/site.webmanifest">
</head>
<body>
<!-- Header Section -->
<header>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" width="40" height="55" class="d-inline-block align-top logo" alt="">
</a> <button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mr-5">
<li class="nav-item active mr-2">
<a class="current nav-link" href="index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="index.html#features">Features</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="index.html#hiw">How it works</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="index.html#team">Team</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="index.html#faq">FAQ</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="index.html#contact">Contact</a>
</li>
<li class="nav-link-btn nav-item mr-2">
<a class="btn" href="sign-up.html">Sign Up</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Header Section -->
<!-- Content -->
<section class="sign-up-wrapper">
<div class="container-fluid">
<div class="row content-bg">
<div class="col-md-6 signup1">
<center>
<div class="my-5 signup-content">
<img src="assets/img/logo.png" class="img-fluid i-switch-logo" alt="">
<p class="text-white sc-p py-3">Login using social media to get quick access</p>
<button class="btn facebook-btn text-white"><i class="fa fa-facebook-f mx-2"></i> Sign-in
with Facebook</button> <br />
<button class="btn twitter-btn btn-primary text-white my-4"><i
class="fa fa-twitter mx-2"></i> Sign-in
with Twitter</button> <br />
<button class="btn google-btn btn-danger text-white"><i class="fa fa-google-plus mx-2"></i>
Sign-in
with Google</button>
</div>
</center>
</div>
<div class="col-md-6 text-white" id="signup">
<h5 class="text-left my-3 font-weight-bold">Join i-Switch</h5>
<a href="login.html" class="my-5 lgn-a text-center">Already have an account?</a>
<form action="">
<!-- full name -->
<div class="form-group">
<label for="Fullname" id="firstname">Full Name</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="fa fa-user"></i>
</span>
</div>
<input type="text" class="form-control" placeholder="Full Name" required>
</div>
</div>
<!-- end of full name -->
<!-- Username -->
<div class="form-group">
<label for="Fullname" id="firstname">Full Name</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="fa fa-user"></i>
</span>
</div>
<input type="text" class="form-control" placeholder="Username" required>
</div>
</div>
<!--Username -->
<!-- email -->
<div class="form-group">
<label for="Email Address">Email Address</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="fa fa-envelope register-fa"></i></span>
</div>
<input type="email" class="form-control" placeholder="Email Address" required>
</div>
</div>
<!-- end of email -->
<!--password -->
<div class="form-group">
<label for="password">Password</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="fa fa-key register-fa"></i></span>
</div>
<input type="password" class="form-control" placeholder="Password" required>
</div>
</div>
<!--end of password-->
<!--password -->
<div class="form-group">
<label for="password">Please Confirm Password</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="fa fa-key register-fa"></i></span>
</div>
<input type="password" class="form-control" placeholder="Confirm Password" required>
</div>
</div>
<!--end of password-->
<p class="agm-p">By clicking sign up, you agree to i-Switch's<span class="terms-condition"><b>
User Agreement, Privacy Policy and Cookie
Policy</b></span></p>
<button type="submit" class="btn btn-primary form-control font-weight-bold sign mb-3">SIGN
UP</button>
</form>
</div>
</div>
</div>
</section>
<!-- Content -->
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row align-items-center justify-content-between">
<img src="assets/img/logo.png" width="30" height="20" class="img-fluid footer-logo" alt="">
<h4 class="text-white footer-text">Copyright © Team IOT 2020</h4>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<!-- SCRIPTS -->
<!-- JQUERY -->
<script src="assets/js/jquery.js"></script>
<!-- Custom Script -->
<script src="assets/js/script.js"></script>
<!-- Bootstrap Script -->
<script src="assets/js/bootstrap.js"></script>
<!-- AOS Script -->
<script src="assets/js/aos.js"></script>
<script>
AOS.init({
duration: 1400,
delay: 500,
});
</script>
</body>
</html>