-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
285 lines (257 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dahel Fashion and Manufacturing</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- navbar start -->
<nav class="navbar navbar-expand-lg shadow navbar-dark bg-dark-blue" aria-label="Offcanvas navbar large">
<div class="container-fluid">
<a class="navbar-brand yellow fw-bold" href="#">DAHEL FASHION MB</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar2" aria-controls="offcanvasNavbar2" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end bg-light-blue" tabindex="-1" id="offcanvasNavbar2" aria-labelledby="offcanvasNavbar2Label">
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link yellow" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link yellow" aria-current="page" href="#">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link yellow dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu bg-yellow">
<li><a class="dropdown-item dark-blue" href="#">Iconic and bold prints</a></li>
<li><a class="dropdown-item dark-blue" href="#">Urban and classy</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item dark-blue" href="#">Top Agricultural products</a></li>
</ul>
</li>
</ul>
<form class="d-flex mt-3 mt-lg-0" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-light" type="submit">Search</button>
</form>
</div>
</div>
</div>
</nav>
<!-- navbar end -->
<!-- banner start -->
<section class="bg-dark-blue">
<div class="p-5 mb-4 rounded-3">
<div class="container-fluid">
<div class="row">
<div class="col-md-7 my-auto">
<h1 class="display-5 yellow fw-bold">Urban and classy</h1>
<p class=" text-light">Dahel Fashion & Manufacturing Limited is a Nigerian dynamic Fashion &
Manufacturing brand that Offers artisanal craftsmanship and attention to detail in the
creation of customized fashion and agricultural products</p>
<button class="btn bg-yellow text-dark btn-lg" type="button">Learn more</button>
</div>
<!-- carousel -->
<div class="col-md-5 my-4">
<div id="carouselExampleAutoplaying" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner rounded">
<div class="carousel-item active">
<img src="assets/images/slides/one.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/images/slides/two.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/images/slides/three.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- banner end -->
<!-- about brand -->
<section>
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="assets/images/12.png" class="img-fluid" alt="">
</div>
<div class="col-md-6 my-auto">
<h2 class="display-1 fw-bold">About the <br> <span class="red">Brand</span></h2>
<p>Dahel Fashion & Manufacturing Limited is a Nigerian dynamic Fashion &
Manufacturing brand that Offers artisanal craftsmanship and attention to detail in the
creation of customized fashion and agricultural products.</p>
</div>
</div>
</div>
</section>
<!-- about brand -->
<!-- objective -->
<section>
<div class="container rounded bg-yellow my-5" id="business-objective">
<div class="p-5 rounded">
<div class="col-sm-8 py-5 mx-auto">
<h1 class="display-5 fw-bold red">Our core business objective</h1>
<p class="fs-5 text-muted">Create a simple, cohesive, memorable, and luxury brand that focuses on
advocating for sustainable and ethical practices in the fashion and food
industries, while empowering talents, promoting African eco-friendly products,
and facilitating access to manufacturing equipment for entrepreneurs, thereby
fostering innovation, growth, and environmental stewardship within the community.</p>
<a class="btn bg-red text-light" href="/docs/5.3/components/navbar/#offcanvas" role="button">Contact us »</a>
</p>
</div>
</div>
</div>
</section>
<!-- objective -->
<section>
<div class="container">
<div class="row">
<div class="col-md-6 text-center my-auto">
<h1 class="display-1 fw-bold">Scope <br> of <span class="dark-blue">Work</span></h1>
<p>Brand Strategy / Brand Identity Design for Dahel Fashion and
Manufacturing
</p>
<img src="assets/images/logo/logo.png" class="img-fluid" alt="">
</div>
<div class="col-md-6">
<img src="assets/images/LADY 2.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!-- showcase -->
<section>
<div class="container">
<h1 class="display-1 mb-4 mt-4 fw-bold primary-color">Showcase</h1>
<div class="row">
<div class="col-md-7">
<div class="row">
<div class="col-md-6">
<img src="assets/images/3.png" class="img-fluid" alt="">
</div>
<div class="col-md-6">
<img src="assets/images/11.png" class="img-fluid" alt="">
</div>
<div class="col-md-12">
<img src="assets/images/16.png" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="col-md-5">
<img src="assets/images/10.png" class="img-fluid" alt="">
<img src="assets/images/13.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!-- showcase -->
<!-- store -->
<section class="my-5">
<div class="container">
<div class="row">
<div class="col-md-4 my-2">
<div class="card shadow">
<img src="assets/images/slides/one.jpg" alt="" class="card-image">
<div class="card-body">
<small>ANKARA <span class="badge">12</span></small>
<div class="h2">$200 <span><a href="" class="btn bg-red text-white">Add to cart</a></span></div>
</div>
</div>
</div>
<div class="col-md-4 my-2">
<div class="card shadow">
<img src="assets/images/slides/two.jpg" alt="" class="card-image">
<div class="card-body">
<small>PRINT SHIRT</small>
<div class="h2">$200 <span><a href="" class="btn bg-red text-white">Add to cart</a></span></div>
</div>
</div>
</div>
<div class="col-md-4 my-2">
<div class="card shadow">
<img src="assets/images/slides/three.jpg" alt="" class="card-image">
<div class="card-body">
<small>NATIVE</small>
<div class="h2">$200 <span><a href="" class="btn bg-red text-white">Add to cart</a></span></div>
</div>
</div>
</div>
<div class="col-md-4 my-2">
<div class="card shadow">
<img src="assets/images/12.png" alt="" class="card-image">
<div class="card-body">
<small>NATIVE</small>
<div class="h2">$200 <span><a href="" class="btn bg-red text-white">Add to cart</a></span></div>
</div>
</div>
</div>
<div class="col-md-4 my-2">
<div class="card shadow">
<img src="assets/images/15.png" alt="" class="card-image">
<div class="card-body">
<small>NATIVE</small>
<div class="h2">$200 <span><a href="" class="btn bg-red text-white">Add to cart</a></span></div>
</div>
</div>
</div>
<div class="col-md-4 my-2">
<div class="card shadow">
<img src="assets/images/9.png" alt="" class="card-image">
<div class="card-body">
<small>NATIVE</small>
<div class="h2">$200 <span><a href="" class="btn bg-red text-white">Add to cart</a></span></div>
</div>
</div>
</div>
<div class="col-md-4 my-2">
<div class="card shadow">
<img src="assets/images/ts.png" alt="" class="card-image">
<div class="card-body">
<small>NATIVE</small>
<div class="h2">$200 <span><a href="" class="btn bg-red text-white">Add to cart</a></span></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- store -->
<!-- footer -->
<section class="bg-light-blue p-1">
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a href="#" class="nav-link px-2 yellow">Home</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 yellow">About</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 yellow">Services</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 yellow">FAQs</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 yellow">Contact Us</a></li>
</ul>
<p class="text-center text-muted">© 2024 DAHEL 3MTT Fellows, Inc | All Rights Reserved</p>
</footer>
</div>
</section>
<!-- footer -->
<script src="assets/js/bootstrap.bundle.js"></script>
</body>
</html>