-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
811 lines (781 loc) · 57.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adobe: Creative, marketing and document management solutions</title>
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<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=Manrope:wght@200..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<script src="./script.js"></script>
<link rel="prefetch" as="logo" href="./assets//logo.png">
<link rel="prefetch" as="section-1" href="./assets/section-1.webp">
<link rel="prefetch" as="medium-section-1" href="./assets/medium-section-1.webp">
<link rel="prefetch" as="small-section-1" href="./assets/small-section-1.webp">
</head>
<body>
<div class="navbar navbar-expand-lg py-1 px-lg-4 flex-column fixed-top bg-light">
<div class="nav d-flex flex-row justify-content-between">
<div class="nav-logo">
<span class="logo">
<span class="nav-item" id="side-menu-button" onclick="loadMobileSidemenu()">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>
</span>
<a href="/" class="nav-link p-0">
<img srcset="./assets/logo.png" alt="Adobe">
</a>
<a href="/" class="nav-link p-0">Adobe</a>
</span>
<ul class="nav-list m-0 justify-content-evenly">
<li class="nav-item"><span class="nav-link" onclick="loadSideMenu('creative')">
<span class="d-block">Creativity & Design</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</span></li>
<li class="nav-item"><span class="nav-link" onclick="loadSideMenu('pdfs')">
<span class="d-block">PDF & E-signatures</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</span></li>
<li class="nav-item"><span class="nav-link" onclick="loadSideMenu('marketing')">
<span class="d-block">Marketing & Commerce</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</span></li>
<li class="nav-item"><span class="nav-link" onclick="loadSideMenu('help')">
<span class="d-block">Help & Support</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</span></li>
</ul>
</div>
<ul class="nav-menu m-0 justify-content-evenly">
<li class="nav-item"><span class="nav-link" onclick="loadApps()">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40L0 72zM0 232c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48zM128 392l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40zM160 72c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48zM288 232l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40zM160 392c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48zM448 72l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40zM320 232c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48zM448 392l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40z" /></svg>
</span></li>
<li class="nav-item"><a href="" class="nav-link">
<button type="button" class="btn btn-light p-0"><span>Sign in</span></button>
</a></li>
</ul>
</div>
</div>
<div class="apps" id="apps" style="display: none;">
<p class="title">Web Apps</p>
<div class="app-grid">
<a href="" class="grid-item">
<img alt="adobe express" srcset="./assets/adobeexpress.png">
<span>Adobe Express</span>
</a>
<a href="" class="grid-item">
<img alt="acobat reader" srcset="./assets/acrobat_reader.png">
<span>Acrobat</span>
</a>
<a href="" class="grid-item">
<img alt="ps" srcset="./assets/ps.png">
<span>Photoshop</span>
</a>
<a href="" class="grid-item">
<img alt="lr" srcset="./assets/lr.png">
<span>Lightroom</span>
</a>
<a href="" class="grid-item">
<img alt="Acrobat sign" srcset="./assets/adobe_sign.png">
<span>Acrobat Sign</span>
</a>
<a href="" class="grid-item">
<img alt="fonts" srcset="./assets/adobe_fonts.png">
<span>Fonts</span>
</a>
<a href="" class="grid-item">
<img alt="st" srcset="./assets/st.png">
<span>Stock</span>
</a>
<a href="" class="grid-item">
<img alt="Experience cloud" srcset="./assets/ec.png">
<span>Experience Cloud</span>
</a>
</div>
<div class="sub-grid"></div>
</div>
<div class="nav mobile-nav flex-column start-0 d-lg-none" id="side-menu-mobile" style="display: none;">
<li class="nav-item"><a href="" class="nav-link">
<span class="d-block">Creativity & Design</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item"><a href="" class="nav-link">
<span class="d-block">PDF & E-signatures</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</a></li>
<li class="nav-item"><a href="" class="nav-link">
<span class="d-block">Marketing & Commerce</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</a></li>
<li class="nav-item"><a href="" class="nav-link">
<span class="d-block">Help & Support</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</a></li>
</div>
<div class="nav-content" id="list-menu" style="display: none;">
<div id="creative" class="content-section" style="display: none;">
<div class="cont-item">
<div class="head-item">
<img style="width: 25px; height: 24px;" loading="lazy" src="https://www.adobe.com/federal/assets/svgs/creative-cloud-40.svg" alt="Adobe Creative Cloud">
<div class="column">
<span class="bold">What is Creative</span>
<span class="med">Creative apps and services for everyone</span>
</div>
</div>
<div class="item">
<span class="bold">Photographers</span>
<span class="med">Lightroom, Photoshop and more</span>
</div>
<div class="item">
<span class="bold">Students and Teachers</span>
<span class="med">Save over 60% of Creative Cloud</span>
</div>
<div class="item">
<span class="bold">Individuals</span>
<span class="med">20+ creation apps, and Acrobat</span>
</div>
<div class="item">
<span class="bold">Business</span>
<span class="med">20+ creation apps, and Acrobat</span>
</div>
<div class="item">
<span class="bold">Schools and Universities</span>
<span class="med">20+ creation apps, and Acrobat</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Featured products</span>
</div>
<div class="item">
<span class="bold">Photoshop</span>
<span class="med">Image editing and design</span>
</div>
<div class="item">
<span class="bold">Adobe Express</span>
<span class="med">All-in-one design, video, photo, and PDF app</span>
</div>
<div class="item">
<span class="bold">Lightroom</span>
<span class="med">Photo editing and organisation</span>
</div>
<div class="item">
<span class="bold">Illustrator</span>
<span class="med">Vector graphics and illustration</span>
</div>
<div class="item">
<span class="bold">Premiere Pro</span>
<span class="med">Video editing and production</span>
</div>
<div class="item">
<span class="bold">Adobe Stock</span>
<span class="med">High quality licensable assets</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Artificial Intelligence</span>
</div>
<div class="item">
<span class="bold">AI Overview</span>
<span class="med">About AI at Adobe</span>
</div>
<div class="item">
<span class="bold">Adobe Firefly</span>
<span class="med">AI powered content creation</span>
</div>
<div class="item mt-2">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Explore</span>
</div>
<div class="item">
<span class="bold">Photo</span>
</div>
<div class="item">
<span class="bold">Graphics Design</span>
</div>
<div class="item">
<span class="bold">Video</span>
</div>
<div class="item">
<span class="bold">illustration</span>
</div>
<div class="item">
<span class="bold">3D & AR</span>
</div>
<div class="item">
<span class="bold">PDF</span>
</div>
</div>
<div class="cont-item text-wrap bg-white p-1 shadow-sm" style="max-width: 260px;">
<div class="image-wrapper" style="max-width: 260px;">
<img loading="lazy" alt="Adobe MAX" src="https://www.adobe.com/federal/globalnav/acom/fragments/cc/cc-promo/media_168d05efea264f933c5935f66b1fec3763ec293ee.jpeg" width="250px" height="190px">
<div class="item mt-1 text-start px-1" style="max-width: 260px;">
<span class="heading fw-bold mt-1 text-uppercase" style="max-width: 260px;">The Creativity Conference</span>
<h3 class="mt-1" style="max-width: 260px;">Get ready for Adobe MAX</h3>
<span class="med mt-1" style="max-width: 260px;">Join us for the creative event of the year Oct 14-16</span>
</div>
</div>
</div>
</div>
<div id="pdfs" class="content-section" style="display: none;">
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Explore</span>
</div>
<div class="head-item">
<img loading="lazy" src="https://www.adobe.com/federal/assets/svgs/acrobat-pro-40.svg" alt="Adobe Acrobat">
<div class="column">
<span class="bold">Adobe Acrobat</span>
<span class="med">The essential pdf solution</span>
</div>
</div>
<div class="item">
<span class="bold">Adobe Acrobat sign</span>
<span class="med">The essential e-signature solution</span>
</div>
<div class="item">
<span class="med text-primary">E-signature plans & solutions</span>
</div>
<div class="item">
<span class="bold">Acrobat Reader</span>
<span class="med">View, scan and annotate pdfs</span>
</div>
<div class="item">
<span class="med text-primary">View all products</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Shop for</span>
</div>
<div class="item">
<span class="bold">Business</span>
</div>
<div class="item">
<span class="bold">Students and teachers</span>
</div>
<div class="item">
<span class="bold">Home & Personal</span>
</div>
<div class="item">
<span class="bold">Government</span>
</div>
<div class="item mt-2">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Artificial Intelligence</span>
</div>
<div class="item">
<span class="bold">AI Overview</span>
<span class="med">About AI at Adobe</span>
</div>
<div class="item">
<span class="bold">AI in Acrobat</span>
<span class="med">Generative AI documnet and pdf tools</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Online tools</span>
</div>
<div class="item">
<span class="bold">PDF to Word</span>
</div>
<div class="item">
<span class="bold">Compress PDF</span>
</div>
<div class="item">
<span class="bold">Merge PDF</span>
</div>
<div class="item">
<span class="bold">Word to PDF</span>
</div>
<div class="item">
<span class="bold">View all tools</span>
</div>
</div>
<div class="cont-item text-wrap bg-white p-1 shadow-sm" style="max-width: 260px;">
<div class="image-wrapper" style="max-width: 260px; min-width: 0;">
<div class="item mt-1 text-start px-1" style="max-width: 260px;">
<span class="heading fw-bold mt-1 text-uppercase" style="max-width: 260px;">The Creativity Conference</span>
<span class="med mt-1" style="max-width: 260px;">Join us for the creative event of the year Oct 14-16</span>
</div>
</div>
</div>
</div>
<div id="marketing" class="content-section" style="display: none;">
<div class="cont-item">
<div class="head-item">
<img loading="lazy" src="https://www.adobe.com/federal/assets/svgs/experience-cloud-40.svg" alt="Adobe Experience Cloud">
<div class="column">
<span class="bold">Adobe Experience Cloud</span>
</div>
</div>
<div class="item">
<span class="bold">Photographers</span>
<span class="med">Lightroom, Photoshop and more</span>
</div>
<div class="item">
<span class="bold">Students and Teachers</span>
<span class="med">Save over 60% of Creative Cloud</span>
</div>
<div class="item">
<span class="bold">Individuals</span>
<span class="med">20+ creation apps, and Acrobat</span>
</div>
<div class="item">
<span class="bold">Business</span>
<span class="med">20+ creation apps, and Acrobat</span>
</div>
<div class="item">
<span class="bold">Schools and Universities</span>
<span class="med">20+ creation apps, and Acrobat</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">New and coming soon</span>
</div>
<div class="item">
<span class="bold">PDF to Word</span>
</div>
<div class="item">
<span class="bold">Compress PDF</span>
</div>
<div class="item">
<span class="bold">Merge PDF</span>
</div>
<div class="item">
<span class="bold">Word to PDF</span>
</div>
<div class="item">
<span class="bold">View all tools</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">See what's comming new</span>
</div>
<div class="item">
<span class="bold">AI Overview</span>
<span class="med">About AI at Adobe</span>
</div>
<div class="item">
<span class="bold">Adobe Firefly</span>
<span class="med">AI powered content creation</span>
</div>
<div class="item mt-2">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Explore</span>
</div>
<div class="item">
<span class="bold">Photo</span>
</div>
<div class="item">
<span class="bold">Graphics Design</span>
</div>
<div class="item">
<span class="bold">Video</span>
</div>
<div class="item">
<span class="bold">illustration</span>
</div>
<div class="item">
<span class="bold">3D & AR</span>
</div>
<div class="item">
<span class="bold">PDF</span>
</div>
</div>
<div class="cont-item text-wrap bg-white p-1 shadow-sm" style="max-width: 260px;">
<div class="image-wrapper" style="max-width: 260px; min-width: 0;">
<div class="item mt-1 text-start px-1" style="max-width: 260px;">
<span class="heading fw-bold mt-2 text-uppercase" style="max-width: 260px;">Contact Us</span>
<span class="bold mt-3 text-primary" style="max-width: 260px;">Contact us</span>
<span class="bold mt-3 text-primary" style="max-width: 260px;">Request Live demo </span>
</div>
</div>
</div>
</div>
<div id="help" class="content-section" style="display: none;">
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Help and support</span>
</div>
<div class="item">
<span class="bold">Help center</span>
<span class="med">Troubleshooting and how-tos</span>
</div>
<div class="item">
<span class="bold">Enterprise support</span>
<span class="med">Dedicated help for large organisations</span>
</div>
<div class="item">
<span class="bold">Adobe support community</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Common tasks</span>
</div>
<div class="item">
<span class="bold">Manage my account</span>
</div>
<div class="item">
<span class="bold">Manage my plan</span>
</div>
<div class="item">
<span class="bold">Subscribe to Adobe status</span>
</div>
</div>
<div class="cont-item">
<div class="item">
<span style="font-size: 14px; font-weight: 700;" class="py-2 border-bottom ">Common tasks</span>
</div>
<div class="item">
<span class="bold">Help center</span>
<span class="med">Troubleshooting and how-tos</span>
</div>
<div class="item">
<span class="bold">Enterprise support</span>
<span class="med">Dedicated help for large organisations</span>
</div>
<div class="item">
<span class="bold">AI Overview</span>
<span class="med">About AI at Adobe</span>
</div>
<div class="item">
<span class="bold">AI in Acrobat</span>
<span class="med">Generative AI documnet and pdf tools</span>
</div>
</div>
<div class="cont-item">
<div class="cont-item text-wrap bg-dark p-1 shadow-sm" style="max-width: 260px;">
<div class="image-wrapper" style="max-width: 260px;">
<img loading="lazy" alt="" src="https://www.adobe.com/federal/globalnav/acom/fragments/help/help-promo/media_10cd78c92c1e7055f352846809d585603662ac6c3.png" width="250px" height="190px">
<div style="max-width: 260px;" class="text-wrap mt-1 text-start text-white px-1" style="max-width: 260px;">
<span class="heading">Make social content and more with Adobe Express video tutorials.</span>
<br>
<span class="bold" style="max-width: 260px;">Get started</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-1">
<div class="background">
</div>
<div class="section-content">
<pc class="heading">LIMITED-TIME OFFER</p>
<h1>Our best deal ever on Adobe Express for teams.</h1>
<p class="body-content">
Empower everyone on your team to create on-brand content for only US$49.99/person annually. Minimum two seats. Lock in for three years. Ends Sep 30. <a href="">See terms.</a>
</p>
<a href="#" class="button">Get the Offer</a>
</div>
</div>
<div class="section-2">
<div class="head">
<p class="title m-0">Get started fast with free tools.</p>
<div class="title-row">
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M448 80c8.8 0 16 7.2 16 16l0 319.8-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3L48 96c0-8.8 7.2-16 16-16l384 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"/></svg>
<span>Edit Photos</span>
</a>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/></svg>
<span>Edit Videos</span>
</a>
</div>
<div class="title-row">
<a href="">
<svg width="16" height="18.667" viewBox="0 0 16 18.667">
<g id="Group_596629" data-name="Group 596629" transform="translate(9504.006 9250.722)">
<path id="Path_625435" data-name="Path 625435" d="M17.222,5.711V17.889H4.778V2.778H14.2ZM14.289,1H4.778A1.783,1.783,0,0,0,3,2.778V17.889a1.783,1.783,0,0,0,1.778,1.778H17.222A1.783,1.783,0,0,0,19,17.889V5.444a1.64,1.64,0,0,0-.444-1.067l-3.2-2.933A1.472,1.472,0,0,0,14.289,1Z" transform="translate(-9507.006 -9251.722)" fill="#444"></path>
<path id="Path_625436" data-name="Path 625436" d="M17.5,5.943v12.22H5V3h9.462Z" transform="translate(-9507.254 -9251.97)" fill="#444" opacity="0.1"></path>
<path id="Path_625437" data-name="Path 625437" d="M8.719,12.745a7.7,7.7,0,0,1-.483.628c-.078.09-.154.172-.228.247a1.284,1.284,0,0,1-.748.462.244.244,0,0,1-.171-.06.339.339,0,0,1-.049-.054A.226.226,0,0,1,7,13.85a.259.259,0,0,1,0-.067.4.4,0,0,1,.022-.072.992.992,0,0,1,.239-.322q.044-.043.1-.087a6.669,6.669,0,0,1,1.611-.931Q8.843,12.568,8.719,12.745Zm5.613-1.653a3.91,3.91,0,0,1,.714.054.475.475,0,0,1,.39.268.324.324,0,0,1,.015.089.433.433,0,0,1-.009.105c-.037.187-.235.308-.506.308a1.043,1.043,0,0,1-.107-.013.932.932,0,0,1-.122-.015,3.75,3.75,0,0,1-1.448-.715c.111-.017.218-.03.32-.04a7.275,7.275,0,0,1,.751-.04Zm-2.156-.222c-.287.059-.583.127-.883.2-.216.056-.435.117-.653.182.116-.232.223-.462.316-.681.123-.289.238-.578.344-.861.093.143.189.281.288.414s.2.258.3.38.2.238.308.349l-.025.005ZM10.694,5.879a.311.311,0,0,1,.023-.031.266.266,0,0,1,.208-.115.245.245,0,0,1,.155.05.649.649,0,0,1,.153.5,3.456,3.456,0,0,1-.048.536,8.549,8.549,0,0,1-.208.932q-.035.127-.075.259a5.367,5.367,0,0,1-.233-.758,3.713,3.713,0,0,1-.088-.618,2.179,2.179,0,0,1,.021-.462.843.843,0,0,1,.094-.289Zm5.671,5.694a.817.817,0,0,0-.051-.212.751.751,0,0,0-.153-.247,1.165,1.165,0,0,0-.291-.218,3.231,3.231,0,0,0-1.507-.282c-.215,0-.445.01-.688.031s-.5.051-.764.092a7.081,7.081,0,0,1-.837-.953,8.663,8.663,0,0,1-.523-.794q.116-.356.2-.678c.034-.126.064-.247.092-.366q.058-.252.1-.479c.018-.1.033-.206.044-.3a3.994,3.994,0,0,0,.029-.465A1.544,1.544,0,0,0,11.5,5.418a.872.872,0,0,0-.168-.094,1.03,1.03,0,0,0-.4-.074.772.772,0,0,0-.381.106.8.8,0,0,0-.287.279,1.685,1.685,0,0,0-.186.866,3.6,3.6,0,0,0,.033.425,5.893,5.893,0,0,0,.492,1.65c-.048.137-.1.274-.146.411-.1.273-.206.547-.321.832-.058.142-.118.286-.181.435a14.864,14.864,0,0,1-.733,1.486,6.864,6.864,0,0,0-2.469,1.483,1.085,1.085,0,0,0-.242.472.763.763,0,0,0-.012.189.7.7,0,0,0,.12.346.812.812,0,0,0,.129.148.861.861,0,0,0,.2.13L7,14.532a1.051,1.051,0,0,0,.181.06,1.2,1.2,0,0,0,.272.031,1.4,1.4,0,0,0,.584-.138,2.3,2.3,0,0,0,.383-.226,4.364,4.364,0,0,0,.73-.688,8.684,8.684,0,0,0,.658-.878c.153-.231.3-.465.427-.692q.3-.1.6-.189c.2-.06.4-.116.606-.168l.128-.031c.4-.1.783-.185,1.147-.248q.1.088.206.167.2.158.4.282.1.062.194.117a3.6,3.6,0,0,0,1.778.517,1.334,1.334,0,0,0,.729-.173.785.785,0,0,0,.106-.081.7.7,0,0,0,.185-.272.739.739,0,0,0,.049-.235A.8.8,0,0,0,16.365,11.573Z" transform="translate(-9507.44 -9252.136)" fill="#444"></path>
</g>
</svg>
<span>View PDFs</span>
</a>
<a href="">
<svg width="19.373" height="17.688" viewBox="0 0 19.373 17.688">
<g id="Group_596630" data-name="Group 596630" transform="translate(9367.873 9248.978)">
<path id="Path_625438" data-name="Path 625438" d="M11.152,14.19h-.423L7.938,16.717V14.19H2.884V4.083H16.361v6.3a5.546,5.546,0,0,1,1.685.26v-6.3a2.032,2.032,0,0,0-.59-1.432A1.858,1.858,0,0,0,16.192,2.4H3.052A1.716,1.716,0,0,0,1.789,2.9,1.987,1.987,0,0,0,1.2,4.251v9.771a1.8,1.8,0,0,0,.59,1.348,1.859,1.859,0,0,0,1.263.505h3.2v3.959a.223.223,0,0,0,.253.253A.262.262,0,0,0,6.674,20l4.212-3.734c-.011-.141-.015-.286-.015-.43A5.324,5.324,0,0,1,11.152,14.19Z" transform="translate(-9369.072 -9251.376)" fill="#444" fill-rule="evenodd"></path>
<path id="Path_625439" data-name="Path 625439" d="M17.074,4.8v6.243c.045,0,.051.026.023.075h-.023a5.477,5.477,0,0,0-5.223,3.829c-.055.015-.08,0-.067-.038h-.342L8.651,17.431V14.9H3.6V4.8Z" transform="translate(-9369.785 -9252.089)" fill="#444" fill-rule="evenodd" opacity="0.1"></path>
<path id="Path_625440" data-name="Path 625440" d="M5.993,10.013a.417.417,0,0,1,.421-.421h9.265a.421.421,0,1,1,0,.842H6.414A.417.417,0,0,1,5.993,10.013Zm0,2.527a.417.417,0,0,1,.421-.421h7.581a.421.421,0,1,1,0,.842H6.414A.417.417,0,0,1,5.993,12.54ZM17.787,13.8a4.212,4.212,0,1,1-4.212,4.212A4.212,4.212,0,0,1,17.787,13.8Zm.378,1.68h-.751a.469.469,0,0,0-.469.469h0v1.236l-1.2,0a.469.469,0,0,0-.469.469h0l-.008.738a.469.469,0,0,0,.469.468h1.211l.006,1.217a.468.468,0,0,0,.468.468h0l.742,0a.469.469,0,0,0,.47-.469h0l0-1.222h1.215a.469.469,0,0,0,.469-.468h0l0-.748a.468.468,0,0,0-.468-.468H18.629l0-1.221a.469.469,0,0,0-.47-.469Z" transform="translate(-9370.498 -9253.516)" fill="#444"></path>
</g>
</svg>
<span>Edit PDFs</span>
</a>
<a href="">
<svg width="19.206" height="17.605" viewBox="0 0 19.206 17.605">
<g id="Group_596632" data-name="Group 596632" transform="translate(9237.5 9251.269)">
<path id="Path_611353" data-name="Path 611353" d="M11.547,16.725c.248.36.416.712.664,1.072a1.732,1.732,0,0,0,1.249.72,2.048,2.048,0,0,0,1.745-.712,1.765,1.765,0,0,0,1.168.8h.256c.584,0,1.372-.336,2.24-2.057l.337-.632-1.08-1.248-.584,1.248c-.168.36-.416.984-.832.9a1.02,1.02,0,0,1-.584-.36,3.208,3.208,0,0,0,.5-2.417,1.13,1.13,0,0,0-.92-.712,1.242,1.242,0,0,0-1.249.712,3.89,3.89,0,0,0-.328,2.153.423.423,0,0,1-.584.36,4.642,4.642,0,0,1-.752-1.617v-.088c1.337-2.153-2.329-2.329-1.913-.176v.088c-.5.712-2.1,2.249-2.881,2.249H1.927L3.36,12.932,12.972,2.689a.256.256,0,0,1,.184-.088.285.285,0,0,1,.184.072l2.049,2.049a.332.332,0,0,1,.008.448L5.9,15.3a.8.8,0,0,0,1.168,1.088l9.5-10.131a1.947,1.947,0,0,0-.04-2.673L14.46,1.536A1.938,1.938,0,0,0,13.124,1a1.828,1.828,0,0,0-1.321.592L2.079,11.964a.771.771,0,0,0-.168.28l-1.865,5.3a.815.815,0,0,0,.1.728.823.823,0,0,0,.656.336h8A5.067,5.067,0,0,0,11.547,16.725Z" transform="translate(-9237.5 -9252.269)" fill="#444" fill-rule="evenodd"></path>
<path id="Path_611354" data-name="Path 611354" d="M4.2,13.3,13.864,2.921a.251.251,0,0,1,.182-.089.28.28,0,0,1,.182.072l2.037,2.171a.338.338,0,0,1,.008.451L6.905,15.522Z" transform="translate(-9238.339 -9252.635)" fill="#444" fill-rule="evenodd"></path>
</g>
</svg>
<span>Fill & Sign PDFs</span>
</a>
</div>
</div>
<div class="cards">
<a href="" class="card" style="background-color: rgb(255, 155, 9);">
<div class="card-content">
<p class="heading">NEW IN ILLUSTRATOR</p>
<h3>Create at the speed of now</h3>
<p class="body">Go from the idea to illustration faster with powerful new features</p>
<p class="body-link">Learn more</p>
</div>
<img srcset="./assets/card-1.webp" alt="illustrator" width="310px">
</a>
<a href="" class="card" style="background-color: rgb(255, 16, 0);">
<div class="card-content">
<h3 style="color: var(--white);">Meet AI Assistant for Acrobat</p>
<p class="body">Ask your documents questions. Get one-click summaries for fast insights and level up your productivity</p>
<p class="body-link">Learn more</p>
</div>
<img srcset="./assets/card-2.webp" alt="Ai Assiatant" width="325px">
</a>
<a href="" class="card p-0">
<div class="top-card-content" style="height: 40%;padding: 32px 24px 24px 24px;background: linear-gradient(125deg, rgba(237, 5, 41, 1) 0%, rgba(155, 0, 193, 1) 50%, rgba(91, 0, 198, 1) 100%);">
<h3 class="text-light">Creative Cloud</h3>
<p class="body-link mb-1 text-light">Creative Cloud All Apps free trial</p>
<p class="body-link mb-1 text-light">Creative Cloud for business</p>
<p class="body-link mb-0 text-light">Student pricing</p>
</div>
<div class="card-content" style="background-color: rgb(237, 237, 237); padding: 32px 24px 24px 24px;">
<h3>Acrobat</h3>
<p class="body-link mb-1">Acrobat free trial</p>
<p class="body-link mb-0">Online PDF tools</p>
<br>
<h3>Explore</h3>
<p class="body-link mb-1">View all products</p>
<p class="body-link mb-0">See all plans and pricing</p>
</div>
<div class="bottom-card-content" style="background-color: rgb(237, 237, 237); padding: 32px 24px 24px 24px;">
</div>
</a>
<a href="" class="card" style="background-color: rgb(164, 247, 251);">
<div class="card-content">
<p class="heading">ADOBE PHOTOSHOP</p>
<h3>Inspiration to creation. Faster</h3>
<p class="body">Explore new innovations to help you to keep up with what you dream up.</p>
<p class="body-link">Learn more</p>
</div>
<img srcset="./assets/card-3.webp" alt="photoshop" width="325px">
</a>
<a href="" class="card" style="background-color: rgb(168, 13, 151);">
<div class="card-content">
<h3 class="text-light">Adobe Express, powered by Firefly.</h3>
<p class="body text-light">Get started with the all-in-one, content creation app and new generative AI features like Generative Fill, Text to Image, and Text to Template.</p>
<p class="body-link text-light">Get Adobe Express free</p>
</div>
<img srcset="./assets/card-4.webp" alt="Adobe express" width="325px">
</a>
<a href="" class="card" style="background-image: url(./assets/card-6.webp); background-size: cover; background-position: center;">
<div class="card-content">
<p class="heading">Business</p>
<h3>34% off the first year on Creative Cloud All Apps</h3>
<p class="body">
Get up to 9 licenses for your team at a lower price. See terms *
</p>
<p class="body-link">Learn more</p>
</div>
</a>
<a href="" class="card" style="background-color: rgb(94, 83, 221);background-image: url(./assets/card-7.webp);background-position: center; background-size: cover;">
<div class="card-content text-light">
<p class="heading">Adobe Genstudio</p>
<h3>Accelerate your marketing content</h3>
<p class="body">Plan, create, distribute, activate and measure content</p>
<p class="body-link">Learn more</p>
</div>
</a>
<a href="" class="card" style="background-image: url(./assets/card-8.webp); background-position: center; background-size: cover;">
<div class="card-content">
<p class="heading">Students and teachers</p>
<h3>Save over 60% on Creative Cloud</h3>
<p class="body">
Go from standard to standout with 20+ amazing apps.
</p>
<p class="body-link">Learn more</p>
</div>
</a>
<a href="" class="card" style="background-image: url(./assets/card-9.webp);background-position: center;background-size:cover;">
<div class="card-content">
<h3>Your imagination's new best friend.</h3>
<p class="body">Use generative AI and simple text prompts to create the highest quality output — beautiful images, text effects and fresh colour palettes.</p>
<p class="body-link">Get Firefly free</p>
</div>
</a>
</div>
</div>
<div class="products">
<div class="p-section">
<p class="heading">Shop for</p>
<a href="">Creative Cloud</a>
<a href="">Photoshop</a>
<a href="">Adobe Express</a>
<a href="">Photography</a>
<a href="">Premiere Pro</a>
<a href="">Adobe Stock</a>
<a href="">Elements Family</a>
<a href="">Document Cloud</a>
<a href="">Acrobat</a>
<a href="">Acrobat Sign</a>
<a href="">Special Offers</a>
<a href="">View plans and pricing</a>
<a href="">View all products</a>
</div>
<div class="p-section">
<p class="heading">For Business</p>
<a href="">Creative Cloud for business</a>
<a href="">Creative Cloud for enterprise</a>
<a href="">Acrobat business</a>
<p class="heading" style="margin-top: 20px;">For Education</p>
<a href="">Discount for students and teachers</a>
<a href="">Schools and universities</a>
<a href="">Digital Learning Solutions</a>
<p class="heading" style="margin-top: 20px;">For Mobile</p>
<a href="">Apps for IOS</a>
<a href="">Apps for Android</a>
</div>
<div class="p-section">
<p class="heading">Experience Cloud</p>
<a href="">What is Experience Cloud?</a>
<a href="">Analytics</a>
<a href="">Experience Manager</a>
<a href="">Commerce</a>
<a href="">Marketo Engage</a>
<a href="">Wrokfront</a>
<a href="">Terms of use</a>
</div>
<div class="p-section">
<p class="heading">Support</p>
<a href="">Download and install</a>
<a href="">Help center</a>
<a href="">Adobe Support Community</a>
<a href="">Enterprise Support</a>
<a href="">Genuine Software</a>
<p class="heading" style="margin-top: 20px;">Resource</p>
<a href="">Adobe Blog</a>
<a href="">Adobe Developer</a>
<p class="heading" style="margin-top: 20px;">Adobe Account</p>
<a href="">Log into your account</a>
</div>
<div class="p-section">
<p class="heading">Adobe</p>
<a href="">About</a>
<a href="">AI Overview</a>
<a href="">Careers</a>
<a href="">Newsrooms</a>
<a href="">Corporate Responsibility</a>
<a href="">Investor Relations</a>
<a href="">Supply chain</a>
<a href="">Trust center</a>
<a href="">Events</a>
<a href="">Diversity and inclusion</a>
<a href="">Intergrity</a>
</div>
</div>
<div class="products-mobile">
<div class="p-section">
</div>
<div class="p-section">
<span class="heading">Shop for</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
<div class="p-section">
<span class="heading">For business</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
<div class="p-section">
<span class="heading">For education</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
<div class="p-section">
<span class="heading">For mobile</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
<div class="p-section">
<span class="heading">Experience Cloud</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
<div class="p-section">
<span class="heading">Support</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
<div class="p-section">
<span class="heading">Resources</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
<div class="p-section">
<span class="heading">Adobe Account</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</div>
</div>
<div class="section-3">
<div class="icons">
<p>Featured Products</p>
<a href="">
<img loading="lazy" alt="" src="https://www.adobe.com/federal/footer/fragments/media_1d6689110cb22e2f8141cf6b4ff4e5e91260e5d51.png" width="100" height="98">
<span>Acrobact Reader</span>
</a>
<a href="">
<img loading="lazy" alt="" src="https://www.adobe.com/federal/footer/fragments/media_1ac414dfef628bd50cdfb885ed27e2e95e504ec5a.png" width="100" height="98">
<span>Adobe Reader</span>
</a>
<a href="">
<img loading="lazy" alt="" src="https://www.adobe.com/federal/footer/fragments/media_193d7ad6fda77267eb7f7b86e95aeb7d7a11df041.png" width="100" height="97">
<span>Photoshop</span>
</a>
<a href="">
<img loading="lazy" alt="" src="https://www.adobe.com/federal/footer/fragments/media_1ca1b5ac9637e42fdb5673d96be80818f0c9fc9bf.png" width="100" height="97">
<span>Illustrator</span>
</a>
</div>
</div>
<div class="footer-section">
<div class="footer-item" style="gap: 10px;">
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.9 21.9"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M9.254 20.047a8 8 0 0 1-.768-1.378c-.404-.91-.722-1.985-.935-3.169h-3.3a8.53 8.53 0 0 0 5.003 4.547m.603-1.988c.336.757.718 1.324 1.103 1.69.382.364.732.501 1.04.501s.658-.137 1.04-.5c.385-.367.767-.934 1.103-1.69.321-.723.588-1.59.78-2.56H9.076c.192.97.459 1.837.78 2.56ZM8.75 12q.001 1.038.103 2h6.294q.102-.962.103-2-.001-1.038-.103-2H8.853q-.102.962-.103 2m-1.405-2H3.737a8.5 8.5 0 0 0-.237 2c0 .689.082 1.359.237 2h3.608a21 21 0 0 1 0-4m1.732-1.5h5.845c-.19-.97-.458-1.837-.779-2.56-.336-.756-.718-1.323-1.103-1.69-.382-.363-.732-.5-1.04-.5s-.658.137-1.04.5c-.385.367-.767.934-1.103 1.69-.321.723-.588 1.59-.78 2.56m7.577 1.5a20.7 20.7 0 0 1 0 4h3.61a8.5 8.5 0 0 0 .236-2 8.5 8.5 0 0 0-.237-2zm3.094-1.5a8.53 8.53 0 0 0-5.002-4.547c.287.408.543.873.768 1.378.404.91.722 1.985.935 3.169h3.3Zm-12.197 0c.213-1.184.531-2.26.935-3.169.225-.505.48-.97.768-1.378A8.53 8.53 0 0 0 4.252 8.5zm7.963 10.169c-.225.505-.48.97-.768 1.378a8.53 8.53 0 0 0 5.002-4.547h-3.3c-.212 1.184-.53 2.26-.934 3.169"></path></svg>
<span>Change region</span>
<svg href="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
</a>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"/></svg>
</a>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>
</a>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"/></svg>
</a>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>
</a>
</div>
<div class="footer-item" style="gap: 5px; display: inline-flex;">
<span class="copy">Copyright © 2024 Adobe. All rights reserved.</span>
<span>/</span>
<a href="" style="width: 35px;">Privacy</a>
<span>/</span>
<a href="" style="width: 75px;">Terms of use</a>
<span>/</span>
<a href="" style="width: 105px;">Cookie preference</a>
<span>/</span>
<a href="" style="width: 245px;">Do not sell or share my personal information</a>
<span>/</span>
<a href="">AdChoices</a>
</div>
</div>
</body>
</html>