-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-form.html
221 lines (201 loc) · 10.4 KB
/
user-form.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
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<!--=====================================
META-TAG PART START
=======================================-->
<!-- REQUIRE META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- AUTHOR META -->
<meta name="author" content="Mironcoder">
<meta name="email" content="mironcoder@gmail.com">
<meta name="profile" content="https://themeforest.net/user/mironcoder">
<!-- TEMPLATE META -->
<meta name="name" content="Classicads">
<meta name="type" content="Classified Advertising">
<meta name="title" content="Classicads - Classified Ads HTML Template">
<meta name="keywords" content="classicads, classified, ads, classified ads, listing, business, directory, jobs, marketing, portal, advertising, local, posting, ad listing, ad posting,">
<!--=====================================
META-TAG PART END
=======================================-->
<!-- FOR WEBPAGE TITLE -->
<title>Classicads - User Form</title>
<!--=====================================
CSS LINK PART START
=======================================-->
<!-- FOR PAGE TITLE ICON -->
<link rel="icon" href="images/favicon.png">
<!-- FOR FONTAWESOME -->
<link rel="stylesheet" href="fonts/font-awesome/fontawesome.css">
<!-- FOR BOOTSTRAP -->
<link rel="stylesheet" href="css/vendor/bootstrap.min.css">
<!-- FOR COMMON STYLE -->
<link rel="stylesheet" href="css/custom/main.css">
<!-- FOR USER FORM PAGE STYLE -->
<link rel="stylesheet" href="css/custom/user-form.css">
<!--=====================================
CSS LINK PART END
=======================================-->
</head>
<body>
<!--=====================================
USER-FORM PART START
=======================================-->
<section class="user-form-part">
<div class="user-form-banner">
<div class="user-form-content">
<a href="#"><img src="images/logo.png" alt="logo"></a>
<h1>Advertise your assets <span>Buy what are you needs.</span></h1>
<p>Biggest Online Advertising Marketplace in the World.</p>
</div>
</div>
<div class="user-form-category">
<div class="user-form-header">
<a href="#"><img src="images/logo.png" alt="logo"></a>
<a href="index.html"><i class="fas fa-arrow-left"></i></a>
</div>
<div class="user-form-category-btn">
<ul class="nav nav-tabs">
<li><a href="#login-tab" class="nav-link active" data-toggle="tab">sign in</a></li>
<li><a href="#register-tab" class="nav-link" data-toggle="tab">sign up</a></li>
</ul>
</div>
<div class="tab-pane active" id="login-tab">
<div class="user-form-title">
<h2>Welcome!</h2>
<p>Use credentials to access your account.</p>
</div>
<form>
<div class="row">
<div class="col-12">
<div class="form-group">
<input type="text" class="form-control" placeholder="Phone number">
<small class="form-alert">Please follow this example - 01XXXXXXXXX</small>
</div>
</div>
<div class="col-12">
<div class="form-group">
<input type="password" class="form-control" id="pass" placeholder="Password">
<button type="button" class="form-icon"><i class="eye fas fa-eye"></i></button>
<small class="form-alert">Password must be 6 characters</small>
</div>
</div>
<div class="col-6">
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="signin-check">
<label class="custom-control-label" for="signin-check">Remember me</label>
</div>
</div>
</div>
<div class="col-6">
<div class="form-group text-right">
<a href="#" class="form-forgot">Forgot password?</a>
</div>
</div>
<div class="col-12">
<div class="form-group">
<button type="submit" class="btn btn-inline">
<i class="fas fa-unlock"></i>
<span>Enter your account</span>
</button>
</div>
</div>
</div>
</form>
<div class="user-form-direction">
<p>Don't have an account? click on the <span>( sign up )</span> button above.</p>
</div>
</div>
<div class="tab-pane" id="register-tab">
<div class="user-form-title">
<h2>Register</h2>
<p>Setup a new account in a minute.</p>
</div>
<ul class="user-form-option">
<li>
<a href="#">
<i class="fab fa-facebook-f"></i>
<span>facebook</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-twitter"></i>
<span>twitter</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-google"></i>
<span>google</span>
</a>
</li>
</ul>
<div class="user-form-devider">
<p>or</p>
</div>
<form>
<div class="row">
<div class="col-12">
<div class="form-group">
<input type="text" class="form-control" placeholder="Phone number">
<small class="form-alert">Please follow this example - 01XXXXXXXXX</small>
</div>
</div>
<div class="col-12">
<div class="form-group">
<input type="password" class="form-control" placeholder="Password">
<button class="form-icon"><i class="eye fas fa-eye"></i></button>
<small class="form-alert">Password must be 6 characters</small>
</div>
</div>
<div class="col-12">
<div class="form-group">
<input type="password" class="form-control" placeholder="Repeat Password">
<button class="form-icon"><i class="eye fas fa-eye"></i></button>
<small class="form-alert">Password must be 6 characters</small>
</div>
</div>
<div class="col-12">
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="signup-check">
<label class="custom-control-label" for="signup-check">I agree to the all <a href="#">terms & consitions</a> of bebostha.</label>
</div>
</div>
</div>
<div class="col-12">
<div class="form-group">
<button type="submit" class="btn btn-inline">
<i class="fas fa-user-check"></i>
<span>Create new account</span>
</button>
</div>
</div>
</div>
</form>
<div class="user-form-direction">
<p>Already have an account? click on the <span>( sign in )</span> button above.</p>
</div>
</div>
</div>
</section>
<!--=====================================
USER-FORM PART END
=======================================-->
<!--=====================================
JS LINK PART START
=======================================-->
<!-- FOR BOOTSTRAP -->
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/vendor/popper.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<!-- FOR INTERACTION -->
<script src="js/custom/main.js"></script>
<!--=====================================
JS LINK PART END
=======================================-->
</body>
</html>