-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
299 lines (293 loc) · 12.2 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
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kwauri | Home</title>
<!-- bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- animate -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- venobox -->
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet" />
<!-- Aos is very necessary -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Font-awsome -->
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
<!-- main style file -->
<link rel="stylesheet" href="assets/css/index.css" />
<!-- For the contact page icons -->
<link href="assets/font/ionicons/css/ionicons.min.css" rel="stylesheet" />
<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,300&display=swap" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="#intro" class="scrollto"
><img src="#" alt=""
/></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="works.html">How it works</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li class="contact-us"><a href="login.html">Login</a></li>
<!-- Can only be viewed when user is logged in. -->
<li class="contact-us"><a href="admin/index.html">Dashboard</a></li>
</ul>
</nav>
</div>
</header>
<!-- End Header -->
<section id="bck-image">
<div class="image-container">
<h1 class="title-heading d-inline-block p-2 lead animate__animated animate__bounceInDown">KwauRi.</h1>
<h2 class="lead subtitle-heading animate__animated animate__swing">
On demand package delivery, at your finger tip.
</h2>
<ul class="nav-menu">
<a href="login.html" class="btn btn-info btn-get-started"><i class="fas fa-gift"></i> Send a parcel</a>
<a href="login.html" class="btn-get-started"><i class="fas fa-truck"></i> Become an agent</a>
<a href="routes.html" class="btn-get-started"><i class="fas fa-road"></i> Active Routes.</a>
</ul>
</div>
</section>
<!--- Three Column Section -->
<div class="container-fluid" id="best-services">
<section class="skills py-5" id="why">
<!-- section title -->
<div class="row mb-5">
<div
class="col d-flex flex-wrap justify-content-center"
>
<h3 class="why font-weight-bold align-self-center mx-1 lead">
How it
</h3>
<h3 class="why section-title--special mx-1 lead">Works</h2>
</div>
</div>
<!-- end of section title -->
<div class="container">
<div class="row">
<!-- single skill -->
<div class="col-sm-6 col-lg-3 text-center my-3">
<a href="" class="skills-icon p-2 rounded-circle">
<i class="fas fa-users fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">
Sender.
</h6>
<div class="skills-underline"></div>
<p class="lead">
Login to the website.
</p>
</div>
<!-- end of single skill -->
<!-- single skill -->
<div class="col-sm-6 col-lg-3 text-center my-3">
<a href="" class="skills-icon p-2 rounded-circle">
<i class="fas fa-box fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">
Parcel.
</h6>
<div class="skills-underline"></div>
<p class="lead">
Enter the details of your parcel.
</p>
</div>
<!-- end of single skill -->
<!-- single skill -->
<div class="col-sm-6 col-lg-3 text-center my-3">
<a href="" class="skills-icon p-2 rounded-circle">
<i class="fas fa-street-view fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">
Location.
</h6>
<div class="skills-underline"></div>
<p class="lead">
Choose a pick up and drop off point.
</p>
</div>
<div class="col-sm-6 col-lg-3 text-center my-3">
<a href="" class="skills-icon p-2 rounded-circle">
<i class="fas fa-truck-moving fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">
Transporter.
</h6>
<div class="skills-underline"></div>
<p class="lead">
We pick up and deliver.
</p>
</div>
</div>
<div class="text-center">
<a href="contact.html" class="btn btn-primary">Learn more <i class="fa fa-arrow-circle-right"></i></a>
</div>
<!-- end of single skill -->
</div>
</section>
<hr>
</div>
<!-- ======= Cards Start ======= -->
<section id="cards">
<div class="container mt-2">
<div class="row mt-5">
<div
class="col d-flex flex-wrap justify-content-center"
>
<h3>Your one stop delivery solution for individuals, business and enterprise</h3>
</div>
</div>
<div class="row">
<div class="col-md-4" style="padding: 2%;" data-aos="fade-left" data-aos-delay="100">
<h5 class="card-title text-center">Business.</h5>
<div class="card">
<img src="assets/img/deliveries.svg" style="width:100%; height:270px;" class="card-img-top" alt="...">
</div>
<div class="card-body">
<p class="card-text">We offer deliveries for businesses at your request. For more please contact us.</p>
<a href="contact.html" class="btn btn-primary">Contact</a>
</div>
</div>
<div class="col-md-4" style="padding: 2%;" data-aos="fade-down" data-aos-delay="200">
<h5 class="card-title text-center">Enterprise.</h5>
<div class="card">
<img src="assets/img/business.svg" style="width:100%; height:270px;" class="card-img-top" alt="...">
</div>
<div class="card-body">
<p class="card-text">We also offer our dervices on a larger scale.</p>
<a href="contact.html" class="btn btn-primary">Contact</a>
</div>
</div>
<div class="col-md-4" style="padding: 2%;" data-aos="fade-left" data-aos-delay="300">
<h5 class="card-title text-center">Individual.</h5>
<div class="card">
<img src="assets/img/one.svg" style="width:100%; height:270px;" class="card-img-top" alt="...">
</div>
<div class="card-body">
<p class="card-text">Just loggin in and signing up your good to go.</p>
<a href="contact.html" class="btn btn-primary">Contact</a>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Cards End ======= -->
<!-- ======= Call To Action Section ======= -->
<section id="call-to-action">
<div class="container wow fadeIn">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h3 class="lead" data-aos="fade-up">Interested in joining?</h3>
<p class="lead" data-aos="fade-right" data-aos-delay="300">
To get the full experience of what we offer please login or register now.
</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#footer">Sign up now</a>
</div>
</div>
</div>
</section>
<!-- End Call To Action Section -->
<footer id="footer">
<div class="footer-style">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Link(s)</h4>
<!--bx is for the boxicons-->
<ul class="lead">
<li>
<i class="bx bx-chevron-right"></i>
<a href="works.html">How it works</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="services.html">Services</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="about.html">About Us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="conatct.html">Contact Us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Privacy Policy</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Our Services</h4>
<ul class="lead">
<li>
<i class="bx bx-chevron-right"></i><a href="#">Package delivery</a>
</li>
<li>
<i class="bx bx-chevron-right"></i
><a href="#">Pick-up</a>
</li>
<li>
<i class="bx bx-chevron-right"></i
><a href="#">Confidentiality</a>
</li>
<li>
<i class="bx bx-chevron-right"></i
><a href="#">Safety</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4 class="text-center skills">Our Links</h4>
<p class="text-color">
Please like and folow Us on our social network for more updates
and promos
</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="fab fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fab fa-facebook"></i></a>
<a href="#" class="instagram"
><i class="fab fa-instagram"></i
></a>
</div>
<br />
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>Kwauri</span></strong
>. All Rights Reserved.
</div>
<div class="credits">Designed by <a href="#">Kwauri Dev Team</a></div>
</div>
</footer>
<a href="#" class="back-to-top"></a>
</body>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/bootstrap/css/bootstrap.min.css"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<!-- Required for smooth scroll start -->
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/vendor/superfish/superfish.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<!-- font awesome -->
<script src="assets/js/all.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</html>