forked from openapi/xmas-party
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
902 lines (861 loc) Β· 70.1 KB
/
index.html
File metadata and controls
902 lines (861 loc) Β· 70.1 KB
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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="importmap">{"imports":{"#entry":"/_nuxt/DLpbuVVH.js"}}</script>
<title>π GitHub Christmas Party 2025 π
| Openapi</title>
<link rel="preconnect" href="https://openapi.com/static.openapi.com">
<link rel="preconnect" href="https://openapi.com/www.googletagmanager.com">
<link rel="stylesheet" href="https://openapi.com/_nuxt/entry.C8K9gKCf.css" >
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/DLpbuVVH.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/ClpIdqe5.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/CJQPfO8e.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/Cy6cwQ1b.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/BFnBhLez.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/s2YbgBzx.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/DcqMmxMy.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/BibmqbFD.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/C72ayU8l.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/BU65RUQb.js">
<link rel="modulepreload" as="script" href="https://openapi.com/_nuxt/b43pCGpi.js">
<link rel="preload" as="fetch" fetchpriority="low" ="anonymous" href="https://openapi.com/_nuxt/builds/meta/4f4d8819-b071-4ae6-ac06-bf1c1881d5fd.json">
<script src="https://openapi.com/assets/js/jquery-3.6.4.min.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/jquery-migrate-3.5.2.min.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/jquery.mmenu.all.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/popper.min.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/bootstrap.min.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/ace-responsive-menu.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/wow.min.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/owl.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/bootstrap-select.min.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/script.js" type="text/javascript" defer></script>
<script src="https://openapi.com/assets/js/cookieconsent.min.js" type="text/javascript" defer></script>
<link rel="prefetch" as="image" type="image/svg+xml" href="https://openapi.com/_nuxt/flaticon_freelancer.lK5lfYru.svg">
<link rel="prefetch" as="script" href="https://openapi.com/_nuxt/ZCdxTtWu.js">
<link rel="prefetch" as="script" href="https://openapi.com/_nuxt/BKVKjTD3.js">
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P89VHVB');</script>
<script type="application/ld+json">{"@context":"https://schema.org/","@graph":[{"@type":"Organization","name":"Openapi","alternateName":"Openapi.com","@id":"https://openapi.com/#organization","url":"https://openapi.com","brand":"Openapi","vatID":"12485671007","taxID":"12485671007","foundingDate":"2013-10-20","foundingLocation":"Roma","legalName":"Openapi SPA","slogan":"API Made Simple","knowsAbout":"API","memberOf":[{"@type":"organization","name":"Assintel","url":"https://www.assintel.it/","@id":"https://www.assintel.it/"},{"@type":"organization","name":"ANCIC - Associazione Nazionale tra le Imprese di Informazioni Commerciali e di Gestione del Credito","url":"https://www.ancic.org/","@id":"https://www.ancic.org/"},{"@type":"organization","name":"Organismo di Monitoraggio","url":"https://www.odminformazionicommerciali.it/","@id":"https://www.odminformazionicommerciali.it/"}],"award":["https://www.ft.com/ft1000-2023","https://lab24.ilsole24ore.com/leader-crescita/2024"],"logo":{"@type":"ImageObject","@id":"https://openapi.com/assets/img/logo-openapi.svg#logo","url":"https://openapi.com/assets/img/logo-openapi.svg","contentUrl":"https://openapi.com/assets/img/logo-openapi.svg","width":168,"height":35,"caption":"Openapi"},"sameAs":["https://www.linkedin.com/company/openapi-com","https://www.facebook.com/openapicom","https://www.youtube.com/@openapi-it","https://www.youtube.com/@openapi-com","https://github.com/openapi-it","https://www.postman.com/openapi-com","https://www.instagram.com/openapi_com"],"address":{"@type":"PostalAddress","addressLocality":"Rome, Italy","postalCode":"00154","streetAddress":"Viale Filippo Tommaso Marinetti"},"contactPoint":{"@type":"ContactPoint","contactType":"customer service","availableLanguage":["Italian","English","French"],"email":"https://openapi.com/contact-us"},"member":[{"@type":"OrganizationRole","member":{"@type":"Person","name":"Simone Desantis","url":"https://www.linkedin.com/in/simone-desantis-it/","@id":"https://www.linkedin.com/in/simone-desantis-it/","image":"https://www.linkedin.com/in/simone-desantis-it/overlay/photo/"},"startDate":"2013","roleName":"CTO"},{"@type":"OrganizationRole","member":{"@type":"Person","name":"Shaun De Lucia","url":"https://www.linkedin.com/in/shaundelucia/","@id":"https://www.linkedin.com/in/shaundelucia/","image":"https://www.linkedin.com/in/shaundelucia/overlay/photo/"},"startDate":"2013","roleName":"COO"},{"@type":"OrganizationRole","member":{"@type":"Person","name":"Alessandro Mollicone ","url":"https://www.linkedin.com/in/molliconealessandro/","@id":"https://www.linkedin.com/in/molliconealessandro/","image":"https://www.linkedin.com/in/molliconealessandro/overlay/photo/"},"startDate":"2014","roleName":"CMO"}],"founder":{"type":"Person","name":"Luca Scuriatti","sameAs":"https://www.linkedin.com/in/luca-scuriatti-706169/","image":"https://www.linkedin.com/in/luca-scuriatti-706169/overlay/photo/","affiliation":{"@type":"Organization","@id":"https://openapi.com/#organization"}}}]}</script>
<meta name="description" content="Join the most festive GitHub party ever! Leave your creative mark in Issue #1 and become part of the holiday legend.">
<meta property="og:title" content="π GitHub Christmas Party 2025 π
">
<meta property="og:type" content="website">
<meta property="og:site_name" content="https://openapi.com">
<meta property="og:description" content="Join the most festive GitHub party ever! Leave your creative mark in Issue #1 and become part of the holiday legend.">
<meta property="og:url" content="https://openapi.com/xmas-party">
<meta property="og:image" content="assets/images/readme-header.png">
<meta property="og:image:width" content="400">
<meta property="og:image:height" content="300">
<meta property="og:image:alt" content="π GitHub Christmas Party 2025 π
">
<link rel="canonical" href="https://openapi.com/xmas-party">
<script type="module" src="https://openapi.com/_nuxt/DLpbuVVH.js" ></script>
<!-- Christmas Party Custom Styles -->
<style>
.christmas-snow {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1000;
}
.snowflake {
position: absolute;
color: #fff;
user-select: none;
pointer-events: none;
animation: fall linear infinite;
}
@keyframes fall {
from {
transform: translateY(-100vh);
}
to {
transform: translateY(100vh);
}
}
.christmas-glow {
animation: christmas-glow 3s ease-in-out infinite alternate;
}
@keyframes christmas-glow {
from {
text-shadow: 0 0 10px #ff6b6b, 0 0 20px #ff6b6b, 0 0 30px #ff6b6b;
}
to {
text-shadow: 0 0 20px #4ecdc4, 0 0 30px #4ecdc4, 0 0 40px #4ecdc4;
}
}
.festive-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 2px solid rgba(255, 107, 107, 0.2);
}
.festive-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(255, 107, 107, 0.3);
}
.christmas-emoji {
display: inline-block;
animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-10px);
}
60% {
transform: translateY(-5px);
}
}
.ascii-tree {
font-family: monospace;
color: #4ecdc4;
white-space: pre;
text-align: center;
font-size: 0.9rem;
margin: 2rem 0;
background: rgba(30, 30, 30, 0.8);
padding: 1.5rem;
border-radius: 10px;
border: 1px solid rgba(78, 205, 196, 0.3);
}
</style>
</head>
<body>
<div class="christmas-snow"></div>
<div id="__nuxt">
<div>
<div class="root">
<!-- Header (same as layout.html) -->
<header class="header-nav nav-innerpage-style main-menu at-home3 contain-content">
<nav class="posr">
<div class="container posr menu_bdrt1">
<div class="row align-items-center justify-content-between">
<div class="col-auto">
<div class="d-flex align-items-center justify-content-between">
<div class="logos mr20">
<a href="https://openapi.com/" class="header-logo logo1">
<img src="https://openapi.com/assets/images/logo-openapi-w.svg" alt="Openapi" width="166" height="50">
</a>
</div>
</div>
</div>
<div class="col-auto">
<div class="d-flex align-items-center">
<a class="nav-link dropdown-toggle fz14 text-white" role="button" data-bs-toggle="dropdown" aria-expanded="false">English</a>
<ul class="dropdown-menu">
<li></li>
<li><a class="dropdown-item" href="https://openapi.fr/xmas-party">FranΓ§ais</a></li>
<li><a class="dropdown-item" href="https://openapi.it/xmas-party">Italiano</a></li>
<li><a class="dropdown-item" href="https://openapi.de/xmas-party">Deutsch</a></li>
</ul>
<a href="https://openapi.com/contact-us" class="text-white fz14 ps-2">Contact Us</a>
<a class="text-white fz14 ps-4 text-uppercase" href="https://console.openapi.com/login" aria-label="menu">LOGIN</a>
</div>
</div>
</div>
<div class="row align-items-center justify-content-between">
<div class="col-auto">
<div class="d-flex align-items-center justify-content-between">
<ul id="respMenu" class="ace-responsive-menu" data-menu-style="horizontal">
<li><a class="list-item text-white" href="#" aria-label=""><span class="title">About us</span></a>
<ul class="d-none">
<li><a href="https://openapi.com/about-us" class="">Who we are</a></li>
<li><a href="https://openapi.com/why-us" class="">Why us</a></li>
<li><a href="https://openapi.com/certifications" class="">Certifications</a></li>
<li><a href="https://openapi.com/investor-relations" class="">Investor Relations</a></li>
<li><a href="https://openapi.com/press" class="">Press & Media</a></li>
</ul>
</li>
<li><a class="list-item text-white" href="#" aria-label=""><span class="title">Products</span></a>
<ul class="d-none">
<li aria-label="Products"><a href="https://openapi.com/products" class="text-uppercase">All</a></li>
<li aria-label="Products"><a href="https://openapi.com/ai" class="text-uppercase">AI</a></li>
<li aria-label="Products"><a href="https://openapi.com/automotive" class="text-uppercase">Automotive</a></li>
<li aria-label="Products"><a href="https://openapi.com/business-information" class="text-uppercase">Business Information</a></li>
<li aria-label="Products"><a href="https://openapi.com/digital-transformation" class="text-uppercase">Digital Transformation</a></li>
<li aria-label="Products"><a href="https://openapi.com/communication" class="text-uppercase">Communication</a></li>
<li aria-label="Products"><a href="https://openapi.com/trust-services" class="text-uppercase">ID & Trust</a></li>
<li aria-label="Products"><a href="https://openapi.com/official-documents" class="text-uppercase">Official Documents</a></li>
<li aria-label="Products"><a href="https://openapi.com/person" class="text-uppercase">Person</a></li>
<li aria-label="Products"><a href="https://openapi.com/real-estate" class="text-uppercase">Real Estate</a></li>
<li aria-label="Products"><a href="https://openapi.com/other-apis" class="text-uppercase">Other APIs</a></li>
</ul>
</li>
<li><a class="list-item text-white" href="#" aria-label=""><span class="title">Solutions</span></a>
<ul class="d-none">
<li><a href="https://openapi.com/solutions/banking" class="">Banking & Financial</a></li>
<li><a href="https://openapi.com/solutions/credit-recovery" class="">Credit Recovery</a></li>
<li><a href="https://openapi.com/solutions/ecommerce" class="">Ecommerce</a></li>
<li><a href="https://openapi.com/solutions/insurance" class="">Insurance</a></li>
<li><a href="https://openapi.com/solutions/real-estate" class="">Real Estate</a></li>
<li><a href="https://openapi.com/solutions/retail" class="">Retail</a></li>
<li><a href="https://openapi.com/solutions/sales" class="">Sales</a></li>
<li><a href="https://openapi.com/solutions/software" class="">Software & IT</a></li>
<li><a href="https://openapi.com/solutions/startup" class="">Startup</a></li>
<li><a href="https://openapi.com/solutions/telco" class="">Telco</a></li>
</ul>
</li>
<li><a href="https://openapi.com/pricing" class="list-item text-white">Pricing</a></li>
<li><a class="list-item text-white" href="#" aria-label=""><span class="title">Resources</span></a>
<ul class="d-none">
<li><a href="https://openapi.com/blog" class="">Blog</a></li>
<li><a href="https://openapi.com/customer-stories" class="">Customer stories</a></li>
<li><a href="https://openapi.com/faq" class="">FAQ</a></li>
<li><a href="https://openapi.com/webinar" class="">Webinar</a></li>
<li><a href="https://openapi.com/mcp" class="">MCP</a></li>
<li><a href="https://openapi.com/contact-us">Contact Us</a></li>
</ul>
</li>
<li><a class="list-item text-white" href="#" aria-label=""><span class="title text-white">Developer</span></a>
<ul class="d-none">
<li><a href="https://console.openapi.com/" rel="noopener noreferrer" target="_blank">Documentation</a></li>
<li><a href="https://github.com/openapi-it/" rel="noopener noreferrer" target="_blank">Github</a></li>
<li><a href="https://www.postman.com/openapi-com/workspace/openapi-com-public-workspace/overview" rel="noopener noreferrer" target="_blank">Postman</a></li>
</ul>
</li>
<li><a class="list-item text-white" href="#" aria-label=""><span class="title">Partner</span></a>
<ul class="d-none">
<li><a href="https://openapi.com/become-partner" class="">Become Partner</a></li>
<li><a href="https://openapi.com/search-partner" class="">Search Partner</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="col-auto">
<div class="d-flex align-items-center">
<a class="login-info mr15-lg mr15" data-bs-toggle="modal" href="#topSearchModal" role="button"><span class="flaticon-loupe"></span></a>
<a href="https://console.openapi.com/register" rel="noopener noreferrer" class="ud-btn btn-home3 add-joining">Sign Up</a>
</div>
</div>
</div>
</div>
</nav>
</header>
<!-- Search Modal (same as layout.html) -->
<div class="search-modal contain-content">
<div class="modal fade" id="topSearchModal" aria-hidden="true" aria-labelledby="topSearchModalLabel" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="topSearchModalLabel"></h5>
</div>
<div class="modal-body">
<div class="popup-search-field search_area">
<input type="text" id="top-search-input" class="form-control border-0" placeholder="SEARCH APIs">
<label><span class="far fa-magnifying-glass"></span></label>
<button id="top-search-btn" class="ud-btn btn-home3" type="button" style="position:absolute;right:20px;">Search</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Mobile Menu (same as layout.html) -->
<div class="hiddenbar-body-ovelay"></div>
<div id="page" class="mobilie_header_nav stylehome1">
<div class="mobile-menu">
<div class="header bgc-thm5 bdrb1">
<div class="menu_and_widgets">
<div class="mobile_menu_bar d-flex justify-content-between align-items-center">
<a class="mobile_logo" href="https://openapi.com/" aria-label="HOME">
<img src="https://openapi.com/assets/images/header-logo3.svg" alt="OpenApi" width="166" height="50">
</a>
<div class="right-side text-end">
<a href="https://console.openapi.com/login" rel="noopener noreferrer" aria-label="LOGIN">LOGIN</a>
<a class="menubar ml30" href="#menu" aria-label="MENU">
<img src="https://openapi.com/assets/images/mobile-dark-nav-icon.svg" alt="" width="25" height="9">
</a>
</div>
</div>
</div>
<div class="posr">
<div class="mobile_menu_close_btn"><span class="far fa-times"></span></div>
</div>
</div>
</div>
<nav id="menu" class="">
<ul>
<li><span>About us</span>
<ul>
<li><a href="https://openapi.com/about-us" class="">Who we are</a></li>
<li><a href="https://openapi.com/why-us" class="">Why us</a></li>
<li><a href="https://openapi.com/certifications" class="">Certifications</a></li>
<li><a href="https://openapi.com/investor-relations" class="">Investor Relations</a></li>
<li><a href="https://openapi.com/press" class="">Press & Media</a></li>
</ul>
</li>
<li><span>Products</span>
<ul>
<li aria-label="Products"><a href="https://openapi.com/products" class="">All</a></li>
<li aria-label="Products"><a href="https://openapi.com/ai" class="">AI</a></li>
<li aria-label="Products"><a href="https://openapi.com/automotive" class="">Automotive</a></li>
<li aria-label="Products"><a href="https://openapi.com/business-information" class="">Business Information</a></li>
<li aria-label="Products"><a href="https://openapi.com/digital-transformation" class="">Digital Transformation</a></li>
<li aria-label="Products"><a href="https://openapi.com/communication" class="">Communication</a></li>
<li aria-label="Products"><a href="https://openapi.com/trust-services" class="">ID & Trust</a></li>
<li aria-label="Products"><a href="https://openapi.com/official-documents" class="">Official Documents</a></li>
<li aria-label="Products"><a href="https://openapi.com/person" class="">Person</a></li>
<li aria-label="Products"><a href="https://openapi.com/real-estate" class="">Real Estate</a></li>
<li aria-label="Products"><a href="https://openapi.com/other-apis" class="">Other APIs</a></li>
</ul>
</li>
<li><span>Solutions</span>
<ul>
<li><a href="https://openapi.com/solutions/banking" class="">Banking & Financial</a></li>
<li><a href="https://openapi.com/solutions/credit-recovery" class="">Credit Recovery</a></li>
<li><a href="https://openapi.com/solutions/ecommerce" class="">Ecommerce</a></li>
<li><a href="https://openapi.com/solutions/insurance" class="">Insurance</a></li>
<li><a href="https://openapi.com/solutions/real-estate" class="">Real Estate</a></li>
<li><a href="https://openapi.com/solutions/retail" class="">Retail</a></li>
<li><a href="https://openapi.com/solutions/sales" class="">Sales</a></li>
<li><a href="https://openapi.com/solutions/software" class="">Software & IT</a></li>
<li><a href="https://openapi.com/solutions/startup" class="">Startup</a></li>
<li><a href="https://openapi.com/solutions/telco" class="">Telco</a></li>
</ul>
</li>
<li><a href="https://openapi.com/pricing" class="">Pricing</a></li>
<li><span>Resources</span>
<ul>
<li><a href="https://openapi.com/blog" class="">Blog</a></li>
<li><a href="https://openapi.com/customer-stories" class="">Customer stories</a></li>
<li><a href="https://openapi.com/faq" class="">FAQ</a></li>
<li><a href="https://openapi.com/webinar" class="">Webinar</a></li>
<li><a href="https://openapi.com/mcp" class="">MCP</a></li>
<li><a href="https://openapi.com/contact-us">Contact Us</a></li>
</ul>
</li>
<li><span>Developer</span>
<ul>
<li><a href="https://console.openapi.com/" rel="noopener noreferrer" target="_blank">Documentation</a></li>
<li><a href="https://github.com/openapi-it/" rel="noopener noreferrer" target="_blank">Github</a></li>
<li><a href="https://www.postman.com/openapi-com/workspace/openapi-com-public-workspace/overview" rel="noopener noreferrer" target="_blank">Postman</a></li>
</ul>
</li>
<li><span>Partner</span>
<ul>
<li><a href="https://openapi.com/become-partner" class="" aria-label="Become Partner">Become Partner</a></li>
<li><a href="https://openapi.com/search-partner" class="" aria-label="Search Partner">Search Partner</a></li>
</ul>
</li>
<li><span>En</span>
<ul>
<li></li>
<li><a href="https://openapi.fr/xmas-party" aria-label="menu">Fr</a></li>
<li><a href="https://openapi.it/xmas-party" aria-label="menu">It</a></li>
<li><a href="https://openapi.de/xmas-party" aria-label="menu">De</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- Prototype Warning Banner -->
<div style="background: linear-gradient(135deg, #ff6b6b, #ffa500); color: white; padding: 15px 0; text-align: center; position: relative; z-index: 9999; box-shadow: 0 2px 10px rgba(0,0,0,0.1);">
<div class="container">
<div style="display: flex; align-items: center; justify-content: center; gap: 15px; flex-wrap: wrap;">
<div style="font-size: 1.5rem;">β οΈ</div>
<div style="font-weight: bold; font-size: 1.1rem;">
PAGINA PROTOTIPO - SOLO A SCOPO CONCETTUALE
</div>
<div style="font-size: 0.95rem; max-width: 700px; line-height: 1.4;">
Questa pagina Γ¨ stata creata esclusivamente per validare i contenuti e il prototipo di layout.
ServirΓ come riferimento per i content manager per creare la vera pagina sul nostro CMS.
<br><strong>NOTA:</strong> I contenuti presenti NON sono fake o segnaposto ma sono quelli definitivi da utilizzare per il rilascio finale della pagina.
</div>
</div>
</div>
</div>
<!-- Main Content - Christmas Party -->
<div class="body_content bg-white">
<!-- Breadcrumb -->
<div class="bgc-violet px-3 px-lg-0">
<section class="breadcumb-section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="breadcumb-style1 mb-0-xs">
<div class="breadcumb-list">
<a href="https://openapi.com/" class="">Home</a>
<span class="text-uppercase text-dark fw700 christmas-glow">π CHRISTMAS PARTY π
</span>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Hero Section -->
<section class="hero-home16 px-3 px-lg-0">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-xl-8">
<div class="home14-hero-content">
<h1 class="title mb0 christmas-glow">
<span class="christmas-emoji">π</span> GITHUB CHRISTMAS PARTY <span class="christmas-emoji">π
</span>
</h1>
<h2 class="h3 mb25">The Most Festive Repository on Earth!</h2>
<p class="text fz20 mb-5 text-dark">
Welcome to the ultimate digital Christmas celebration! This isn't just a repositoryβit's a virtual holiday party where developers from around the world come together to share festive creativity, ASCII art, and geeky holiday spirit.
</p>
<p class="text fz20 mb-5 text-dark">
<strong>Ready to join the party?</strong> Leave your creative mark in our digital guestbook and become part of the GitHub Christmas Party legend!
</p>
<a href="https://github.com/openapi/xmas-party/issues/1" target="_blank" class="ud-btn btn-home3 me-3 mb-3">
πͺ Sign the Guestbook (Issue #1) πͺ
</a>
<a href="https://github.com/openapi/xmas-party" target="_blank" class="ud-btn btn-thm2 mb-3">
π Visit Repository π
</a>
</div>
</div>
<div class="col-xl-4">
<div class="text-center">
<img loading="lazy" decoding="async" class="w100 img-fluid" src="assets/images/readme-header.png" alt="GitHub Christmas Party Header" style="border-radius: 15px; box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);">
</div>
</div>
</div>
</div>
</section>
<!-- ASCII Christmas Tree -->
<section class="px-3 px-lg-0 py-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="our-about pb0 px-3 px-lg-0">
<div class="container">
<div class="row">
<div class="col-lg-8 m-auto">
<div class="main-title text-center">
<h2 class="title">π What You Can Do Here π</h2>
<p class="paragraph">This repo is a playground of festive nonsense and developer creativity!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card festive-card h-100 p-4">
<div class="text-center mb-3">
<span style="font-size: 3rem;">π¨</span>
</div>
<h4 class="card-title text-center mb-3">ASCII Art Gallery</h4>
<p class="card-text">Create amazing ASCII Christmas trees, snowmen, Santa, or anything festive! Show off your terminal art skills and creativity.</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card festive-card h-100 p-4">
<div class="text-center mb-3">
<span style="font-size: 3rem;">π»</span>
</div>
<h4 class="card-title text-center mb-3">Festive Code Snippets</h4>
<p class="card-text">Share holiday-themed code, Christmas algorithms, or funny developer jokes in your favorite programming language.</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card festive-card h-100 p-4">
<div class="text-center mb-3">
<span style="font-size: 3rem;">π</span>
</div>
<h4 class="card-title text-center mb-3">Emoji Banner Contest</h4>
<p class="card-text">Design the most creative Christmas banner using only emojis. Think retro ASCII but with modern flair!</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card festive-card h-100 p-4">
<div class="text-center mb-3">
<span style="font-size: 3rem;">π€</span>
</div>
<h4 class="card-title text-center mb-3">AI-Generated Chaos</h4>
<p class="card-text">Santa debugging Python? The Grinch breaking CI pipelines? Share your AI-generated holiday tech humor!</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card festive-card h-100 p-4">
<div class="text-center mb-3">
<span style="font-size: 3rem;">π΅</span>
</div>
<h4 class="card-title text-center mb-3">Virtual DJ Set</h4>
<p class="card-text">Drop your favorite coding tracks, chiptunes, or cyberpunk Christmas beats for our virtual party playlist.</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card festive-card h-100 p-4">
<div class="text-center mb-3">
<span style="font-size: 3rem;">π</span>
</div>
<h4 class="card-title text-center mb-3">Be Legendary</h4>
<p class="card-text">The most creative contributions will be featured on social media and in our Hall of Fame!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contest Section -->
<section class="our-about px-3 px-lg-0" style="background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(78, 205, 196, 0.1)); border-radius: 20px; margin: 60px 0; border: 2px solid rgba(255, 107, 107, 0.3);">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main-title text-center">
<h2 class="title" style="color: #ff6b6b;">π Contest Alert! π</h2>
<p class="paragraph" style="font-size: 1.3rem;">The <strong>3 most legendary comments</strong> in Issue #1 will win amazing recognition:</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<ul style="list-style: none; padding: 0;">
<li style="padding: 15px 0; font-size: 1.2rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);">β Featured on Openapi's social media channels</li>
<li style="padding: 15px 0; font-size: 1.2rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);">β Eternal fame in the repository's Hall of Fame</li>
<li style="padding: 15px 0; font-size: 1.2rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);">β A spot on Santa's nice list for 2025</li>
<li style="padding: 15px 0; font-size: 1.2rem;">β Bragging rights as a GitHub Christmas Party Legend</li>
</ul>
<p style="text-align: center; font-size: 1.2rem; margin-top: 30px; color: #4ecdc4;">
<strong>Be creative. Be chaotic. Be festive. π</strong>
</p>
</div>
</div>
</div>
</section>
<!-- How to Join -->
<section class="our-about px-3 px-lg-0">
<div class="container">
<div class="row">
<div class="col-lg-8 m-auto">
<div class="main-title text-center">
<h2 class="title">πͺ How to Join πͺ</h2>
</div>
<div style="font-size: 1.2rem; line-height: 2;">
<p>1. Click the big festive button above βοΈ</p>
<p>2. Navigate to <a href="https://github.com/openapi/xmas-party/issues/1" style="color: #4ecdc4; text-decoration: none; font-weight: bold;">Issue #1</a></p>
<p>3. Leave your most creative, festive comment</p>
<p>4. Watch the magic happen! β¨</p>
</div>
</div>
</div>
</div>
</section>
<!-- What Makes Great Entry -->
<section class="px-3 px-lg-0" style="background: rgba(255, 255, 255, 0.05); padding: 30px; border-radius: 15px; margin: 40px 0;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h3 style="text-align: center; color: #ff6b6b; margin-bottom: 20px;">π― What Makes a Great Entry?</h3>
<div class="row">
<div class="col-md-4 col-sm-6 mb-3">β’ Creative ASCII art</div>
<div class="col-md-4 col-sm-6 mb-3">β’ Funny developer memes</div>
<div class="col-md-4 col-sm-6 mb-3">β’ Holiday-themed code</div>
<div class="col-md-4 col-sm-6 mb-3">β’ Festive GIFs</div>
<div class="col-md-4 col-sm-6 mb-3">β’ Emoji masterpieces</div>
<div class="col-md-4 col-sm-6 mb-3">β’ Your unique geek humor!</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section (replaces original CTA in layout) -->
<section class="our-cta bgc-violet pt90 pb90 pt60-md pb60-md mt100 mt0-lg px-3 px-lg-0">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-8">
<div class="cta-style3">
<h2 class="cta-title">Ready to join the party?</h2>
<p class="lead text-dark mb45">The GitHub Christmas Party is waiting for you! <br class="d-none d-lg-block"> Sign the guestbook and become part of the legend!</p>
<a href="https://github.com/openapi/xmas-party/issues/1" target="_blank" class="ud-btn btn-thm2 text-uppercase me-3">Sign Guestbook <i class="fal fa-arrow-right-long"></i></a>
<a href="https://github.com/openapi/xmas-party" target="_blank" class="ud-btn btn-home3 text-uppercase">Visit Repo <i class="fab fa-github"></i></a>
</div>
</div>
<div class="col-md-4 position-relative">
<div class="text-center">
<div style="font-size: 8rem; animation: bounce 2s ease-in-out infinite;">π
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer (same as layout.html) -->
<section class="footer-style1 pt25 pb-0 contain-content">
<div class="container">
<div class="d-none d-sm-block">
<div class="row align-items-center bb-white-light pb20 mb60">
<div class="col-xl-10 col-md-12">
<div class="mb-3 mb-md-0">
<a href="https://openapi.com/data-source" class="fz16 fw500 text-white mr15-md mr20 text-uppercase">Data Source</a>
<a href="https://openapi.com/contact-us" class="fz16 fw500 text-white mr15-md mr20 text-uppercase">Contact Us</a>
<a href="https://openapi.com/products" class="fz16 fw500 text-white mr15-md mr20 text-uppercase">Products</a>
<a href="https://openapi.com/search-partner" class="fz16 fw500 text-white mr15-md mr20 text-uppercase" aria-label="Search Partner">Partners</a>
<a href="https://openapi.com/editorial-team" class="fz16 fw500 text-white mr0-md mr20 text-uppercase">Editorial Team</a>
<a href="https://openapi.com/sitemap" class="fz16 fw500 text-white mr0-md mr20 text-uppercase">Sitemap</a>
</div>
</div>
<div class="col-md-12 col-xl-2 d-none d-lg-block">
<div class="footer_bottom_right_btns text-center text-lg-end">
<div class="btn-group dropup">
<button type="button" class="btn btn-secondary dropdown-toggle text-white" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-duotone fa-language"></i> English
</button>
<ul class="dropdown-menu">
<li></li>
<li><a class="dropdown-item" href="https://openapi.fr/xmas-party">FranΓ§ais</a></li>
<li><a class="dropdown-item" href="https://openapi.it/xmas-party">Italiano</a></li>
<li><a class="dropdown-item" href="https://openapi.de/xmas-party">Deutsch</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Mobile footer links -->
<div class="row bb-white-light pb20 mb60 d-block d-sm-none">
<div class="col-md-9">
<ul class="ps-0 text-center">
<li class="mb-3 list-inline"><a href="https://openapi.com/data-source" class="fz17 fw500 text-white mb15 text-uppercase">Data Source</a></li>
<li class="mb-3 list-inline"><a href="https://openapi.com/contact-us" class="fz17 fw500 text-white mb15 text-uppercase">Contact Us</a></li>
<li class="mb-3 list-inline"><a href="https://openapi.com/products" class="fz17 fw500 text-white mb15 text-uppercase">Products</a></li>
<li class="mb-3 list-inline"><a href="https://openapi.com/search-partner" class="fz17 fw500 text-white mb15 text-uppercase" aria-label="Search Partner">Partners</a></li>
<li class="mb-3 list-inline"><a href="https://openapi.com/editorial-team" class="fz17 fw500 text-white mb15 text-uppercase">Editorial Team</a></li>
<li class="mb-3 list-inline"><a href="https://openapi.com/sitemap" class="fz17 fw500 text-white mb15 text-uppercase">Sitemap</a></li>
</ul>
</div>
<div class="col-md-3">
<div class="footer_bottom_right_btns text-center text-lg-end">
<div class="btn-group dropup">
<button type="button" class="btn btn-secondary dropdown-toggle text-white" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-duotone fa-language"></i> English
</button>
<ul class="dropdown-menu">
<li></li>
<li><a class="dropdown-item" href="https://openapi.fr/xmas-party">FranΓ§ais</a></li>
<li><a class="dropdown-item" href="https://openapi.it/xmas-party">Italiano</a></li>
<li><a class="dropdown-item" href="https://openapi.de/xmas-party">Deutsch</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer content -->
<div class="row">
<div class="col-lg-6 g-mb-0--lg">
<div class="mb-4">
<img loading="lazy" src="https://openapi.com/assets/images/logo-openapi-w.svg" alt="OpenApi" width="180" height="50">
<p class="fz11 mb-4 text-white">
Carbon free energy for Our Cloud
<img loading="lazy" data-src="https://openapi.com/assets/images/gleaf.svg" src="https://openapi.com/assets/images/gleaf.svg" width="24" height="24" alt="Google gleaf" class="">
<a href="https://cloud.google.com/sustainability/region-carbon" target="_blank" class="text-white" aria-label="Low CO2">Low CO<sub>2</sub></a>
</p>
<!-- Certifications -->
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://openapi.com/certifications" class="">
<picture>
<source srcset="https://openapi.com/assets/images/iso25012-footer.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/iso25012-footer.png" type="image/png" class="mb-2 bdrs6" width="101" height="30" alt="Certificazione ISO 25012">
<img loading="lazy" data-src="https://openapi.com/assets/images/iso25012-footer.png" alt="Certificazione ISO 25012" class="bdrs6 mb-2" width="101" height="30">
</picture>
</a>
</li>
<li class="list-inline-item">
<a href="https://openapi.com/certifications" class="">
<picture>
<source srcset="https://openapi.com/assets/images/iso-9001.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/iso-9001.png" type="image/png" class="mb-2 bdrs6" width="101" height="30" alt="Certificazione ISO 9001">
<img loading="lazy" data-src="https://openapi.com/assets/images/iso-9001.png" alt="Certificazione ISO 9001" class="mb-2 bdrs6" width="101" height="30">
</picture>
</a>
</li>
<li class="list-inline-item">
<a href="https://openapi.com/certifications" class="">
<picture>
<source srcset="https://openapi.com/assets/images/iso-27001-sicurezza.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/iso-27001-sicurezza.png" type="image/png" class="mb-2 bdrs6" width="101" height="30" alt="Certificazione ISO 27001">
<img loading="lazy" data-src="https://openapi.com/assets/images/iso-27001-sicurezza.png" alt="Certificazione ISO 27001" class="mb-2 bdrs6" width="101" height="30">
</picture>
</a>
</li>
<li class="list-inline-item">
<a href="https://openapi.com/certifications" class="">
<picture>
<source srcset="https://openapi.com/assets/images/uni-125-2022.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/uni-125-2022.png" type="image/png" class="mb-2 bdrs6" width="101" height="30" alt="Certificazione UNI 125-2022">
<img loading="lazy" data-src="https://openapi.com/assets/images/uni-125-2022.png" alt="Certificazione UNI 125-2022" class="mb-2 bdrs6" width="101" height="30">
</picture>
</a>
</li>
<li class="list-inline-item">
<picture>
<source srcset="https://openapi.com/assets/images/rating-new.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/rating-new.png" type="image/png" class="bdrs6 mb-2" width="145" height="30" alt="Rating LegalitΓ ">
<img loading="lazy" data-src="https://openapi.com/assets/images/rating-new.png" alt="Rating LegalitΓ " class="bdrs6 mb-2" width="145" height="30">
</picture>
</li>
</ul>
</div>
</div>
<div class="mb-4 fz11 text-white">
<p class="text-white">
Β© 2024 Openapi SpA, a single-member company, under the direction and control of Open Holding Srl.<br>
Viale Filippo Tommaso Marinetti 221 - 00143 Rome - Business Register: 1378273, Share Capital: β¬50,000.00, VAT Number: IT12485671007, Recipient Code: 'USAL8PV' - Certified Email: <img src="https://openapi.com/assets/images/pec.webp" alt="pec"><br>
Openapi is certified in: Quality System **UNI EN ISO 9001:2015** - Data Quality **ISO 25012:2014** - Security Management **ISO/IEC 27001:2022** - Geneder Equality According UNI PdR 125:2022<br>
All prices are net of any VAT, stamp duty, registration fees, or other taxes that may be due. All logos listed on the portal are copyrighted and owned by their respective owners.
</p>
</div>
</div>
</div>
<div class="col-lg-6 g-mb-30 g-mb-0--lg">
<div class="row">
<div class="col-sm-6 col-lg-6">
<div class="link-style1 mb-4 mb-sm-5">
<ul class="ps-0">
<li class="list-inline"><a href="https://openapi.com/quality-policies" class="text-uppercase">Quality Policies</a></li>
<li class="list-inline"><a href="https://openapi.com/terms-conditions-openapi" class="text-uppercase">Terms and conditions</a></li>
<li class="list-inline"><a target="_blank" href="https://openapi.it/documenti/GDPR_OPENAPI_V1-4.pdf" aria-label="menu" class="text-uppercase">GDPR OPENAPI</a></li>
<li class="list-inline"><a href="https://openapi.com/investor-relations" class="text-uppercase">Investor Relations</a></li>
<li class="list-inline"><a href="https://openapi.com/customer-protection" class="text-uppercase">Customer Protection</a></li>
<li class="list-inline"><a href="https://privacy.openapi.com/en-privacy-policy.html?domain=openapi.com" target="_blank" aria-label="menu" class="text-uppercase">Privacy Policy</a></li>
<li class="list-inline"><a href="https://openapi.com/calls-and-funding" class="text-uppercase">Calls and funding</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-lg-6">
<div class="link-style1 mb-4 mb-sm-5">
<ul class="ps-0">
<li class="list-inline"><a target="_blank" href="https://openapi.it/documenti/privacy-ancic-en.pdf" aria-label="menu" class="text-uppercase">Privacy A.N.C.I.C.</a></li>
<li class="list-inline"><a target="_blank" href="https://openapi.it/documenti/PRIVACY-INFO-COMMERCIALI-en.pdf" aria-label="menu" class="text-uppercase">Commercial information privacy</a></li>
<li class="list-inline"><a href="https://openapi.com/certifications" class="text-uppercase">Certifications</a></li>
<li class="list-inline"><a href="javascript:void(0)" data-cc="show-preferencesModal" aria-label="menu" class="text-uppercase">Cookie Consent preferences</a></li>
<li class="list-inline"><a target="_blank" href="https://www.agcom.it/provvedimenti/delibera-12-23-cir" class="text-uppercase">Resolution 12/23/CIR</a></li>
<li class="list-inline"><a href="https://openapi.com/gender-equality-policy" class="text-uppercase">Gender equality policy</a></li>
<li class="list-inline"><a target="_blank" href="https://legal.openapi.com/accessibility/accessibility-eng.pdf" class="text-uppercase">Accessibility</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer bottom -->
<div class="container white-bdrt1 py-4">
<div class="row align-items-center">
<div class="col-xl-4 col-lg-12">
<div class="social-widget text-center text-lg-start mb-4">
<div class="social-style1">
<span class="text-white me-2 fw500 fz17 text-uppercase">Follow us</span>
<a href="https://www.facebook.com/openapicom" aria-label="Facebook"><i class="fab fa-facebook-f list-inline-item"></i></a>
<a href="https://www.youtube.com/@openapi-com" aria-label="youtube"><i class="fab fa-youtube list-inline-item"></i></a>
<a href="https://www.linkedin.com/company/openapi-com" aria-label="linkedin"><i class="fab fa-linkedin-in list-inline-item"></i></a>
<a href="https://github.com/openapi-it" aria-label="github"><i class="fab fa-github list-inline-item"></i></a>
<a href="https://www.instagram.com/openapi_com" aria-label="instagram"><i class="fab fa-instagram list-inline-item"></i></a>
<a href="https://www.postman.com/openapi-com" aria-label="postman"><i class="fab fa-postman list-inline-item"></i></a>
</div>
</div>
</div>
<div class="col-xl-8 col-lg-12">
<div class="footer_bottom_right_btns text-center text-lg-start text-xl-end">
<ul class="p-0 m-0">
<li class="list-inline-item">
<picture>
<source srcset="https://openapi.com/assets/images/paypal.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/paypal.png" type="image/png" class="bdrs6 mb-2" width="48" height="30" alt="paypal">
<img loading="lazy" data-src="https://openapi.com/assets/images/paypal.png" alt="" class="bdrs6 mb-2" width="48" height="30">
</picture>
</li>
<li class="list-inline-item">
<picture>
<source srcset="https://openapi.com/assets/images/amex.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/amex.png" type="image/png" class="bdrs6 mb-2" width="48" height="30" alt="amex" title="amex">
<img loading="lazy" data-src="https://openapi.com/assets/images/amex.png" alt="" class="bdrs6 mb-2" width="48" height="30" title="amex">
</picture>
</li>
<li class="list-inline-item">
<picture>
<source srcset="https://openapi.com/assets/images/discover.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/discover.png" type="image/png" class="bdrs6 mb-2" width="48" height="30" alt="discover">
<img loading="lazy" data-src="https://openapi.com/assets/images/discover.png" alt="discover" class="bdrs6 mb-2" width="48" height="30">
</picture>
</li>
<li class="list-inline-item">
<picture>
<source srcset="https://openapi.com/assets/images/mastercard.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/mastercard.png" type="image/png" class="bdrs6 mb-2" width="48" height="30" alt="mastercard">
<img loading="lazy" data-src="https://openapi.com/assets/images/mastercard.png" alt="mastercard" class="bdrs6 mb-2" width="48" height="30">
</picture>
</li>
<li class="list-inline-item">
<picture>
<source srcset="https://openapi.com/assets/images/visa.webp" type="image/webp">
<source srcset="https://openapi.com/assets/images/visa.png" type="image/png" class="bdrs6 mb-2" width="48" height="30" alt="visa">
<img loading="lazy" data-src="https://openapi.com/assets/images/visa.png" alt="visa" class="bdrs6 mb-2" width="48" height="30">
</picture>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<!-- Christmas Party JavaScript -->
<script>
// Create falling snow effect
function createSnowflake() {
const snowflake = document.createElement('div');
snowflake.classList.add('snowflake');
snowflake.textContent = ['β', 'β
', 'β'][Math.floor(Math.random() * 3)];
snowflake.style.left = Math.random() * 100 + '%';
snowflake.style.animationDuration = Math.random() * 3 + 2 + 's';
snowflake.style.opacity = Math.random();
snowflake.style.fontSize = Math.random() * 10 + 10 + 'px';
document.querySelector('.christmas-snow').appendChild(snowflake);
// Remove snowflake after animation
setTimeout(() => {
if (snowflake.parentNode) {
snowflake.parentNode.removeChild(snowflake);
}
}, 5000);
}
// Create snowflakes periodically
setInterval(createSnowflake, 300);
// Easter egg: Konami code for extra holiday magic
let konamiCode = [];
const konami = [38, 38, 40, 40, 37, 39, 37, 39, 66, 65];
document.addEventListener('keydown', (e) => {
konamiCode.push(e.keyCode);
if (konamiCode.length > konami.length) {
konamiCode.shift();
}
if (JSON.stringify(konamiCode) === JSON.stringify(konami)) {
// Trigger holiday magic!
document.body.style.animation = 'rainbow 2s ease-in-out infinite';
// Create extra snowflakes
for (let i = 0; i < 50; i++) {
setTimeout(createSnowflake, i * 50);
}
setTimeout(() => {
document.body.style.animation = 'none';
}, 4000);
}
});
// Add rainbow animation for easter egg
const style = document.createElement('style');
style.textContent = `
@keyframes rainbow {
0% { filter: hue-rotate(0deg); }
100% { filter: hue-rotate(360deg); }
}
`;
document.head.appendChild(style);
</script>
</body>
</html>