-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
292 lines (276 loc) · 9.73 KB
/
index.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Workbook - Online Service Provider</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico" />
<!-- Core Stylesheet -->
<link href="style.css" rel="stylesheet" />
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<!-- Responsive CSS -->
<link href="css/responsive/responsive.css" rel="stylesheet" />
</head>
<body>
<!-- ***** Header Area Start ***** -->
<header class="header_area" id="header">
<div class="container-fluid h-100">
<div class="row h-100">
<div class="col-12 h-100">
<nav class="h-100 navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html"><img src="img/core-img/logo.png" alt=""/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#workBookNav" aria-controls="workBookNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<!-- Nav -->
<div class="collapse navbar-collapse" id="workBookNav">
<ul class="navbar-nav mr-auto" id="workBookMenu">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-us">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact</a>
</li>
</ul>
<!-- Login btn -->
<div class="">
<a href="log-reg.html" class="btn workBook-btn btn-shadow log-reg-btn">Login or Register</a>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Welcome Area Start ***** -->
<section class="workBook-welcome-area bg-img bg-overlay" style="background-image: url(img/bg-img/service-bg.jpg);"></section>
<!-- ***** Welcome Area End ***** -->
<!-- ***** Category Area Start ***** -->
<section class="workBook-category-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="about-content text-center">
<h2>Get your desired service with <br /><span>workBook</span></h2>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="all-catagories">
<div class="row">
<!-- Single Category Area -->
<div class="col-md-4 col-12 col-lg-2">
<a href="category-driver.html"
><div class="single-category-area wow flipInX" data-wow-delay="0.2s">
<div class="category-content">
<i class="fas fa-car fa-3x"></i>
<h6>Driver</h6>
</div>
</div></a
>
</div>
<!-- Single Category Area -->
<div class="col-md-4 col-12 col-lg-2">
<a href="category-gardener.html"
><div class="single-category-area wow flipInX" data-wow-delay="0.4s">
<div class="category-content">
<i class="fab fa-pagelines fa-3x"></i>
<h6>Gardener</h6>
</div>
</div></a
>
</div>
<!-- Single Category Area -->
<div class="col-md-4 col-12 col-lg-2">
<a href="category-electrician.html"
><div class="single-category-area wow flipInX" data-wow-delay="0.6s">
<div class="category-content">
<i class="fas fa-plug fa-3x"></i>
<h6>Electrician</h6>
</div>
</div></a
>
</div>
<!-- Single Category Area -->
<div class="col-md-4 col-12 col-lg-2">
<a href="category-labour.html"
><div class="single-category-area wow flipInX" data-wow-delay="0.8s">
<div class="category-content">
<i class="fas fa-people-carry fa-3x"></i>
<h6>Labour</h6>
</div>
</div></a
>
</div>
<!-- Single Category Area -->
<div class="col-md-4 col-12 col-lg-2">
<a href="category-volunteer.html"
><div class="single-category-area wow flipInX" data-wow-delay="1s">
<div class="category-content">
<i class="fas fa-hands-helping fa-3x"></i>
<h6>Volunteers</h6>
</div>
</div></a
>
</div>
<!-- Single Category Area -->
<div class="col-md-4 col-12 col-lg-2">
<a href="category-others.html"
><div class="single-category-area wow flipInX" data-wow-delay="1.2s">
<div class="category-content">
<i class="fas fa-search-plus fa-3x"></i>
<h6>Others</h6>
</div>
</div></a
>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Category Area End ***** -->
<!-- Footer Area Start -->
<footer class="page-footer mt-5">
<!-- Footer Top -->
<div class="footer-top">
<div class="container">
<!-- Grid row-->
<div class="row py-2 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-3 mb-md-0">
<h6 class="mb-0 text-white">Get connected with us on social networks!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic">
<i class="fab fa-facebook-f mr-4"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic">
<i class="fab fa-twitter mr-4"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic">
<i class="fab fa-google-plus-g mr-4"> </i>
</a>
<!--Instagram-->
<a class="ins-ic">
<i class="fab fa-instagram"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Top -->
<!-- Footer Links -->
<div class="footer-links container text-center mt-4">
<!-- Grid row -->
<div class="row text-center" id="about-us">
<!-- Grid column -->
<div class="col-12 mx-auto mb-3">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold text-white">About Workbook</h6>
<hr class="mb-4 mt-0 mx-auto" style="width: 60px;" />
<p>Workbook is an online service platform that can help you find part-time workers or works next to your doorstep.</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-xl-12 mx-auto mb-3 text-center">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold text-white">Useful links</h6>
<hr class="mb-4 mt-0 mx-auto" style="width: 60px;" />
<p class="d-sm-inline-block mx-3">
<a href="category-driver.html">Driver</a>
</p>
<p class="d-sm-inline-block mx-3">
<a href="category-gardener.html">Gardener</a>
</p>
<p class="d-sm-inline-block mx-3">
<a href="category-electrician.html">Electrician</a>
</p>
<p class="d-sm-inline-block mx-3">
<a href="category-labour.html">Labour</a>
</p>
<p class="d-sm-inline-block mx-3">
<a href="category-volunteer.html">Volunteer</a>
</p>
<p class="d-sm-inline-block mx-3">
<a href="category-others.html">Others</a>
</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
<!-- Grid row -->
<div class="row" id="contact-us">
<!-- Grid column -->
<div class="col-xl-8 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold text-center text-white">Contact</h6>
<hr class="mb-4 mt-0 mx-auto" style="width: 60px;" />
<div class="row">
<div class="col-sm-6">
<p><i class="fas fa-home pr-2"></i> Bakshibazar, Dhaka, Bangladesh</p>
<p><i class="fas fa-envelope pr-2"></i> rayhan.talukder@northsouth.edu</p>
<p><i class="fas fa-phone pr-2"></i> + 880 1918-143391</p>
</div>
<div class="col-sm-6">
<p><i class="fas fa-home pr-2"></i> Mirpur, Dhaka, Bangladesh</p>
<p><i class="fas fa-envelope pr-2"></i> mohammad.habib@northsouth.edu</p>
<p><i class="fas fa-phone pr-2"></i> + 880 1798-952171</p>
</div>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-1">
<small>© 2019 COPYRIGHT: <a href="index.html"> WORKBOOK.COM</a></small>
</div>
<!-- Copyright -->
</footer>
<!-- Footer Area End -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<!-- Bootstrap-4 js -->
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<!-- All Plugins js -->
<script src="js/others/plugins.js"></script>
<!-- Active JS -->
<script src="js/active.js"></script>
</body>
</html>