-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
207 lines (181 loc) · 8.19 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Easy Coach Ke | HCI</title>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/services.css">
<link rel="icon" href="img/title.jpeg" type="image/x-icon">
</head>
<body>
<header class="header">
<div class="brand">
<h1 class="brand__title">
<a href="index.html" class="brand__title--link">EasyCoach Ke</a>
</h1>
</div>
<nav class="navbar">
<ul class="nav__list">
<li class="nav__item"><a href="index.html" class="nav__link">Home</a></li>
<li class="nav__item"><a href="about-us.html" class="nav__link">About Us</a></li>
<li class="nav__item"><a href="routes.html" class="nav__link">Routes</a></li>
<li class="nav__item"><a href="#" class="nav__link">Services</a></li>
<li class="nav__item"><a href="book_online.php" class="nav__link nav__link--btn">Book Online</a></li>
</ul>
</nav>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</header>
<main class="main container">
<section class="intro">
<h1 class="intro__title">
Courier Services
</h1>
<p class="intro__text">
At our Letters and Parcels Courier Services Division,
we courier <span>medium-sized parcels</span>, <span>letters</span> and <span>documents</span> to each of the over 30 branches where we have a presence.
We take utmost care in ensuring that our customer’s letters and parcels reach the intended destinations in time,
secure and in good condition.
We package the letters and parcels in security tamper proof bags while on transit.
Our delivery time for all letters and parcels is same day and/or within 24 hours.
</p>
</section>
<div class="flex">
<section class="parcels">
<table class="parcels__table">
<thead>
<tr>
<th>Description</th>
<th>Cost in Kshs.</th>
</tr>
</thead>
<tbody>
<tr>
<td>Small envelopes</td>
<td>200</td>
</tr>
<tr>
<td>Big envelopes with documents</td>
<td>200</td>
</tr>
<tr>
<td>Kampala letters</td>
<td>400</td>
</tr>
</tbody>
</table>
<table class="cost__table">
<thead>
<tr>
<th>Weight</th>
<th>Cost in Kshs.</th>
</tr>
</thead>
<tbody>
<tr>
<td>1 - 7kg</td>
<td>250</td>
</tr>
<tr>
<td>8 - 10kg</td>
<td>300</td>
</tr>
<tr>
<td>11 - 15kg</td>
<td>350</td>
</tr>
<tr>
<td>16 - 19kg</td>
<td>400</td>
</tr>
<tr>
<td>20 - 25kg</td>
<td>500</td>
</tr>
</tbody>
</table>
</section>
<section class="help">
<h2 class="help__title">Need Assistance?</h2>
<p class="help__text">
Contact The Courier Services Division by calling:
<span>+254 788545402</span>, <span>+254 738200156</span> or <span>+254 738200302.</span>
<br>
You can also get assistance from any of the contact numbers of the branch
near your location.
</p>
</section>
</div>
<section class="terms">
<h2 class="terms__title">Terms and Conditions</h2>
<ol class="terms__list">
<li class="terms__item">All fragile and breakable items shall only be accepted if the customer will sign the Breakage on Owners' Risk (B.O.R) document.</li>
<li class="terms__item">We do NOT send money or valuables e.g. jewellery and phones.</li>
<li class="terms__item">We store goods for only one month. Non-collected items shall be DISPOSED without further notice after the expiry period.</li>
<li class="terms__item">We do NOT send these items:-</li>
</ol>
<ul class="terms__list--secondary">
<li class="terms__list--secondary__item">Acid Batteries</li>
<li class="terms__list--secondary__item">Fragile Items</li>
<li class="terms__list--secondary__item">Pointed Metals and Iron Sheets</li>
<li class="terms__list--secondary__item">Poisonous drugs, pesticide and fertilizers</li>
<li class="terms__list--secondary__item">Inflammable or Explosive Items</li>
<li class="terms__list--secondary__item">Any form of Liquid</li>
</ul>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-container">
<section class="footer__col">
<p class="footer__col--title">
Our Contacts
</p>
<p class="footer__col--contact">
Head Office: Railways Godown, Nairobi
</p>
<p class="footer__col--contact">
Email: [email protected]
</p>
<p class="footer__col--contact">
Phone: 0738200301
</p>
<p class="footer__col--contact">
Website: easycoach.co.ke
</p>
</section>
<section class="footer__col">
<p class="footer__col--title">
About Us
</p>
<p class="footer__col--text">
Our mission is to be the Best Road Passenger Transport Company in East Africa.
We are a passenger transport and courier service provider registered in the
Republic of Kenya with an extensive branch network in Western and Nyanza provinces.
</p>
</section>
<section class="footer__col">
<p class="footer__col--title">
Quick Links
</p>
<ul class="footer__col--list">
<li class="footer__col--item"><a href="login.php" class="footer__col--link">Admin Login</a></li>
<li class="footer__col--item"><a href="services.html" class="footer__col--link">Services</a></li>
<li class="footer__col--item"><a href="about-us.html" class="footer__col--link">About Us</a></li>
<li class="footer__col--item"><a href="routes.html" class="footer__col--link">Routes</a></li>
</ul>
</section>
</div>
</div>
<p class="footer__bottom--text">
© Copyright - EasyCoach Ltd.
</p>
</footer>
<script src="scripts/nav.js"></script>
</body>
</html>