-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
378 lines (354 loc) · 19.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2050</title>
<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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- navbar Start -->
<div class="mynavbar py-3">
<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">
<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>
<!-- navbar End -->
<!-- banner start -->
<section class="banner py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-5">
<h1 class="main-title">Enhance Your Digital Experience</h1>
<p class="subtitle my-5">Ki hobe dolor sit amet conse cot etur adipi sicing elit sed do eius</p>
<a class="main-btn shadow mt-4" href="">Read More</a>
</div>
<div class="col-lg-2"></div>
<div class="col-lg-5">
<img src="images/slider4-img.jpg" class="rounded wow bounceInUp" ata-wow-delay="1s" data-wow-duration="3s" alt="">
</div>
</div>
</div>
</section>
<!-- banner end -->
<!-- aboutus start -->
<div class="container my-5">
<div class="row py-5">
<div class="col-lg-5">
<img class="aboutus-img wow slideInLeft" ata-wow-delay="1s" data-wow-duration="3s" src="images/about-img (1).png" alt="" height="441.5" width="585">
</div>
<div class="col-lg-7">
<h4 class="subtitle-style mt-5">About Us</h4>
<h1 class="title-style mb-5 mt-4">We Innovate Digital Goods</h1>
<div class="row">
<div class="col-lg-6">
<p class="p-style">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="p-style"></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 class="link-style mt-5" href="">More About us</a>
</div>
</div>
</div>
<!-- aboutus end -->
<!-- service start -->
<div class="container my-5">
<div class="row py-5">
<div class="col-lg-6">
<h4 class="subtitle-style mt-5">Service</h4>
<h1 class="title-style mb-5 mt-3">Industry Standard Service</h1>
<div class="row">
<div class="col-lg-6">
<div>
<div class="service-icon my-3">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 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>
</div>
<h1 class="subtitle-style text-dark">Web Solutions</h1>
<p class="p-style">Dunt ut labore et dolore ma gna aliquaim ad minim </p>
</div>
</div>
<div class="col-lg-6">
<div>
<div class="service-icon my-3">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="white" class="bi bi-phone" viewBox="0 0 16 16">
<path d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"/>
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>
</div>
<h1 class="subtitle-style text-dark">Mobile Application</h1>
<p class="p-style">Dunt ut labore et dolore ma gna aliquaim ad minim </p>
</div>
</div>
<div class="col-lg-6">
<div>
<div class="service-icon my-3">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 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>
</div>
<h1 class="subtitle-style text-dark">Web Solutions</h1>
<p class="p-style">Dunt ut labore et dolore ma gna aliquaim ad minim </p>
</div>
</div>
<div class="col-lg-6">
<div>
<div class="service-icon my-3">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="white" class="bi bi-phone" viewBox="0 0 16 16">
<path d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"/>
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>
</div>
<h1 class="subtitle-style text-dark">Mobile Application</h1>
<p class="p-style">Dunt ut labore et dolore ma gna aliquaim ad minim </p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-image">
<img class="service-img wow slideInRight" data-wow-delay="2s" data-wow-duration="3s" src="images/service-img.png" alt="">
</div>
</div>
</div>
</div>
<!-- service end -->
<!-- why choose us start -->
<section class="full-width-section py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<img class="why-choose-img img-fluid" src="images/feature-img.png" alt="">
</div>
<div class="col-lg-6 pt-5">
<h4 class="subtitle-style mt-5">Why Choose Us</h4>
<h1 class="title-style mb-5 mt-3">Never compromise with Quality</h1>
<div class="row">
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="#6c63ff" class="bi bi-check2" viewBox="0 0 16 16">
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
</svg>
</div>
<div class="col-lg-11">
<p class="p-style">
Dunt ut labore et dolore ma gna aliquaim ad minim vul koreo amare ki mone pore na ami todiba.</p>
</div>
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="#6c63ff" class="bi bi-check2" viewBox="0 0 16 16">
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
</svg>
</div>
<div class="col-lg-11">
<p class="p-style">
Praesent mattis, orci in vulputate ultrices, turpis ipsum imp erdiet nibh, in porta lectus diam non nis.</p>
</div>
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="#6c63ff" class="bi bi-check2" viewBox="0 0 16 16">
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
</svg>
</div>
<div class="col-lg-11">
<p class="p-style">
Vamus ut massa non felis fermentum convallis at ac urna. Sed vitae purus soda</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- why choose us end -->
<!--products start -->
<div class="container my-5">
<div class="row py-5 text-center">
<div class="col-lg-6 mx-auto">
<h4 class="subtitle-style mt-5">Our Product</h4>
<h1 class="title-style mb-5 mt-3">We Develope Amazing Products</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 my-4">
<div class="mycard text-center p-5 shadow">
<h1 class="subtitle-style text-dark">Custom CMS</h1>
<img class="my-5" src="images/product-icon1.png" alt="">
<p class="p-style mb-4">Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis</p>
<a href="" class="link-style mt-5">View Details</a>
</div>
</div>
<div class="col-lg-4 my-4">
<div class="mycard text-center p-5 shadow">
<h1 class="subtitle-style text-dark">Blogging Tool</h1>
<img class="my-5" src="images/product-icon2.png" alt="">
<p class="p-style mb-4">Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis</p>
<a href="" class="link-style mt-5">View Details</a>
</div>
</div>
<div class="col-lg-4 my-4">
<div class="mycard text-center p-5 shadow">
<h1 class="subtitle-style text-dark">Photo Editor</h1>
<img class="my-5" src="images/product-icon3.png" alt="">
<p class="p-style mb-4">Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis</p>
<a href="" class="link-style mt-5">View Details</a>
</div>
</div>
<div class="col-lg-4 my-4">
<div class="mycard text-center p-5 shadow">
<h1 class="subtitle-style text-dark">Accounting App</h1>
<img class="my-5" src="images/product-icon4.png" alt="">
<p class="p-style mb-4">Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis</p>
<a href="" class="link-style mt-5">View Details</a>
</div>
</div>
<div class="col-lg-4 my-4">
<div class="mycard text-center p-5 shadow">
<h1 class="subtitle-style text-dark">Keyword Tool</h1>
<img class="my-5" src="images/product-icon5.png" alt="">
<p class="p-style mb-4">Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis</p>
<a href="" class="link-style mt-5">View Details</a>
</div>
</div>
<div class="col-lg-4 my-4">
<div class="mycard text-center p-5 shadow">
<h1 class="subtitle-style text-dark">Social Media Tool</h1>
<img class="my-5" src="images/product-icon6.png" alt="">
<p class="p-style mb-4">Ovitae purus sodaDuis eu eros auctor augue ultricies bibend um. Phasellus semattis</p>
<a href="" class="link-style mt-5">View Details</a>
</div>
</div>
</div>
</div>
<!--products end -->
<!-- featues start -->
<div class="container my-5">
<div class="row">
<div class="col-lg-6">
<h4 class="subtitle-style mt-5"> Features </h4>
<h1 class="title-style mb-5 mt-3"> Top Features that Keep Us Ahed</h1>
<p class="p-style">Phasellus seiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</p>
<div class="row mt-5">
<div class="col-lg-2">
<div class="feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="white" class="bi bi-lightbulb" viewBox="0 0 16 16">
<path d="M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z"/>
</svg>
</div>
</div>
<div class="col-lg-10">
<h1 class="subtitle-style text-dark"> Developer Friendly Design</h1>
<p class="p-style mb-4">Phasellus seiusmod tempor incididunt ut labore et dolore magna aliqu ad minim veniam </p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-2">
<div class="feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="white" class="bi bi-lightbulb" viewBox="0 0 16 16">
<path d="M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z"/>
</svg>
</div>
</div>
<div class="col-lg-10">
<h1 class="subtitle-style text-dark"> Developer Friendly Design</h1>
<p class="p-style mb-4">Phasellus seiusmod tempor incididunt ut labore et dolore magna aliqu ad minim veniam </p>
</div>
</div>
</div>
<div class="col-lg-6">
<img src="images/feature2-img.png" alt="">
</div>
</div>
</div>
<!-- features end -->
<!-- blog start -->
<div class="container my-5">
<div class="row py-5 text-center">
<div class="col-lg-6 mx-auto">
<h4 class="subtitle-style mt-5"> Latest News</h4>
<h1 class="title-style mb-4 mt-3"> Form Our Blog</h1>
<p class="p-style"> 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></div>
<div class="shadow blog-card">
<div class="overflow-hidden">
<img class="w-100" src="images/blog-img1.jpg" alt="">
</div>
<div class="p-4">
<p class="text-secondary mb-0"> February 04, 2020 </p>
<a class="link-style blog-link"> Lets make the begging to mankind to save the world again </a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="shadow blog-card">
<div class="overflow-hidden">
<img class="w-100" src="images/blog-img2.jpg" alt="">
</div>
<div class="p-4">
<p class="text-secondary mb-0"> February 04, 2020 </p>
<a class="link-style blog-link"> Lets make the begging to mankind to save the world again </a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="shadow blog-card">
<div class="overflow-hidden">
<img class="w-100" src="images/blog-img3.jpg" alt="">
</div>
<div class="p-4">
<p class="text-secondary mb-0"> February 04, 2020 </p>
<a class="link-style blog-link"> Lets make the begging to mankind to save the world again </a>
</div>
</div>
</div>
</div>
</div>
<!-- blog end -->
<a href="#" class="totop" onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;event.preventDefault()"><i class="fa-solid fa-angles-up"></i></a>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>