-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
427 lines (416 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Bootstrap demo</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
<!--font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!--end font -->
</head>
<body>
<!--Container Nav -->
<div class="fixed-top navbar-fixed-top banner-bg">
<div class="container">
<!--Nav bar-->
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Portforlio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--end Nav -->
</div>
</div>
<!--end container Nav -->
<section class="banner-bg">
<!--container banner-->
<div class="container mt-5 py-5">
<div class="row py-5">
<div class="col-lg-6">
<h4 class="banner-subtitle">We ARE EGENS</h4>
<h1 class="banner-title">We Design Solution For Busines</h1>
<p class="banner-text my-3">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Doloremque non doloribus vitae, dolorem at dignissimos iure aut
debitis minus incidunt molestias
</p>
<a href="" class="banner-btn d-inline-block">Read more</a>
</div>
<div class="col-lg-1"></div>
<div class="col-lg-5">
<img src="img/img-three.png" class="img-fluid" alt="" />
</div>
</div>
</div>
<!-- end container banner -->
</section>
<!--feature start-->
<div class="container my-5">
<div class="row py-5">
<div class="col-lg-4">
<div class="row">
<div class="col-lg-4">
<div class="feature-icon">
<img src="img/icon-14.png" alt="" />
</div>
</div>
<div class="col-lg-8">
<h3>Creative Strategy</h3>
<p class="mt-3 feature-text">
Sed do eiusmod tempor incidiunt ation ullamco laboris nisi ut
aloniq uip ex ea com consequat.
</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="row">
<div class="col-lg-4">
<div class="feature-icon">
<img src="img/icon-15.png" alt="" />
</div>
</div>
<div class="col-lg-8">
<h3>Creative Strategy</h3>
<p class="mt-3 feature-text">
Sed do eiusmod tempor incidiunt ation ullamco laboris nisi ut
aloniq uip ex ea com consequat.
</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="row">
<div class="col-lg-4">
<div class="feature-icon">
<img src="img/icon-16.png" alt="" />
</div>
</div>
<div class="col-lg-8">
<h3>Creative Strategy</h3>
<p class="mt-3 feature-text">
Sed do eiusmod tempor incidiunt ation ullamco laboris nisi ut
aloniq uip ex ea com consequat.
</p>
</div>
</div>
</div>
</div>
</div>
<!--end feature-->
<!--images start-->
<div class="container my-5">
<div class="row">
<div class="col-lg-8">
<div>
<img class="image-section1" src="img/about-3-1.png" alt="" />
</div>
</div>
<div class="col-lg-1 separator"></div>
<div class="col-lg-3">
<div>
<img class="image-section" src="img/about-3-2.png" alt="" />
</div>
</div>
</div>
</div>
<!--end images-->
<!-- features2 start -->
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h4 class="section-subtitle">We Are Egens</h4>
<h1 class="section-title">We Work to Ensure Your Success</h1>
<p class="section-text my-4">
Sed do eiusmod tempor incididunt ut labore et dolore magna kobita
tumi sopno aliqua.
</p>
<a href="" class="banner-btn d-inline-block">Read more</a>
</div>
<div class="col-lg-6">
<p>
Evanim ad minim veniam, quis nostrud exercitation ullamco labor is
tetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqunim ad minim veniam, quis nostrud exercitation
ullamco.
</p>
<div class="row my-4">
<div class="col-lg-6">
<div class="row">
<div class="col-lg-4"><img src="img/icon-3.png" alt="" /></div>
<div class="col-lg-8">
<h5 class="feature2-title">Digital Marketing</h5>
<p class="feature-text">
Eabore et dolore magna aliqunim ad minim
</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-lg-4"><img src="img/icon-4.png" alt="" /></div>
<div class="col-lg-8">
<h5 class="feature2-title">Digital Marketing</h5>
<p class="feature-text">
Eabore et dolore magna aliqunim ad minim
</p>
</div>
</div>
</div>
</div>
<div>
<ul class="feature2-list">
<li class="feature-text feature2-p py-3">
Evaos trud exercitation ullamco laboris nisi ut aliquip ex ea
commodo conse quat re dolor in reprehenderit in voluptate velit
esse
</li>
<li class="feature-text feature2-p py-3">
Cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidata
</li>
<li class="feature-text feature2-p py-3">
Kefficia deserunt mollit anim id est laborum. Sed ut
perspiciatis
</li>
</ul>
</div>
</div>
</div>
</div>
<!--end feature2-->
<!-- services start -->
<div class="container py-5">
<div class="row">
<div class="col-lg-6 text-center mx-auto">
<h4 class="section-subtitle">Service</h4>
<h1 class="section-title">What We Do</h1>
<p class="section-text my-4">
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
when the musics over turn off the light
</p>
</div>
</div>
<div class="row my-4">
<div class="col-lg-4">
<div class="border service-card p-5">
<div class="row my-4">
<div class="col-lg-4">
<img src="img/icon-17.png" alt="" />
</div>
<div class="col-lg-8">
<h4 class="service-card-title">Digital Marketing</h4>
</div>
<p class="feature-text">
Overview Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum. Excepteur sint...
</p>
<a href="" class="section-subtitle service-link">
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
fill="#7153d9"
class="bi bi-caret-right"
viewBox="0 0 16 16"
>
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"
/>
</svg>
Read More</a
>
</div>
</div>
</div>
<!-- card second -->
<div class="col-lg-4">
<div class="border service-card p-5">
<div class="row my-4">
<div class="col-lg-4">
<img src="img/icon-18.png" alt="" />
</div>
<div class="col-lg-8">
<h4 class="service-card-title">Website Development</h4>
</div>
<p class="feature-text">
Overview Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum. Excepteur sint...
</p>
<a href="" class="section-subtitle service-link">
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
fill="#7153d9"
class="bi bi-caret-right"
viewBox="0 0 16 16"
>
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"
/>
</svg>
Read More</a
>
</div>
</div>
</div>
<!-- end card second -->
<!-- card third -->
<div class="col-lg-4">
<div class="border service-card p-5">
<div class="row my-4">
<div class="col-lg-4">
<img src="img/icon-19.png" alt="" />
</div>
<div class="col-lg-8">
<h4 class="service-card-title">Critical Analysis</h4>
</div>
<p class="feature-text">
Overview Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum. Excepteur sint...
</p>
<a href="" class="section-subtitle service-link">
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
fill="#7153d9"
class="bi bi-caret-right"
viewBox="0 0 16 16"
>
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"
/>
</svg>
Read More</a
>
</div>
</div>
</div>
<!-- end card third -->
</div>
</div>
<!-- end services -->
<!-- We Are Here For You start -->
<div class="container mysection p-5 rounded-4">
<div class="row p-5">
<div class="col-lg-7">
<h5>We Are Here For You</h5>
<h1>Let’s Get Back to Work</h1>
<p>
Gom ad minim veniam, quis nostrud exercitation ullamco labor is
tetur adip isicing elit, sed do eiusmod
</p>
</div>
<div class="col-lg-3"></div>
<div class="col-lg-2">
<a href="" class="d-inline-block my-btn-white">Read more</a>
</div>
</div>
</div>
<!-- end We Are Here Ffor You -->
<!--post now -->
<div class="container my-5 py-5">
<div class="row">
<div class="col-lg-6">
<div class="text-center"><img src="img/boost.png" alt="" /></div>
<div class="boost-img2"><img src="img/boost2.png" alt="" /></div>
</div>
<div class="col-lg-6">
<h4 class="section-subtitle">We Are Egens</h4>
<h1 class="section-title">We Work to Ensure Your Success</h1>
<p class="section-text my-4">
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
when the musics over turn off the light
</p>
<p class="mt-5">
Evanim ad minim veniam, quis nostrud exercitation ullamco labor is
tetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqunim ad minim veniam, quis nostrud exercitation
ullamco.
</p>
<div class="row mt-5">
<div class="col-lg-4">
<img src="img/icon-23.png" alt="" />
<h5 class="mt-4">Targeted Marketing</h5>
</div>
<div class="col-lg-4">
<img src="img/icon-23.png" alt="" />
<h5 class="mt-4">Targeted Marketing</h5>
</div>
<div class="col-lg-4">
<img src="img/icon-23.png" alt="" />
<h5 class="mt-4">Targeted Marketing</h5>
</div>
</div>
<a href="" class="banner-btn d-inline-block mt-4">Read more</a>
</div>
</div>
</div>
<!-- end boost now -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"
></script>
<script>
const navbar = document.querySelector(".navbar-fixed-top");
window.onscroll = () => {
if (window.scrollY > 30) {
navbar.classList.add("nav-active");
} else {
navbar.classList.remove("nav-active");
}
};
</script>
</body>
</html>