-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoffice.html
363 lines (343 loc) · 13.1 KB
/
office.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mwas Movers LTD - local moving</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="assets/css/pages.css" />
<link rel="stylesheet" href="assets/css/construction.css" />
<style>
.hero {
background-image: url("/assets/images/office.jpg");
}
</style>
</head>
<body>
<header class="header" data-header>
<div class="container">
<div class="logo-container">
<a href="#" class="logo">
<img
src="assets/images/logo-2.png"
alt="logo"
class="logo"
width="80" />
</a>
<p class="company-name">Mwas Movers & Logistics LTD</p>
</div>
<nav class="navbar" data-navbar>
<div class="wrapper">
<a href="#" class="logo">
<img
src="assets/images/logo-2.png"
alt="logo"
class="logo"
width="80" />
</a>
<button
class="nav-close-btn"
aria-label="close menu"
data-nav-toggler>
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
</div>
<ul class="navbar-list">
<li>
<a href="index.html" class="navbar-link" data-nav-link>Home</a>
</li>
<li>
<a href="#about" class="navbar-link" data-nav-link>About</a>
</li>
<li>
<a href="index.html" class="navbar-link" data-nav-link
>Services</a
>
</li>
<li>
<a href="#booking" class="navbar-link" data-nav-link>Booking</a>
</li>
<li>
<a href="#footer" class="navbar-link" data-nav-link>Contact</a>
</li>
</ul>
</nav>
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<ion-icon name="menu-outline" aria-hidden="true"></ion-icon>
</button>
<div class="header-buttons">
<a href="#" class="" id="login-btn" style="border: none"
>(+254) 705 127 144</a
>
<a href="#" class="btn-outline" id="quote-btn">Get Quote</a>
</div>
<div class="overlay" data-nav-toggler data-overlay></div>
</div>
</header>
<main>
<article>
<section class="section hero" id="home" aria-label="hero">
<div class="container">
<div class="hero-content">
<h1 class="h1 hero-title">
We Provide Quality <span>Office Relocation</span> Services
</h1>
</div>
</div>
</section>
<section class="section about" id="about" aria-label="about">
<div class="container">
<p>
<a href="index.html" style="display: inline">Home </a>> Office
Relocation
</p>
</div>
<div class="container">
<figure class="about-banner">
<img
src="./assets/images/R (1).jpeg"
width="802"
height="654"
loading="lazy"
alt="about banner"
class="w-100" />
</figure>
<div class="about-content">
<h2 class="h2-sm section-title">
Proffessional Office Relocation
</h2>
<p class="section-text">
Minimize downtime and ensure a smooth transition with our office
relocation services. We understand the importance of a seamless
move for your business and handle every aspect with precision,
from equipment to documents.
</p>
</div>
</div>
</section>
<section class="section contact" id="contact" aria-label="contact">
<div class="container">
<h2 class="h2 section-title-2">Book this Service</h2>
<p class="section-text-2">
Please Provide the following details and We will reach out at an
appropriate time to offer a quote of our services
</p>
<form class="contact-form" id="contact" method="post">
<div class="input-wrapper">
<input
type="text"
name="name"
aria-label="name"
placeholder="Your name*"
required
class="input-field" />
<input
type="email"
name="email"
aria-label="email"
placeholder="Email address*"
required
class="input-field" />
</div>
<div class="input-wrapper">
<input
type="text"
name="region"
aria-label="region"
placeholder="Region*"
class="input-field" />
<input
type="number"
name="phone"
aria-label="phone"
placeholder="Phone number*"
class="input-field" />
</div>
<select id="service" class="input-field" name="service" required>
<option value="home moving">Home Moving</option>
<option value="office relocation">Office Relocation</option>
<option value="car hire">Car Hire</option>
<option value="construction">
Transporting Construction Items
</option>
</select>
<div class="checkbox-wrapper">
<input
type="checkbox"
name="terms_and_policy"
id="terms"
required
class="checkbox" />
<label for="terms" class="label">
Accept
<a href="#" class="label-link">Terms of Services</a> and
<a href="#" class="label-link">Privacy Policy</a>
</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</section>
<!-- RELATED SERVICES -->
<section class="related">
<div class="container">
<h1 class="heading">RELATED SERVICES</h1>
<div class="gallery">
<a href="long-distance.html">
<div class="gallery-item">
<img
class="gallery-image"
src="assets/images/San+Antonio+Trucking+Company+-+Hazardous+Materials+Transport+San+Antonio+2.jpg"
alt="person writing in a notebook beside by an iPad, laptop, printed photos, spectacles, and a cup of coffee on a saucer" />
<p class="image-description">Long Distance Moving</p>
</div>
</a>
<a href="packing.html">
<div class="gallery-item">
<img
class="gallery-image"
src="assets/images/packing-3.jpg"
alt="sunset behind San Francisco city skyline" />
<p class="image-description">Packing & Unpacking</p>
</div>
</a>
<a href="car-hire.html">
<div class="gallery-item">
<img
class="gallery-image"
src="assets/images/peter-broomfield-m3m-lnR90uM-unsplash.jpg"
alt="people holding umbrellas on a busy street at night lit by street lights and illuminated signs in Tokyo, Japan" />
<p class="image-description">Car Hire</p>
</div>
</a>
</div>
</div>
</section>
<!-- !FOOTER -->
<footer id="footer" id="footer">
<div class="container">
<div class="footer-top-data d-grid">
<div class="company-data">
<a href="#" class="logo">
<img
src="assets/images/logo-2.png"
alt="logo"
class="logo"
width="80" />
</a>
<p class="company-description">
Our mission is to provide the highest level of customer
satisfaction by delivering efficient, dependable, and
cost-effective moving services. We're dedicated to making your
move a positive and memorable experience
</p>
</div>
<div class="footer-group">
<h6 class="title footer-title">Company</h6>
<ul class="list">
<li class="list-item">
<a href="#home" class="list-link">Home</a>
</li>
<li class="list-item">
<a href="#about" class="list-link">About Us</a>
</li>
<li class="list-item">
<a href="#services" class="list-link">Services</a>
</li>
<li class="list-item">
<a href="#booking" class="list-link">Booking</a>
</li>
<li class="list-item">
<a href="#footer" class="list-link">Contact</a>
</li>
</ul>
</div>
<div class="footer-group">
<h6 class="title footer-title">Services</h6>
<ul class="list">
<li class="list-item">
<a href="local-moving.html" class="list-link"
>Local Moving</a
>
</li>
<li class="list-item">
<a href="long-distance.html" class="list-link"
>Long Distance Moving</a
>
</li>
<li class="list-item">
<a href="office.html" class="list-link"
>Office relocation</a
>
</li>
<li class="list-item">
<a href="packing.html" class="list-link"
>Packing & Unpacking</a
>
</li>
<li class="list-item">
<a href="car-hire.html" class="list-link">Car Hire</a>
</li>
<li class="list-item">
<a href="construction.html" class="list-link"
>Construction Moving</a
>
</li>
</ul>
</div>
<div class="footer-group">
<h6 class="title footer-title">Get in Touch</h6>
<ul class="list">
<li class="list-item">
<a href="#" class="list-link">Kiambu, Githunguri</a>
</li>
<li class="list-item">
<a href="#" class="list-link">mwasmoversltd@gmail.com</a>
</li>
<li class="list-item">
<a href="#" class="list-link">(+254) 705 127 144</a>
</li>
</ul>
</div>
</div>
<hr class="horizontal-line" />
<div class="footer-bottom-data">
<span class="copyright-information"
>©Mwas Movers Ltd 2023. All Rights reserved</span
>
<div class="legal-information">
<a href="#">Terms & conditions</a>
<a href="#">Privacy Policy</a>
</div>
</div>
</div>
</footer>
</article>
</main>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src="/assets/scripts/app.js"></script>
<!--
- ionicon link
-->
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.5.1/axios.min.js"
integrity="sha512-emSwuKiMyYedRwflbZB2ghzX8Cw8fmNVgZ6yQNNXXagFzFOaQmbvQ1vmDkddHjm5AITcBIZfC7k4ShQSjgPAmQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src="./assets/scripts/submit.js"></script>
</body>
</html>