forked from avishai84/interview-test-adobe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (83 loc) · 3.69 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
<html>
<head>
<title>Adobe Creative Cloud</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<main>
<div class="section">
<div class="hero">
<div>
<div>
<p>radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%)</p>
</div>
</div>
<div>
<div>
<h1>Do it all with Adobe Creative Cloud.</h1>
<p>Make anything you can imagine, from gorgeous images, graphics, and art to standout social posts, videos, PDFs, and more. Get 20+ apps in the All Apps plan plus generative AI tools powered by Adobe Firefly.</p>
<p>
<i><a href="https://commerce.adobe.com/store/recommendation?items[0][id]=E27CB5D79014ACAB6953B091CEA72228&co=US&lang=en&cli=mini_plans">Free trial</a></i>
<b><a href="https://www.adobe.com/creativecloud/plans.html?plan=individual&filter=all&promoid=PYPVPZQK&mv=other">Buy now</a></b>
</p>
</div>
</div>
</div>
</div>
<div class="section masonry">
<div class="brick">
<div>
<div>
<p>#ffe4e1</p>
</div>
</div>
<div>
<div>
<p>Photoshop</p>
<p>US$22.99/mo</p>
<p>With Photoshop and generative AI, you can create gorgeous photos, rich graphics, and incredible art.</p>
</div>
</div>
</div>
<div class="brick double">
<div>
<div>
<p>#f19602</p>
</div>
</div>
<div>
<div>
<p>Illustrator</p>
<p>US$22.99/mo</p>
<p>With Illustrator and generative AI, anyone can create logos, packaging designs, web graphics, and more.</p>
</div>
</div>
</div>
<div class="brick triple">
<div>
<div>
<p>#68f08e</p>
</div>
</div>
<div>
<div>
<p>Lightroom</p>
<p>US$9.99/mo</p>
<p>Edit, organize, and share your best photos in Lightroom. New Lens Blur lets you instantly create a stunning portrait effect in any photo. And tap into a new streamlined editing experience in Lightroom for mobile.</p>
</div>
</div>
</div>
</div>
<div class="section">
<div class="faq"></div>
</div>
<div class="section">
<div class="banner">
Do it all with Adobe Creative Cloud.
<b><a href="https://www.adobe.com/creativecloud/plans.html?plan=individual&filter=all&promoid=PYPVPZQK&mv=other">Buy now</a></b>
</div>
</div>
</main>
<script src="index.js"></script>
</body>
</html>