-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
164 lines (155 loc) · 6.75 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
<!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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="ASSETS/CSS/style.css">
<title>EAMOVERS</title>
</head>
<body>
<div class="header container-fluid">
<nav class="navbar navbar-light bg-light">
<div class="logo">
<a class="navbar-brand" href="#">
<img src="ASSETS/PHOTO/logo.png" alt="" width="100" height="80">
</a>
<div class="company">
<p>EASTER AFRICAN MOVERS</p>
<span>PACKING TEAM</span>
</div>
</div>
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="#">Home</a>
<a class="nav-link" href="#">About</a>
<a class="nav-link" href="#">Services</a>
<a class="nav-link" href="#">Garelly</a>
<a class="nav-link" href="#">Contact</a>
</div>
<button class="btn-menu btn"><img src="ASSETS/PHOTO/Menu.png" alt="menu"></button>
<button type="button" class="btn btn-warning me-3 fs-2">GET A QUOTE</button>
</nav>
</div>
<div class="section">
</div>
<!-- Remove the container if you want to extend the Footer to full width. -->
<!-- <div class="container my-5"> -->
<!-- Footer -->
<footer class="text-center text-lg-start text-dark" style="background-color: #ECEFF1">
<!-- Section: Social media -->
<section class="d-flex justify-content-between p-4 text-white" style="background-color: #139cd9">
<!-- Left -->
<div class="me-5">
<span>Call Us Now:(+250)788-675-024</span>
</div>
<!-- Left -->
<!-- Right -->
<div>Follow us :
<a href="#" class="text-white me-4">
<i class="bi bi-facebook"></i> Facebook
</a>
<a href="#" class="text-white me-4">
<i class="bi bi-twitter"></i> Twitter
</a>
<!-- <a href="#" class="text-white me-4">
<i class="bi bi-instagram"></i>
</a> -->
<a href="#" class="text-white me-4">
<i class="bi bi-linkedin"></i> Linkedin
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold">Easter African Movers LTD</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
We provide Relocation, Packing & Shipping services. East African Movers takes the hassle out of Moving Domestically and Internally.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Products</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
<a href="#!" class="text-dark">Air Freight</a>
</p>
<p>
<a href="#!" class="text-dark">Storage</a>
</p>
<p>
<a href="#!" class="text-dark">Customer Clearance</a>
</p>
<p>
<a href="#!" class="text-dark">International Removals</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Useful links</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
<a href="#!" class="text-dark">Home</a>
</p>
<p>
<a href="#!" class="text-dark">About</a>
</p>
<p>
<a href="#!" class="text-dark">Services</a>
</p>
<p>
<a href="#!" class="text-dark">Garelly</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p><i class="bi bi-geo-alt-fill mr-3"></i>Boulevard de l'OUA,KN 3 Rd, Kigali</p>
<p><i class="bi bi-envelope-fill mr-3"></i> [email protected]</p>
<p><i class="bi bi-telephone-fill mr-3"></i> + 01 234 567 88</p>
<p><i class="bi bi-printer-fill mr-3"></i> + 01 234 567 89</p>
<!-- <p><i class="fas fa-print mr-3"></i> + 01 234 567 89</p> -->
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-3 last-div" style="background-color: #139cd9;">
<div class="lower-footer row">
<p> 2021 - 2022
EAM | © All Rights Reserved. | Designed by <a href="#">M.A Coding-Lab</a>
</p>
</div>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- </div> -->
<!-- End of .container -->
<!-- Optional JavaScript; choose one of the two! -->
<script src="assets/js/bootstrap.js"></script>
</body>
</html>