-
Notifications
You must be signed in to change notification settings - Fork 6
/
routes.html
161 lines (154 loc) · 6.05 KB
/
routes.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
<!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>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<!-- Back to top icon found here -->
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link href="assets/lib/venobox/venobox.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link
href="assets/lib/owlcarousel/assets/owl.carousel.min.css"
rel="stylesheet"
/>
<!-- Font-awsome -->
<link
href="assets/vendor/font-awesome/css/font-awesome.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/index.css" />
<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="#">Dashboard</a></li>
</ul>
</nav>
</div>
</header>
<!-- End Header -->
<section id="route-image">
<div class="image-container">
<!-- <h1 class="d-inline-block p-2 lead animate__animated animate__bounceInDown"><i class="fas fa-road"></i> Routes.</h1>
<h2 class="lead subtitle-heading animate__animated animate__swing">
Please view the available Routes below.
</h2> -->
<h1 class="d-inline-block p-2 lead animate__animated animate__bounceInDown"><i class="fas fa-road"></i> Active Routes Coming Soon:).</h1>
</div>
</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/lib/venobox/venobox.min.js"></script>
<script src="assets/lib/owlcarousel/owl.carousel.min.js"></script>
<!-- font awesome -->
<script src="assets/js/all.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</html>