-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
438 lines (404 loc) · 22 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
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Atg second task
</title>
<link rel="stylesheet" href="css\style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/eb59bb629c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g=="
crossorigin="anonymous" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw=="
crossorigin="anonymous" />
</head>
<body onload="display_fun1()">
<div id="wrapper" class="wrapper"></div>
<div class="mother-con">
<div class="circle">
<svg class="svg-bg svg-bg-6" version="1.1" id="transring" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 414 414"
style="enable-background:new 0 0 414 414; background-color: #0E0D37" xml:space="preserve">
<path id="Transparent_Ring" class="transrg"
style="opacity:0.4;fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;enable-background:new"
d="M84.2,85c31.3-31.5,74.7-51,122.7-51c95.5,0,173,77.5,173,173s-77.5,173-173,173
c-47.8,0-91-19.4-122.3-50.7"></path>
<path id="Opaque_Ring" class="transrgwht" stroke-dasharray="0,1000"
style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10; stroke-dasharray: 10, 1000;"
d="M84.2,85c31.3-31.5,74.7-51,122.7-51c95.5,0,173,77.5,173,173s-77.5,173-173,173
c-47.8,0-91-19.4-122.3-50.7"></path>
<g onclick="display_fun1()" id="Dots1" class="dots-nav dotc1">
<g>
<path class="dotsst dotsfill1" style="fill: rgb(0, 146, 255); opacity: 1;"
d="M84,80 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 87, 80, 84,80 z"></path>
</g>
<g>
<path class="dotsstro1"
style="opacity: 1; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10;"
d="M84,80c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 87, 80, 84,80 z"></path>
</g>
</g>
<g onclick="display_fun2()" id="Dots2" class="dots-nav dotc2">
<g>
<path class="dotsst dotsfill2" style="fill: rgb(0, 146, 255); opacity: 1;"
d="M206.8,29c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6S 210.1,29, 206.8,29 z M206.8"></path>
</g>
<g>
<path class="dotsstro2"
style="opacity: 1; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10;"
d="M206.8,29c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6S 210.1,29, 206.8,29 z M206.8"></path>
</g>
</g>
<g onclick="display_fun3()" id="Dots3" class="dots-nav dotc3">
<g>
<path class="dotsst dotsfill3" style="fill: rgb(0, 146, 255); opacity: 1;"
d="M332,85 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 335,85, 332,85 z M332"></path>
</g>
<g>
<path class="dotsstro3"
style="opacity: 1; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10;"
d="M332,85 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 335,85, 332,85 z M332"></path>
</g>
</g>
<g onclick="display_fun4()" id="Dots4" class="dots-nav dotc4">
<g>
<path class="dotsst dotsfill4" style="fill: rgb(0, 146, 255); opacity: 1;"
d="M380,205 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 383,205, 380,205 z M380"></path>
</g>
<g>
<path class="dotsstro4"
style="opacity: 1; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10;"
d="M380,205 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 383,205, 380,205 z M380"></path>
</g>
</g>
<g onclick="display_fun5()" id="Dots5" class="dots-nav dotc5">
<g>
<path class="dotsst dotsfill5" style="fill: rgb(0, 146, 255); opacity: 1;"
d="M335,315 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 340,315, 335,315 z M335"></path>
</g>
<g>
<path class="dotsstro5"
style="opacity: 1; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10;"
d="M335,315 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 340,315, 335,315 z M335"></path>
</g>
</g>
<g onclick="display_fun6()" id="Dots6" class="dots-nav dotc6">
<g>
<path class="dotsst dotsfill6" style="fill: rgb(0, 146, 255); opacity: 1;"
d="M210,375 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 215,375, 210,375 z M210"></path>
</g>
<g>
<path class="dotsstro6"
style="opacity: 1; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10;"
d="M210,375 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 215,375, 210,375 z M210"></path>
</g>
</g>
<g onclick="display_fun7()" id="Dots7" class="dots-nav dotc7">
<g>
<path class="dotsst dotsfill7" style="fill: rgb(0, 146, 255); opacity: 1;"
d="M88,324 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 92,324, 88,324 z M88"></path>
</g>
<g>
<path class="dotsstro7"
style="opacity: 1; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-miterlimit: 10;"
d="M88,324 c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6 -6 S 92,324, 88,324 z M88"></path>
</g>
</g>
</svg>
</div>
<div class="container-6 ">
<div class="left6">
<div class="heading">
<div class="heading-c2">
<h1 class="cwr-1" id="cwr-h1">25M+ Downloads</h1>
<p class="cwr-1" id="cwr-p2">on appstore and google playstore</p>
</div>
</div>
<div class="left1-bp">
<div class="bottom-img">
<img src="./assets/world-communication-awards-for-best-digital-experience.png" alt="">
</div>
<div class="left1-bottom-text">
<h1 class="left1-0" id="bt-h1">ABC 123</h1>
<p class="left1-0" id="bt-p"> we are the best web development <br> company in the world.</p>
</div>
<div class="left1-footer">
<p>View case study <i class="fas fa-arrow-right"></i></p>
<p>SKIP</p>
</div>
</div>
</div>
<div class="c6-rp">
<img class="c6-rp-img1" src="./assets/nexgtv-entertainment-mobile-app-development.png" alt="">
<img class="c6-rp-img2" src="./assets/nexgtv-mobile-app-ui-design.png" alt="">
</div>
</div>
<div class="container-7 display-none ">
<div class="left7">
<div class="heading">
<div class="heading-c2">
<p class="cwr-2" id="cwr-p1">The Next Big</p>
<h1 class="cwr-2" id="cwr-h1">Blockchain</h1>
<p class="cwr-2" id="cwr-p2">Revolution</p>
</div>
</div>
<div class="left1-bp">
<div class="left1-bottom-text">
<h1 class="left1-1" id="bt-h1">ABC 234</h1>
<p class="left1-1" id="bt-p"> we are the best web development <br> company in the world.</p>
</div>
<div class="left1-footer">
<p>View case study <i class="fas fa-arrow-right"></i></p>
<p>SKIP</p>
</div>
</div>
</div>
<div class="c7-rp">
<img class="c7-rp-img1" src="./assets/veme-app-ui-design.png" alt="">
<img class="c7-rp-img2" src="./assets/veme-blockchain-app-developed.png" alt="">
</div>
</div>
<div class="container-1 display-none ">
<div class="left1">
<div class="heading">
<div class="heading-c2">
<p class="cwr-3" id="cwr-p1">Powered by advance</p>
<img class="cwr-3" id="cwr-img" src="./assets/nasa-mobile-app.png" alt="">
<p class="cwr-3" id="cwr-p2">algorithms</p>
</div>
</div>
<div class="left1-bp">
<div class="left1-bottom-text">
<h1 class="left1-2" id="bt-h1">ABC 345</h1>
<p class="left1-2" id="bt-p">We are the best web development <br> company in the world</p>
</div>
<div class="left1-footer">
<p>View case study <i class="fas fa-arrow-right"></i></p>
<p>SKIP</p>
</div>
</div>
</div>
<div class="c1-rp">
<div class="nasa-fitness-app-img1">
<img src="./assets/nasa-fitness-tracking-mobile-app.png" alt="">
</div>
<div class="nasa-fitness-app-img2">
<img src="./assets/measure-total-body-weight-through-fitness-app.png" alt="">
</div>
</div>
</div>
<div class="container-2 display-none ">
<div class="left2">
<div class="heading">
<div class="heading-c2">
<p class="cwr-4" id="cwr-p1">Redefining</p>
<h1 class="cwr-4" id="cwr-h1">UX Strategy</h1>
<p class="cwr-4" id="cwr-p2">and UI design</p>
</div>
</div>
<div class="left1-bp">
<div class="left1-bottom-text">
<h1 class="left1-3" id="bt-h1">ABC 456</h1>
<p class="left1-3" id="bt-p">We are the best web development <br> company in the world</p>
</div>
<div class="left1-footer">
<p>View case study <i class="fas fa-arrow-right"></i></p>
<p>SKIP</p>
</div>
</div>
</div>
<div class="c2-rp">
<img class="img-1" src="./assets/domi-img1.png" alt="">
<img class="img-2" src="./assets/ux-strategy-for-mobile-app-devlopment.png" alt="">
<img class="img-3" src="./assets/dominos-bread.png" alt="">
<img class="img-4" src="./assets/dominos-bread1.png" alt="">
<img class="img-5" src="./assets/pizza_box.png" alt="">
</div>
</div>
<div class="container-3 display-none ">
<div class="left3">
<div class="heading">
<div class="heading-c2">
<p class="cwr-5" id="cwr-p1">Text Headline</p>
<h1 class="cwr-5" id="cwr-h1">Text Headline</h1>
<p class="cwr-5" id="cwr-p2">Footer Headline</p>
</div>
</div>
<div class="left1-bp">
<div class="left1-bottom-text">
<h1 class="left1-4" id="bt-h1">ABC 567</h1>
<p class="left1-4" id="bt-p">We are the best AR development <br> company in the world</p>
</div>
<div class="left1-footer">
<p>View case study <i class="fas fa-arrow-right"></i></p>
<p>SKIP</p>
</div>
</div>
</div>
<div class="c3-rp">
<img class="c3-rp-img-1" src="./assets/developers-for-social-media-app.png" alt="">
<img class="c3-rp-img-2" src="./assets/karavan-social-networking-app-screen-2.png" alt="">
<img class="c3-rp-img-3" src="./assets/karavan-social-networking-app-screen.png" alt="">
<img class="c3-rp-img-4" src="./assets/karavan_2.png" alt="">
<img class="c3-rp-img-5" src="./assets/social-networking-app-case-study.png" alt="">
</div>
</div>
<div class="container-4 display-none ">
<div class="left4">
<div class="heading">
<div class="heading-c2">
<p class="cwr-6" id="cwr-p1">Developing ERP Solutions for</p>
<h1 class="cwr-6" id="cwr-h1">Text Headline</h1>
<p class="cwr-6" id="cwr-p2">in furniture industry</p>
</div>
</div>
<div class="left1-bp">
<div class="left1-bottom-text">
<h1 class="left1-5" id="bt-h1">ABC 678</h1>
<p class="left1-5" id="bt-p">Best since 2017 <br> we offer wide range of web and app <br>
development</p>
</div>
<div class="left1-footer">
<p>View case study <i class="fas fa-arrow-right"></i></p>
<p>SKIP</p>
</div>
</div>
</div>
<div class="c4-rp">
<img class="c4-rp-img" src="assets\erp-app-development-service.png" alt="">
</div>
</div>
<div class="container-5 display-none">
<div class="left5">
<div class="heading">
<div class="heading-c2">
<p class="cwr-7" id="cwr-p1">Biggest classifieds</p>
<h1 class="cwr-7" id="cwr-h1">East Asia</h1>
<p class="cwr-7" id="cwr-p2">Countries</p>
</div>
</div>
<div class="left1-bp">
<div class="bottom-img">
<img src="./assets/mobile-app-of-the-year-by-entrepreneur.png" alt="">
</div>
<div class="left1-bottom-text">
<h1 class="left1-6" id="bt-h1">ABC 23478</h1>
<p class="left1-6" id="bt-p"> we are the best web development <br> company in the world.</p>
</div>
<div class="left1-footer">
<p>View case study <i class="fas fa-arrow-right"></i></p>
<p>SKIP</p>
</div>
</div>
</div>
<div class="c5-rp">
<img class="c5-rp-img1" src="./assets/melltoo-img1.png" alt="">
<img class="c5-rp-img2" src="./assets/melltoo-img2.png" alt="">
</div>
</div>
<div class="mail-btn">
<i class="fas fa-envelope"></i>
</div>
</div>
<div class="mother-container-mob">
<div class="owl-carousel owl-theme owl-loaded">
<div class="owl-stage-outer">
<div class="owl-stage">
<div class="owl-item">
<div class="top-panel-1 top-panel-cnt">
<img src="./assets/nexgtv-entertainment-mobile-app-development.png">
<img src="./assets/nexgtv-mobile-app-ui-design.png">
</div>
<div class="bottom-panel-1 bottom-panel-cnt">
<img src="./assets/world-communication-awards-for-best-digital-experience.png">
<h1><span>ABC 123</span></h1>
<p><span>We are the best web development company in the world</span></p>
</div>
<div class="bottom-footer">
<p>View Case Study <i class="fas fa-long-arrow-alt-right"></i></p>
<p class="footer-skip">SKIP</p>
</div>
</div>
<div class="owl-item">
<div class="top-panel-2 top-panel-cnt">
<img class="img1" src="./assets/veme-blockchain-app-developed.png">
<img class="img2" src="./assets/veme-app-ui-design.png">
</div>
<div class="bottom-panel-2 bottom-panel-cnt">
<h1><span>ABC 234</span></h1>
<p><span>We are the best web development company in the world</span></p>
</div>
<div class="bottom-footer">
<p>View Case Study <i class="fas fa-long-arrow-alt-right"></i></p>
<p class="footer-skip">SKIP</p>
</div>
</div>
<div class="owl-item">
<div class="top-panel-3 top-panel-cnt">
<img class="img1" src="./assets/nasa-fitness-tracking-mobile-app.png">
<img class="img2" src="./assets/measure-total-body-weight-through-fitness-app.png">
</div>
<div class="bottom-panel-3 bottom-panel-cnt">
<h1><span>ABC 345</span></h1>
<p><span>We are the best web development company in the world</span></p>
</div>
<div class="bottom-footer">
<p>View Case Study <i class="fas fa-long-arrow-alt-right"></i></p>
<p class="footer-skip">SKIP</p>
</div>
</div>
<div class="owl-item">
<div class="top-panel-4 top-panel-cnt">
<img class="img1" src="./assets/pizza_box.png">
<img class="img2" src="./assets/domi-img1.png">
<img class="img3" src="./assets/ux-strategy-for-mobile-app-devlopment.png">
<img class="img4" src="./assets/dominos-bread1.png">
</div>
<div class="bottom-panel-4 bottom-panel-cnt">
<h1><span>ABC 456</span></h1>
<p><span>We are the best web development company in the world</span></p>
</div>
<div class="bottom-footer">
<p>View Case Study <i class="fas fa-long-arrow-alt-right"></i></p>
<p class="footer-skip">SKIP</p>
</div>
</div>
<div class="owl-item">
<div class="top-panel-5 top-panel-cnt">
<img class="img1" src="./assets/karavan-social-networking-app-screen.png">
<img class="img2" src="./assets/social-networking-app-case-study.png">
<img class="img3" src="./assets/karavan_2.png">
<img class="img4" src="./assets/developers-for-social-media-app.png">
</div>
<div class="bottom-panel-5 bottom-panel-cnt">
<h1><span>ABC 567</span></h1>
<p><span>We are the best AR Development company in the world</span></p>
</div>
<div class="bottom-footer">
<p>View Case Study <i class="fas fa-long-arrow-alt-right"></i></p>
<p class="footer-skip">SKIP</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/CSSRulePlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"
integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw=="
crossorigin="anonymous"></script> -->
<script src="./main.js"></script>
</body>
</htm