-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
392 lines (380 loc) · 21.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2050</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Poppins: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">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- start navbar -->
<div class="mynavbar fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg ">
<div class="container-fluid">
<a class="navbar-brand" href="#">2050</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 navbar-nav-scroll">
<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="#">Products</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>
</div>
</div>
<!-- end navbar -->
<!-- start banner -->
<div class="mynavbar py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-5 ">
<h1 class="text-light banner-title wow slideInLeft" data-wow-delay="1s" data-wow-duration="2s"> Enhance Your Digital Experience </h1>
<p class="text-light my-5 banner-subtitle wow slideInLeft" data-wow-delay="1s" > Ki hobe dolor sit amet conse cot etur adipi sicing elit sed do eius </p>
<a href="" class="shadow banner-btn">Read More</a>
</div>
<div class="col-lg-2"> </div>
<div class="col-lg-5">
<img src="img/slider4-img.jpg" class="rounded wow slideInRight" data-wow-delay="1s" alt="">
</div>
</div>
</div>
</div>
<!-- end banner -->
<!-- start about us -->
<div class="container py-5">
<div class="row py-5">
<div class="col-lg-5">
<img src="img/about-img.png" class="about-img wow slideInLeft" data-wow-delay="2s" data-wow-duration="2s" alt="">
</div>
<div class="col-lg-7 mt-5">
<p class="text-subtitle mt-3"> About us</p>
<h1 class="text-title"> We Innovate Digital Goods </h1>
<div class="row mt-5 mb-4">
<div class="col-lg-6">
<p class="text-secondary text-p "> Topre eohen derit in voluptate velit esse cillum Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod te mpor incididunt ut labore et dolore ma gna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco</p>
</div>
<div class="col-lg-6">
<p class="text-secondary text-p"> Topre eohen derit in voluptate velit esse cillum Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod te mpor incididunt ut labore et dolone.</p>
</div>
</div>
<a href="" class="text-dark text-link ">More About Us</a>
</div>
</div>
</div>
<!-- end about us -->
<!-- start service -->
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<p class="text-subtitle mt-3"> Service</p>
<h1 class="text-title"> Industry Standard Service </h1>
<div class="row mt-5">
<div class="col-lg-6 my-3 service-card">
<span class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" class="bi bi-stack" viewBox="0 0 16 16">
<path d="m14.12 10.163 1.715.858c.22.11.22.424 0 .534L8.267 15.34a.598.598 0 0 1-.534 0L.165 11.555a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.598.598 0 0 1 .534 0l7.568 3.784a.3.3 0 0 1 0 .535L8.267 8.165a.598.598 0 0 1-.534 0L.165 4.382a.299.299 0 0 1 0-.535L7.733.063z"/>
<path d="m14.12 6.576 1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.598.598 0 0 1-.534 0L.165 7.968a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.659z"/>
</svg>
</span>
<h4 class="fw-bold my-4"> Web Solutions </h4>
<p class="text-secondary">Dunt ut labore et dolore ma gna aliquaim ad minim</p>
</div>
<div class="col-lg-6 my-3 service-card">
<span class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" class="bi bi-tablet" viewBox="0 0 16 16">
<path d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/>
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>
</span>
<h4 class="fw-bold my-4"> Mobile Application </h4>
<p class="text-secondary">Dunt ut labore et dolore ma gna aliquaim ad minim</p>
</div>
<div class="col-lg-6 my-3 service-card">
<span class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" class="bi bi-stack" viewBox="0 0 16 16">
<path d="m14.12 10.163 1.715.858c.22.11.22.424 0 .534L8.267 15.34a.598.598 0 0 1-.534 0L.165 11.555a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.598.598 0 0 1 .534 0l7.568 3.784a.3.3 0 0 1 0 .535L8.267 8.165a.598.598 0 0 1-.534 0L.165 4.382a.299.299 0 0 1 0-.535L7.733.063z"/>
<path d="m14.12 6.576 1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.598.598 0 0 1-.534 0L.165 7.968a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.659z"/>
</svg>
</span>
<h4 class="fw-bold my-4"> Digital Marketing </h4>
<p class="text-secondary">Dunt ut labore et dolore ma gna aliquaim ad minim</p>
</div>
<div class="col-lg-6 my-3 service-card">
<span class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" class="bi bi-stack" viewBox="0 0 16 16">
<path d="m14.12 10.163 1.715.858c.22.11.22.424 0 .534L8.267 15.34a.598.598 0 0 1-.534 0L.165 11.555a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.598.598 0 0 1 .534 0l7.568 3.784a.3.3 0 0 1 0 .535L8.267 8.165a.598.598 0 0 1-.534 0L.165 4.382a.299.299 0 0 1 0-.535L7.733.063z"/>
<path d="m14.12 6.576 1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.598.598 0 0 1-.534 0L.165 7.968a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.659z"/>
</svg>
</span>
<h4 class="fw-bold my-4"> Consultancy </h4>
<p class="text-secondary">Dunt ut labore et dolore ma gna aliquaim ad minim</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-background">
<img src="img/service-img.png" class="wow slideInRight" data-wow-delay="3s" data-wow-duration="2s" alt="">
</div>
</div>
</div>
</div>
<!-- end service -->
<!-- start why choose us section -->
<section class="my-5 py-5 mydiv">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img class="banner-img-2 wow slideInLeft" data-wow-delay="4s" data-wow-duration="2s" src="img/feature-img.png" alt="">
</div>
<div class="col-lg-6 mt-5 pt-2">
<p class="text-subtitle mt-5"> Why Choose Us</p>
<h1 class="text-title mb-5"> Never compromise with Quality </h1>
<div class="row my-2">
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="#6c63ff" class="bi bi-check-lg" viewBox="0 0 16 16">
<path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/>
</svg>
</div>
<div class="col-lg-11">
<p class="text-secondary text-p"> Dunt ut labore et dolore ma gna aliquaim ad minim vul koreo amare ki mone pore na ami todiba.</p>
</div>
</div>
<div class="row my-2">
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="#6c63ff" class="bi bi-check-lg" viewBox="0 0 16 16">
<path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/>
</svg>
</div>
<div class="col-lg-11">
<p class="text-secondary text-p"> Dunt ut labore et dolore ma gna aliquaim ad minim vul koreo amare ki mone pore na ami todiba.</p>
</div>
</div>
<div class="row my-2">
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="#6c63ff" class="bi bi-check-lg" viewBox="0 0 16 16">
<path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/>
</svg>
</div>
<div class="col-lg-11">
<p class="text-secondary text-p"> Dunt ut labore et dolore ma gna aliquaim ad minim vul koreo amare ki mone pore na ami todiba.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end why choose us section -->
<!-- start our product -->
<div class="container my-5 py-5">
<div class="row text-center">
<div class="col-lg-6 mx-auto">
<p class="text-subtitle mt-5"> Our Product</p>
<h1 class="text-title mb-5"> We Develope Amazing Products</h1>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-4 my-3">
<div class="product-card shadow text-center p-5">
<h1 class="my-4 text-subtitle text-dark"> Custom CMS </h1>
<img src="img/product-icon1.png" alt="">
<p class="my-5 text-secondary text-p"> Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis </p>
<a href="" class="text-dark text-link">view details </a>
</div>
</div>
<div class="col-lg-4 my-3">
<div class="product-card shadow text-center p-5">
<h1 class="my-4 text-subtitle text-dark"> Blogging Tool</h1>
<img src="img/product-icon2.png" alt="">
<p class="my-5 text-secondary text-p"> Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis </p>
<a href="" class="text-dark text-link">view details </a>
</div>
</div>
<div class="col-lg-4 my-3">
<div class="product-card shadow text-center p-5">
<h1 class="my-4 text-subtitle text-dark"> Photo Editor </h1>
<img src="img/product-icon3.png" alt="">
<p class="my-5 text-secondary text-p"> Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis </p>
<a href="" class="text-dark text-link">view details </a>
</div>
</div>
<div class="col-lg-4 my-3">
<div class="product-card shadow text-center p-5">
<h1 class="my-4 text-subtitle text-dark"> Accounting App </h1>
<img src="img/product-icon4.png" alt="">
<p class="my-5 text-secondary text-p"> Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis </p>
<a href="" class="text-dark text-link">view details </a>
</div>
</div>
<div class="col-lg-4 my-3">
<div class="product-card shadow text-center p-5">
<h1 class="my-4 text-subtitle text-dark"> Keyword Tool </h1>
<img src="img/product-icon5.png" alt="">
<p class="my-5 text-secondary text-p"> Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis </p>
<a href="" class="text-dark text-link">view details </a>
</div>
</div>
<div class="col-lg-4 my-3">
<div class="product-card shadow text-center p-5">
<h1 class="my-4 text-subtitle text-dark"> Social Media Tool </h1>
<img src="img/product-icon6.png" alt="">
<p class="my-5 text-secondary text-p"> Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis </p>
<a href="" class="text-dark text-link">view details </a>
</div>
</div>
</div>
</div>
<!-- end our product -->
<!-- start features section-->
<div class="container my-5 py-5">
<div class="row">
<div class="col-lg-6">
<p class="text-subtitle mt-5"> Features</p>
<h1 class="text-title mb-5"> Top Features that Keep Us Ahead </h1>
<p class="text-secondary text-p mb-5"> Phasellus seiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam </p>
<div class="row my-4">
<div class="col-lg-2">
<span class="feature-icon">
<i class="fa-solid fa-lightbulb"></i>
</span>
</div>
<div class="col-lg-10">
<h1 class="text-subtitle text-dark">Developer Friendly Design </h1>
<p class="text-secondary text-p">Phasellus seiusmod tempor incididunt ut labore et dolore magna aliqu ad minim veniam</p>
</div>
</div>
<div class="row my-4">
<div class="col-lg-2">
<span class="feature-icon">
<i class="fa-solid fa-bezier-curve"></i>
</span>
</div>
<div class="col-lg-10">
<h1 class="text-subtitle text-dark">Best User Experience </h1>
<p class="text-secondary text-p">Phasellus seiusmod tempor incididunt ut labore et dolore magna aliqu ad minim veniam</p>
</div>
</div>
</div>
<div class="col-lg-6">
<img src="img/feature2-img.png" alt="">
</div>
</div>
</div>
<!-- end features section-->
<!-- start team section -->
<section class="mydiv my-5 py-5">
<div class="container">
<div class="row">
<div class="col-lg-6">
<p class="text-subtitle mt-5"> Team Members</p>
<h1 class="text-title mb-5"> Amazing Team </h1>
<p class="text-secondary text-p mb-5"> Phasellus seiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam </p>
</div>
<div class="col-lg-3">
<div>
<img src="img/team-img1.jpg" alt="">
</div>
</div>
<div class="col-lg-3">
<div>
<img src="img/team-img2.jpg" alt="">
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-3"></div>
<div class="col-lg-3">
<div>
<img src="img/team-img3.jpg" alt="">
</div>
</div>
<div class="col-lg-3">
<div>
<img src="img/team-img4.jpg" alt="">
</div>
</div>
<div class="col-lg-3"></div>
</div>
</div>
</section>
<!-- end team section -->
<!-- start blog section -->
<section class="mydiv my-5 py-5">
<div class="container pb-5">
<div class="row">
<div class="col-lg-6 text-center mx-auto">
<p class="text-subtitle mt-5"> Latest News</p>
<h1 class="text-title mb-5"> Form Our Blog </h1>
<p class="text-secondary text-p mb-5"> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ">
<div class="shadow post">
<div class="overflow-hidden">
<img class="w-100 post-img" src="img/blog-img1.jpg" alt="">
</div>
<div class="p-4 bg-white">
<p class="text-secondary text-p blog-date"> February 04, 2020 </p>
<h1 class="text-dark text-link blog-link"> Lets make the begging to mankind to save the world again </h1>
</div>
</div>
</div>
<div class="col-lg-4 ">
<div class="shadow post">
<div class="overflow-hidden">
<img class="w-100 post-img" src="img/blog-img2.jpg" alt="">
</div>
<div class="p-4 bg-white">
<p class="text-secondary text-p blog-date"> February 04, 2020 </p>
<h1 class="text-dark text-link blog-link"> Lets make the begging to mankind to save the world again </h1>
</div>
</div>
</div>
<div class="col-lg-4 ">
<div class="shadow post">
<div class="overflow-hidden">
<img class="w-100 post-img" src="img/blog-img3.jpg" alt="">
</div>
<div class="p-4 bg-white">
<p class="text-secondary text-p blog-date"> February 04, 2020 </p>
<h1 class="text-dark text-link blog-link"> Lets make the begging to mankind to save the world again </h1>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end blog section-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>