-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
645 lines (590 loc) · 31.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
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!DOCTYPE html>
<html lang="en">
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Document Title -->
<title>AppliFly</title>
<meta property="og:title" content="AppliFly - automate campus job applications at ASU" />
<meta property="og:description"
content="This script will fill ALL the jobs listed on the ASU on campus job portal automatically. Just let the script run for 30 mins." />
<meta property="og:image" content="https://i.ibb.co/wW5Z4w8/bee.png" />
<meta property="og:image:alt"
content="ASU, Arizona State University, job applications, automated, campus jobs, job portal" />
<meta name="twitter:title" content="AppliFly - automate campus job applications at ASU" />
<meta name="twitter:description"
content="This script will fill ALL the jobs listed on the ASU on campus job portal automatically. Just let the script run for 30 mins." />
<meta name="twitter:url" content="https://i.ibb.co/wW5Z4w8/bee.png" />
<meta name="twitter:image:src" content="https://i.ibb.co/wW5Z4w8/bee.png" />
<meta name="twitter:image:alt" content="AppliFLY" />
<meta name="twitter:creator" content="@kshitij_dhyani" />
<meta name="twitter:site" content="@kshitij_dhyani" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="favicon.png">
<!-- CSS Files -->
<!--==== Google Fonts ====-->
<link href="../fonts.googleapis.com/css1229.css?family=Poppins:200,300,400,500,600,700" rel="stylesheet">
<!--==== Bootstrap css file ====-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--==== Font-Awesome css file ====-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Owl Carusel css file -->
<link rel="stylesheet" href="assets/plugins/owl-carousel/owl.carousel.min.css">
<!-- ====video poppu css==== -->
<link rel="stylesheet" href="assets/plugins/Magnific-Popup/magnific-popup.css">
<!--==== Style css file ====-->
<link rel="stylesheet" href="assets/css/style.css">
<!--==== Responsive css file ====-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!--==== Custom css file ====-->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VWVDJR551K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VWVDJR551K');
</script>
<body>
<!-- Preloader -->
<div class="preLoader">
<div class="preload-inner">
<div class="sk-cube-grid">
<div class="sk-cube sk-cube1"></div>
<div class="sk-cube sk-cube2"></div>
<div class="sk-cube sk-cube3"></div>
<div class="sk-cube sk-cube4"></div>
<div class="sk-cube sk-cube5"></div>
<div class="sk-cube sk-cube6"></div>
<div class="sk-cube sk-cube7"></div>
<div class="sk-cube sk-cube8"></div>
<div class="sk-cube sk-cube9"></div>
</div>
</div>
</div>
<!-- End Of Preloader -->
<!-- Main header -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<header class="header">
<!-- Start Header Navbar-->
<div class="main-header inner-header header-2">
<div class="main-menu-wrap">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-3 col-lg-3 col-md-4 col-6">
<!-- Logo -->
<div class="logo">
<a href="index.html">
<img class="main-logo2" style="height: 6vmax;"
src="assets/logo/AppliFly_logo_name_black_cropped.png" data-rjs="2"
alt="AppliFly">
<img class="sticky-logo" style="height: 5vmax;"
src="assets/logo/AppliFly_logo_name_black_cropped.png" data-rjs="2"
alt="AppliFly">
</a>
</div>
<!-- End of Logo -->
</div>
<div class="col-xl-6 col-lg-6 col-md-4 col-6 menu-button">
<div class="menu--inner-area clearfix">
<div class="menu-wraper">
<nav>
<!-- Header-menu -->
<div class="header-menu dosis">
<ul>
<li><a style="color:black" href="#home-page-area">Home</a>
<!-- <ul>
<li><a href="index.html">Home 1</a></li>
<li class="active"><a href="index2.html">Home 2</a></li>
</ul> -->
</li>
<li><a style="color:black" href="#gang">Gang & Stats</a></li>
<li><a style="color:black" href="#features">Features</a></li>
<li><a style="color:black" href="#impact">Impact</a></li>
<!-- <li><a href="javascript:void(0)">Blog</a>
<ul>
<li><a href="blog.html">Blog Posts</a></li>
<li><a href="blog-details.html">single Post</a></li>
</ul>
</li> -->
</ul>
</div>
<!-- End of Header-menu -->
</nav>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-5 d-md-block d-none">
<div class="urgent-call text-right">
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank" class="btn">Easter
Egg 🐣</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Header Navbar-->
</header>
<!-- End of Main header -->
<!-- home banner area -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<div class="banner-area-inner" id="home-page-area">
<div class="banner-inner-area banner-area1 banner2">
<div class="container">
<div class="row align-items-center">
<div class="col-md-8 col-lg-6 col-xl-5">
<!-- banner text -->
<div class="banner-text-inner">
<h1>Do something Better with your Time.</h1>
<p> Let AppliFly apply to campus jobs at ASU,
saving your time to invest in what truly matters.</p>
<!-- ! [IMPORTANT]: Add the public repository read me link here -->
<a href="https://github.com/wimpywarlord/appliFLY/tree/main" class="btn">How To Use?</a>
<a href="#" onclick="showModalBeforeDownloading()" class="btn">Download</a>
</div>
<!-- banner text -->
</div>
<div class="col-lg-5 offset-lg-1 col-md-4 offse-xl-2">
<div class="banner-shape-wrap">
<div class="banner-shape-inner">
<img src="assets/img/banner/shaps1.png" alt="" class='shape shape1 rotate3d'>
<img src="assets/img/banner/shaps2.png" alt="" class='shape shape2 rotate2d'>
<img src="assets/img/banner/shaps3.png" alt="" class='shape shape3 rotate-2d'>
<img src="assets/img/banner/shaps4.png" alt="" class='shape shape4 rotate3d'>
<img src="assets/img/banner/shaps5.png" alt="" class='shape shape5 rotate2d'>
<img src="assets/img/banner/shaps6.png" alt="" class='shape shape6 rotate-2d'>
<img src="assets/img/banner/shaps7.png" alt="" class='shape shape7 rotate3d'>
</div>
</div>
<!-- banner image-->
<div class="banner-image">
<!-- <img src="assets/img/banner/mockup.png" alt=""> -->
<iframe width="560" height="315"
src="https://www.youtube.com/embed/LyMY-XlR66M?si=yOx3sdO9cbSfla83"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<!--End of banner image-->
</div>
</div>
</div>
</div>
</div>
<!-- End of home banner area -->
<!-- Counter up area -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<section id="gang" class="border-top pt-120 pb-80">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">364</span>
<p>Downloads 🔻</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">64</span>
<p>Likes 💛</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">1</span>
<p>Github Stars ⭐</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">2</span>
<p>Contributor 👨💻</p>
</div><!-- single counetr -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.End of Counter up area -->
<!-- our partner -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<section class="pb-120">
<div class="container">
<!-- section title -->
<div class="section-title text-center">
<h2>Join the Gang 🤟</h2>
</div>
<!-- End of section title -->
<div class="row">
<div class="col">
<!-- partner carosel inner -->
<div class="partner-carousel-wrap">
<div class="partner-carousel owl-carousel">
<!-- single partner -->
<div class="single-partner">
<img style="height: 10vmax; width: 10vmax; border-radius: 50%;"
src="assets/img/partner1.jpeg" alt="">
</div>
<!-- End of single partner -->
<!-- single partner -->
<div class="single-partner">
<img style="height: 10vmax; width: 10vmax; border-radius: 50%;"
src="assets/img/partner2.png" alt="">
</div>
<!-- End of single partner -->
<!-- single partner -->
<div class="single-partner">
<img style="height: 10vmax; width: 10vmax; border-radius: 50%;"
src="assets/img/partner3.jpeg" alt="">
</div>
<!-- End of single partner -->
<!-- single partner -->
<div class="single-partner">
<img style="height: 10vmax; width: 10vmax; border-radius: 50%;"
src="assets/img/partner4.jpeg" alt="">
</div>
<!-- single partner -->
<div class="single-partner">
<img style="height: 10vmax; width: 10vmax; border-radius: 50%;"
src="assets/img/partner5.jpeg" alt="">
</div>
<!-- single partner -->
<div class="single-partner">
<img style="height: 10vmax; width: 10vmax; border-radius: 50%;"
src="assets/img/partner6.jpeg" alt="">
</div>
<!-- End of single partner -->
</div>
</div>
<!--End of partner carosel inner -->
</div>
</div>
</div>
</section>
<!-- End of our partner -->
<!-- feature area -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<section class="pb-110" id='features'>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-8">
<!-- section title -->
<div class="section-title text-center">
<h2>AppliFly Features</h2>
<p>Simple. Fast. On the Fly.</p>
</div>
<!-- End of section title -->
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-12">
<div class="feature-carousel owl-carousel">
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/project-management.svg" class="svg"
alt=""></div>
<h5>Simple</h5>
<p>Run one simple command: <code> python fillJob.py</code>.
</p>
</div>
<!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/solution.svg" class="svg" alt=""></div>
<h5>Fast</h5>
<p>Can apply upto 400 job posting every 60 mins.
</div>
<!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/goal.svg" class="svg" alt=""></div>
<h5>Safe</h5>
<p>Run Locally. Applifly does not store any data.</p>
</div><!-- End of single feature inner -->
<!-- single feature inner -->
<div class="single-feature-inner text-center">
<div class="feature-icon"><img src="assets/img/icons/planning.svg" class="svg" alt=""></div>
<h5>Free</h5>
<b>Don't believe me?</b> Try
it, it's literally Free.</p>
</div>
<!-- End of single feature inner -->
</div>
<!--/.feature-carousel-->
</div>
<!--/.col-->
</div>
<!--/.row-->
</div>
<!--/.container-->
</section><!-- End of feature area -->
<!-- interact user -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<section id="impact" class="pt-120 pb-120">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-5">
<div class="user-interact-inner">
<div class="interact-icon">
<img src="assets/logo/applifly_logo_64px.png" class="svg" alt="">
</div>
<h2>Psssst! A bee just buzzed in my ears 👂.</h2>
<p>
Strictly Statistically speaking: You increase your <a
href="https://www.lucidmeetings.com/glossary/roti#:~:text=ROTI%20stands%20for%20Return%20on,an%20excellent%20use%20of%20time."
target="_blank">ROTI</a>
(Return on Time Invested) by
97% when you
apply using AppliFly.
</p>
<!-- <a href="#" class="btn">Get Started</a> -->
</div>
</div>
<div class="col-lg-7 col-sm-7">
<div class="user-interact-image type2">
<img src="assets/img/feature/appImage.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- interact user -->
<!-- download app -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<section id="download_script" class="border-top pt-110 pb-150">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-12">
<div class="download-app-inner text-center">
<h2 class="h1">
Download AppliFly Today &<br>
Experience Endless Possibilities.
</h2>
<h3>Do something better with your free time.</h3>
<a href="#download_script" onclick="showModalBeforeDownloading()" class="btn">Download
Script</a>
</div>
</div>
</div>
</div>
</section>
<!-- End of download app -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<footer class="footer">
<div class="footerbg">
<img src="assets/img/footer-bg.png" class='svg' alt="">
</div>
<div class="footer-top pt-120 pb-110">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<!-- footer widget -->
<div class="footer-widget">
<div class="footer-logo">
<a href="index.html"><img src="assets/logo/AppliFly_logo_name_transparent_cropped.png"
alt="AppliFly"></a>
</div>
<p>
Turbocharge your campus job search! Effortless applications, more free time. Do
something better with your free time.
</p>
<!-- footer social area -->
<div class="footer-social-area">
<ul class="social-icons social-icons-light nav">
<li><a href="https://github.com/wimpywarlord/" target="_blank"><i
class="fa fa-github"></i></a></li>
<li><a href="https://twitter.com/kshitij_dhyani" target="_blank"><i
class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/kshitijdhyani/" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- End of footer social area -->
</div>
<!--End of footer widget -->
</div>
<div class="col-lg-3 col-sm-6">
<div class="footer-widget">
<!-- widget header -->
<div class="widget-header">
<h5>Our Address</h5>
</div>
<!-- widget header -->
<div class="widget-body">
<ul class="address-list">
<!-- EASTER EGG: for those who dive into the code. -->
<!-- <li>
<span><i class="fa fa-phone-square"></i></span>
+1 623-268-9886
</li> -->
<li>
<span><i class="fa fa-envelope"></i></span>
</li>
<li>
<span><i class="fa fa-map"></i></span>
Tempe, AZ, 85281
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="footer-widget">
<!-- widget header -->
<div class="widget-header">
<h5>Extra Links</h5>
</div>
<!-- widget header -->
</div>
<div class="widget-body">
<div class="extra-link">
<div class="link-left">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">How It Works</a></li>
</ul>
</div>
<div class="link-right">
<ul>
<li><a href="#">Help</a></li>
<li><a href="#">Support</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="footer-widget">
<div class="widget-body">
<div class="twetter-post-inner">
<div class="footer-post-details">
Campus job application? Ain't nobody got time for that. AppliFly to the
rescue! 💤
<!-- <br><a href="http://yhdj58.tp8/JK">http://yhdj58.tp8/JK</a> -->
</div>
<div class="twetter-post">
<span><i class="fa fa-twitter"></i></span>
<a target="_blank" href="https://twitter.com/kshitij_dhyani">kshitij_dhyani</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-text text-center">
<p>© built with ❤ by <a target="_blank" href="https://kshitijdhyani.com/">Kshitij
Dhyani</a></p>
</div>
</div>
</footer>
<!-- back to top -->
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
<div class="back-to-top">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- back to top -->
<!-- JS Files -->
<!-- ==== JQuery 3.3.1 js file==== -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- ==== Bootstrap js file==== -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- ==== JQuery Waypoint js file==== -->
<script src="assets/plugins/waypoints/jquery.waypoints.min.js"></script>
<!-- ==== Parsley js file==== -->
<script src="assets/plugins/parsley/parsley.min.js"></script>
<!-- ==== parallax js==== -->
<script src="assets/plugins/parallax/parallax.js"></script>
<!-- ==== Owl Carousel js file==== -->
<script src="assets/plugins/owl-carousel/owl.carousel.min.js"></script>
<!-- ==== Menu js file==== -->
<script src="assets/js/menu.min.js"></script>
<!-- ===video popup=== -->
<script src="assets/plugins/Magnific-Popup/jquery.magnific-popup.min.js"></script>
<!-- ====Counter js file=== -->
<script src="assets/plugins/waypoints/jquery.counterup.min.js"></script>
<!-- ==== Script js file==== -->
<script src="assets/js/scripts.js"></script>
<!-- ==== Custom js file==== -->
<script src="assets/js/custom.js"></script>
<!-- Sweet Alert -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- JsZIP CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.6.0/jszip.min.js"></script>
<!-- Modal -->
<script>
function showModalBeforeDownloading(params) {
// STEP 1: Downloaad the script in a zip file.
// * IMPORTANT: Zip in real content of the repository, instead of zip asset.
// * This way, you won't have to update the zip file everytime we update the script.
// Define an array of relative file paths
const filePaths = ['./assets/script/appliFly.py', './assets/script/requirements.txt', './assets/script/env.txt'];
const zip = new JSZip();
// Add each file to the zip
const promises = filePaths.map(async (filePath) => {
const response = await fetch(filePath);
if (response.ok) {
const content = await response.blob();
zip.file(filePath.split('/').pop(), content);
}
});
// Wait for all files to be added to the zip
Promise.all(promises).then(() => {
// Generate the zip file
zip.generateAsync({ type: 'blob' }).then((content) => {
// Create a download link
const a = document.createElement('a');
a.href = URL.createObjectURL(content);
a.download = 'appliFly.zip';
// Trigger a click event to start the download
a.click();
});
});
// STEP 2: This will open my social Media Modal
Swal.fire({
title: '<strong>Bee* My Friend</strong>',
iconHtml: `<img src="./assets/logo/applifly_logo_64px.png" alt="AppliFly"></img>`,
html:
'<div style="width:100%"><div style="height:0;padding-bottom:56.27586206896552%;position:relative;width:100%"><iframe allowfullscreen="" frameBorder="0" height="100%" src="https://giphy.com/embed/x9RpczLoJIEVIAJyAJ/video" style="left:0;position:absolute;top:0" width="100%"></iframe></div></div>' +
'<br>If any of this was helpful, consider connecting:<br><br> ' +
'<b>Linkedin: </b><a target="_blank" href="https://www.linkedin.com/in/kshitijdhyani/">Kshitij Dhyani</a><br>' +
'<b>Twitter: </b><a target="_blank" href="https://twitter.com/kshitij_dhyani">kshitij_dhyani</a><br>' +
'<b>Github: </b><a target="_blank" href="https://github.com/wimpywarlord/">wimpywarlord</a><br>' +
'<b>Portfolio Website: </b><a target="_blank" href="https://kshitijdhyani.com/">kshitijdhyani.com</a><br>',
showCloseButton: true,
showCancelButton: true,
focusConfirm: false,
confirmButtonText:
'<i class="fa fa-thumbs-up"></i> Great!',
confirmButtonAriaLabel: 'Thumbs up, great!',
cancelButtonText:
'<i class="fa fa-thumbs-down"></i>',
cancelButtonAriaLabel: 'Thumbs down'
})
}
</script>
<!-- @Developed By Kshitij Dhyani -->
<!-- 🅳🅴🆅🅴🅻🅾🅿🅴🅳 🅱🆈 🅺🆂🅷🅸🆃🅸🅹 🅳🅷🆈🅰🅽🅸 -->
</body>
</html>