-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
217 lines (203 loc) · 7.65 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
<!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/index.css" />
<link rel="stylesheet" href="css/toastr.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="#" class="brand__title--link">EasyCoach Ke</a>
</h1>
</div>
<nav class="navbar">
<ul class="nav__list">
<li class="nav__item"><a href="#" 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="services.html" 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 animate-opacity">
<section class="hero">
<div class="container hero-container">
<div class="hero__col">
<h1 class="hero__title">Book Online</h1>
<p class="hero__description">
Want to avoid queues like this at your departure point, causing
you hours of delay as you travel around the country? <br /><br />
Book a Ticket online and avoid all the hassle!
</p>
<a href="book_online.php" class="hero__btn">Book Now</a>
</div>
<div class="hero__col">
<img
src="img/congestion.jpg"
alt="picture of congested line"
class="hero__img"
/>
</div>
</div>
</section>
<section class="services" id="services">
<div class="container services-container">
<div class="services__col">
<h2 class="services__col--title">Passenger Services</h2>
<img
src="img/bus-2.jpg"
alt="image of bus"
class="services__col--img"
/>
<p class="services__col--text">
Our reputation has been built upon being the Number 1 transport
service in the country. We have a fleet of buses and an
experienced team of drivers dedicated to getting you wherever you
want to go.
</p>
<a href="book_online.php" class="services__col--link"
>Book a Ticket</a
>
</div>
<div class="services__col">
<h2 class="services__col--title">Courier Services</h2>
<img
src="img/package.jpg"
alt="image of person inspecting packages"
class="services__col--img"
/>
<p class="services__col--text">
We use our extensive coverage to deliver packages, letters and
other goods. Our aim is to provide customized logistic solutions
to our esteemed clients through our extensive network.
</p>
<a href="services.html" class="services__col--link">More Info</a>
</div>
</div>
</section>
<section class="inquiry">
<div class="container inquiry-container">
<div class="inquiry__col">
<img
src="img/banner-inquiry.jpg"
alt="Inquiry banner"
class="inquiry__img"
/>
<p class="inquiry__text--title">Visit Us</p>
<p class="inquiry__text--normal">Railways<br />Nairobi, Kenya</p>
<p class="inquiry__text--title">Call Us</p>
<p class="inquiry__text--normal">0738200301</p>
<p class="inquiry__text--title">Write to Us</p>
<p class="inquiry__text--normal">[email protected]</p>
</div>
<div class="inquiry__col inquiry__col--comment">
<h2 class="inquiry__title">Write Us a Comment!</h2>
<div class="book__form--box">
<input
type="text"
name="fname"
id="fname"
class="book__form--input"
placeholder=" "
/>
<label for="fname" class="book__form--label">Name</label>
</div>
<div class="book__form--box">
<input
type="text"
name="email"
id="email"
class="book__form--input"
placeholder=" "
/>
<label for="email" class="book__form--label">Email</label>
</div>
<div class="book__form--box">
<textarea
name="comment"
id="comment"
cols="30"
rows="7"
class="book__form--input"
placeholder=" "
></textarea>
<label for="comment" class="book__form--label">Comment</label>
</div>
<button type="submit" class="inquiry__btn" onclick="sendComment()">
Submit
</button>
</div>
</div>
</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/jquery.min.js"></script>
<script src="scripts/toastr.js"></script>
<script src="scripts/nav.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>