-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
498 lines (405 loc) · 20.8 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
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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="img/favicon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--Fontawesome CDN-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!--Custom CSS-->
<link rel="stylesheet" href="css/style.css">
<!--OWL cdn-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<!--Jquery-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<title>DM RASASA</title>
</head>
<body>
<!-- Navbar-->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark py-3 fixed-top">
<div class="container">
<a href="#" class="navbar-brand text-primary fw-bold">DM RASASA</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse fw-bold" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="#" class="nav-link active">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
<li class="nav-item">
<a href="#services" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="#team" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Showcase-->
<section class="bg-dark text-light text-center text-sm-start p-5 p-lg-0 pt-lg-5">
<div class="container">
<div class="d-sm-flex align-items-center justify-content-between">
<div>
<h2 class="fw-bold">DM RASASA <span class="text-primary">Investment Limited</span> </h2>
<p class="lead my-4">
Will lead the way to future prosperity of the society through our business by providing fastest and trustful service.
Through our commitment to quality and service delivering to our customers.
We are always after Customers, our business partners and companies
all over the world and we are ready to do business with any company, anywhere in the world.
</p>
</div>
<img class="img-fluid w-50 d-none d-md-block" src="img/showcase.svg" alt="">
</div>
</div>
</section>
<!-- About-->
<section class="p-5 p-lg-2 pt-lg-5 bg-primary-subtle" id="about">
<div class="container-fluid">
<div class="row align-items-center justify-content-between">
<div class="col-md">
<img src="img/showcase.jpg" class="img-fluid" alt="">
</div>
<div class="col-md p-5">
<h2 class="fw-bold">DM RASASA <span class="text-primary">Investment Limited</span> </h2>
<p class="lead my-4 text-muted">
Will lead the way to future prosperity of the society through our business by providing fastest and trustful service.
Through our commitment to quality and service delivering to our customers.
We are always after Customers, our business partners and companies
all over the world and we are ready to do business with any company, anywhere in the world.
</p>
<a href="#about" class="btn btn-outline-primary btn-md rounded-0">
<i class="fas fa-chevron-circle-right"></i> Read More</a>
</div>
</div>
</div>
</section>
<!---Team-->
<section class="bg-light-subtle p-5 border-0" id="team">
<div class="container">
<div class="text-center mb-5">
<h2 class="text-uppercase fw-bold">Our <span class="text-primary">Team</span> </h2>
<p class="text-muted">
We made a great step in making sure the population is benefiting from the sea as far as resource conservation. Our team is composed of these experts.
</p>
</div>
<div class="owl-carousel" id="team-carousel">
<div class="item">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<img src="https://randomuser.me/api/portraits/men/20.jpg" class="img-fluid rounded-circle w-50" alt="">
</div>
<h5 class="card-title mb-3 text-start">Damas A Masengo</h5>
<p class="text-muted small fw-bold text-start">Founder</p>
<p class="small text-start">
</p>
<p class="small text-start">
+255 911 11 11 11
</p>
<div class="text-start">
<a href="#"><i class="fab fa-twitter mx-2"></i> </a>
<a href="#"><i class="fab fa-facebook mx-2"></i> </a>
<a href="#"><i class="fab fa-instagram mx-2"></i> </a>
<a href="#"><i class="fab fa-linkedin mx-2"></i> </a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<img src="img/1j.png" class="img-fluid rounded-circle w-50" alt="">
</div>
<div class="text-start">
<h5 class="card-title mb-3">James M James</h5>
<p class="text-muted small fw-bold"> Software Engineer </p>
<p class="small">
</p>
<p class="small">
+255 911 11 11 11
</p>
<a href="#"><i class="fab fa-twitter mx-2"></i> </a>
<a href="#"><i class="fab fa-facebook mx-2"></i> </a>
<a href="#"><i class="fab fa-instagram mx-2"></i> </a>
<a href="#"><i class="fab fa-linkedin mx-2"></i> </a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<img src="https://randomuser.me/api/portraits/women/23.jpg" class="img-fluid rounded-circle w-50" alt="">
</div>
<div class="text-start">
<h5 class="card-title mb-3">Sarah D Andrew</h5>
<p class="text-muted small fw-bold">IT consultance</p>
<p class="small">
</p>
<p class="small">
+255 911 11 11 11
</p>
<a href="#"><i class="fab fa-twitter mx-2"></i> </a>
<a href="#"><i class="fab fa-facebook mx-2"></i> </a>
<a href="#"><i class="fab fa-instagram mx-2"></i> </a>
<a href="#"><i class="fab fa-linkedin mx-2"></i> </a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<img src="https://randomuser.me/api/portraits/women/33.jpg" class="img-fluid rounded-circle w-50" alt="">
</div>
<div class="text-start">
<h5 class="card-title mb-3">Stella M Malwa</h5>
<p class="text-muted small fw-bold"> Accountant </p>
<p class="small">
</p>
<p class="small">
+255 911 11 11 11
</p>
<a href="#"><i class="fab fa-twitter mx-2"></i> </a>
<a href="#"><i class="fab fa-facebook mx-2"></i> </a>
<a href="#"><i class="fab fa-instagram mx-2"></i> </a>
<a href="#"><i class="fab fa-linkedin mx-2"></i> </a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services-->
<section class="bg-primary-subtle p-5" id="services">
<div class="container">
<div class="text-center mb-5">
<h2 class="text-uppercase fw-bold">Our <span class="text-primary">Services</span> </h2>
<p class="text-muted">
We are dealing the below services within our expertise.
</p>
</div>
<div class="row g-4">
<div class="col-md-6 col-lg-3">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<i class="fas fa-laptop-code fa-3x text-primary"></i>
</div>
<h5 class="card-title fw-bold">IT Consultation</h5>
<p class="small card-text service-description">
We understand the pivotal role that Information Technology plays in today's dynamic business landscape.
Our IT consulting services are designed to empower your business with cutting-edge solutions, streamline operations,
and boosting overall efficiency.
Our IT Consultation services include: Stragetic IT Planning, IT Infrastructure, IT Security, IT Support, IT Training,
Custom Software Development.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<i class="fas fa-chart-line fa-3x text-primary"></i>
</div>
<h5 class="card-title fw-bold">Bussiness Consultation</h5>
<p class="card-text small service-description">
We are dedicated to propelling businesses to new heights through insightful consultation and strategic planning. Our seasoned business consultants bring a wealth of experience across industries, providing tailored solutions to address your unique challenges and accelerate your growth.
Our Business Consultation services include: Business Planning, Business Analysis, Business Process Improvement, Business Strategy, Business Management, Business Development, Business Coaching, Business Training.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<i class="fas fa-globe-americas fa-3x text-primary"></i>
</div>
<h5 class="card-title fw-bold">Tourism</h5>
<p class="card-text small service-description">
We transform travel into an immersive and unforgettable experience.
As passionate advocates for exploration, we curate journeys that go beyond the ordinary, unlocking the hidden gems of each destination and creating memories that last a lifetime.
Our Tourism services include: Tour Planning, Tour Guide, Tour Management, Tour Training, Tour Consultation.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card bg-transparent border-0">
<div class="card-body text-center">
<div class="mb-3">
<i class="fas fa-pencil-ruler fa-3x text-primary"></i>
</div>
<h5 class="card-title fw-bold">Stationary and Office Supplies</h5>
<p class="card-text small service-description">
we understand that a well-equipped workspace is essential for productivity and creativity.
Discover a world of premium stationery and office supplies that seamlessly blend functionality with style, curated to meet the diverse needs of modern businesses.
Our Stationary and Office Supplies services include: Stationary Supplies, Office Supplies, Office Equipment, Office Furniture, Office Machines, Office Automation, Office Stationery, Office Accessories.
</p>
</div>
</div>
</div>
</div>
<div class="float-end">
<a href="#" class="btn btn-outline-primary btn-md rounded-0 text-center">
<i class="fas fa-chevron-circle-right" aria-hidden="true"></i> Explore More ..
</a>
</div>
</div>
</section>
<!--Projects-->
<section class="bg-light p-5" id="projects">
<div class="container">
<div class="text-center mb-5">
<h2 class="text-uppercase fw-bold">Our <span class="text-primary">Projects</span> </h2>
<p class="text-muted">
This is our recent projects that we have done. We are still working on more projects.
</p>
</div>
<div class="owl-carousel" id="project">
<div class="item">
<img src="img/5.jpeg" alt="" class="img-fluid">
</div>
<div class="item">
<img src="img/ag1.jpg" alt="" class="img-fluid">
</div>
<div class="item">
<img src="img/ag3.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="bg-light p-5" id="contact">
<div class="container">
<div class="text-center mb-5">
<h2 class="text-uppercase fw-bold">Contact <span class="text-primary">Us</span> </h2>
<p class="text-muted">
For any question or concern please contact us.
</p>
</div>
<div class="row align-items-center justify-content-between">
<div class="col-md img-fluid">
<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=Tabora,%20Tanzania+(DM%20rasasa)&t=&z=14&ie=UTF8&iwloc=B&output=embed"><a href="https://www.maps.ie/population/">Calculate population in area</a></iframe>
</div>
<div class="col-md">
<form action="">
<div class="mb-3">
<input type="text" class="form-control rounded-0" placeholder="Name" required>
</div>
<div class="mb-3">
<input type="email" class="form-control rounded-0" placeholder="Email" required>
</div>
<div class="mb-3">
<input type="text" class="form-control rounded-0" placeholder="Phone" required>
</div>
<div class="mb-3">
<textarea name="message" class="form-control rounded-0" placeholder="Message" required rows="2"></textarea>
</div>
<div class="mb-3 float-end">
<input type="submit" class="btn btn-primary btn-sm rounded-0" value="Send">
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-dark text-light text-start py-5 position-relative">
<div class="container">
<div class="row">
<div class="col-md-6">
<h5><span class="text-primary fw-bold">Contact US</span> </h5>
<p class="lead my-2">
<i class="fas fa-phone"></i> <span class="p-1">+255 911 11 11 11</span>
</p>
<p class="lead my-2">
<i class="fas fa-envelope"></i> <span class="p-1">[email protected]</span>
</p>
<p class="lead my-2">
<i class="fas fa-location-arrow"></i> <span class="p-1">Tabora, Tanzania</span>
</p>
</div>
<div class="col-md-6">
</div>
</div>
<a href="#" class="position-absolute bottom-0 end-0 p-5 text-white">
<i class="fa fa-chevron-circle-up h1 fa-2x small text-primary" aria-hidden="true"></i>
</a>
<p class="text-center small mt-sm-5 border-top border-info-subtle py-3">
Copyright © 2023 DM RASASA Investment Limited
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!--Owl Carousel js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script>
$('#project').owlCarousel({
loop:true,
margin:10,
nav:false,
autoplay:true,
autoplayTimeout:2000,
autoplayHoverPause:true,
responsive:{
0:{
items:1
},
600:{
items:2
},
1000:{
items:3
}
}
});
$('#team-carousel').owlCarousel({
loop:true,
margin:10,
nav:false,
autoplay:true,
autoplayTimeout:2000,
autoplayHoverPause:true,
responsive:{
0:{
items:1
},
600:{
items:2
},
1000:{
items:3
},
1200:{
items:4
}
}
});
</script>
</body>
</html>