-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
363 lines (270 loc) · 17.7 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
<!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=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Almarai:wght@300;400;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,700;0,800;1,700;1,800&family=Rakkas&display=swap" rel="stylesheet">
<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=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Almarai:wght@300;400;700;800&family=Oswald:wght@200;300;400;500;600;700&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,500;1,600;1,700;1,800;1,900&family=Rakkas&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Start Navbar -->
<div class="mynavbar py-3">
<!-- start container -->
<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="#">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- End container -->
</div>
<!-- End navbar -->
<!-- banner start -->
<section class="banner py-5 mb-5">
<div class="container">
<div class="row">
<div class="col-lg-5 wow slideInLeft" data-wow-delay="1s" data-wow-duration="4s">
<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" alt="" class="wow slideInRight rounded-2" data-wow-delay="1s" data-wow-duration="4s">
</div>
</div>
</div>
</section>
<!-- banner end -->
<!-- start about us section -->
<div class="container my-5">
<div class="row py-5">
<div class="col-lg-5">
<img class="aboutus-img wow slideInLeft" data-wow-delay="1s" data-wow-duration="4s"src="images/about-img.png" alt="">
</div>
<div class="col-lg-7 wow slideInRight" data-wow-delay="1s" data-wow-duration="4s">
<h4 class="subtitle-style mt-5 ">About us</h4>
<h1 class="title-style mt-4 mb-5" >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">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>
<a class="link-style" href="">More About us</a>
</div>
</div>
</div>
</div>
<!-- End about us section -->
<!-- Start Service section -->
<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 mt-3 mb-5">Industry Standard Service</h1>
<div class="row">
<div class="col-lg-6">
<div class="service-card">
<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 class="service-card">
<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 class="service-card">
<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 class="service-card">
<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 wow bounceInUp">
<div class="service-image ">
<img class="service-img" src="images/service-img.png" alt="">
</div>
</div>
</div>
</div>
<!-- End Service section -->
<!-- Start why Choose us section-->
<section class="full-width-section py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 wow slideInLeft">
<img class="why-choose-img " 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 mt-3 mb-5">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">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">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 Products section -->
<div class="container my-5">
<div class="row py-5 text-center">
<div class="col-lg-3"></div>
<div class="col-lg-6">
<h4 class="subtitle-style mt-5">Our Product</h4>
<h1 class="title-style mt-3 mb-5">We Develope Amazing Products</h1>
</div>
<div class="col-lg-3"></div>
</div>
<div class="row">
<div class="col-lg-4 py-5">
<div class="mycard text-center py-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="http://" class="link-style mt-5" style="text-decoration: none;">View Details</a>
</div>
</div>
<div class="col-lg-4 py-5">
<div class="mycard text-center py-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="http://" class="link-style mt-5"style="text-decoration: none;">View Details</a>
</div>
</div>
<div class="col-lg-4 py-5">
<div class="mycard text-center py-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="http://" class="link-style mt-5"style="text-decoration: none;">View Details</a>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="mycard text-center py-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="http://" class="link-style mt-5"style="text-decoration: none;">View Details</a>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="mycard text-center py-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="http://" class="link-style mt-5" style="text-decoration: none;">View Details</a>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="mycard text-center py-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="http://" class="link-style mt-5" style="text-decoration: none;">View Details</a>
</div>
</div>
</div>
</div>
<!-- End Products section -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>