-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
308 lines (308 loc) · 13.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png"
/>
<title>Frontend Mentor | Clipboard landing page</title>
<link rel="stylesheet" href="src/output.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&display=swap"
rel="stylesheet"
/>
</head>
<body class="font-body">
<!--MAIN-->
<main
class="grid place-items-center bg-[url('../images/bg-header-mobile.png')] bg-contain bg-top bg-no-repeat gap-8 md:gap-10 lg:bg-[url('../images/bg-header-desktop.png')]"
>
<!--FIRST SECTION-->
<section
class="m-8 grid min-h-[min(100vh,_1080px)] max-w-3xl place-items-center content-center gap-6 text-body lg:m-auto"
>
<img class="mb-8" src="./images/logo.svg" alt="" />
<h1
class="text-center text-3xl font-semibold text-neutral-dark-grayish-blue sm:text-4xl md:text-5xl"
>
A history of everything you copy
</h1>
<p class="mb-8 text-center text-xl text-neutral-grayish-blue">
Clipboard allows you to track and organize everything you copy.
Instantly access your clipboard on all your devices.
</p>
<div class="flex flex-wrap justify-center gap-4">
<button
class="w-full rounded-full border-b-4 border-primary-strong-cyan bg-primary-strong-cyan/70 px-8 py-4 font-bold text-white shadow-md shadow-primary-strong-cyan/40 transition-all hover:shadow-lg hover:shadow-primary-strong-cyan/40 sm:w-auto"
>
Download for iOS
</button>
<button
class="w-full rounded-full border-b-4 border-primary-light-blue bg-primary-light-blue/70 px-8 py-4 font-bold text-white shadow-md shadow-primary-light-blue/40 transition-all hover:shadow-lg hover:shadow-primary-light-blue/40 sm:w-auto"
>
Download for Mac
</button>
</div>
</section>
<!--SECOND SECTION-->
<section
class="md:mb-18 mb-10 grid place-items-center content-center gap-6 text-body sm:mb-14 sm:gap-8 md:gap-10 lg:mb-24 lg:gap-14"
>
<div class="m-8 grid max-w-3xl gap-6 md:m-auto">
<h2
class="text-center text-2xl font-semibold text-neutral-dark-grayish-blue sm:text-3xl md:text-4xl"
>
Keep track of your snippets
</h2>
<p class="mb-8 text-center text-xl text-neutral-grayish-blue">
Clipboard instantly stores any item you copy in the cloud, meaning
you can access your snippets immediately on all your devices. Our
Mac and iOS apps will help you organize everything.
</p>
</div>
<div
class="md:gap-18 m-8 grid justify-items-center gap-14 sm:gap-16 md:m-0 md:grid-cols-2 md:justify-items-start lg:gap-24"
>
<img class="md:-ml-8" src="./images/image-computer.png" alt="" />
<div
class="grid max-w-96 content-center items-center gap-8 text-center md:gap-10 md:text-start lg:gap-12"
>
<div>
<h3
class="mb-4 text-xl font-semibold text-neutral-dark-grayish-blue sm:text-2xl"
>
Quick Search
</h3>
<p class="text-neutral-grayish-blue">
Easily search your snippets by content, category, web address,
application, and more.
</p>
</div>
<div>
<h3
class="mb-4 text-xl font-semibold text-neutral-dark-grayish-blue sm:text-2xl"
>
iCloud Sync
</h3>
<p class="text-neutral-grayish-blue">
Instantly saves and syncs snippets across all your devices.
</p>
</div>
<div>
<h3
class="mb-4 text-xl font-semibold text-neutral-dark-grayish-blue sm:text-2xl"
>
Complete History
</h3>
<p class="text-neutral-grayish-blue">
Retrieve any snippets from the first moment you started using
the app.
</p>
</div>
</div>
</div>
</section>
<!--THIRD SECTION-->
<section
class="m-8 grid max-w-4xl place-items-center content-center gap-8 text-body sm:gap-10 md:gap-12 lg:m-auto lg:gap-14"
>
<div class="m-8 grid max-w-[100%] gap-6 md:m-auto md:max-w-[80%]">
<h2
class="text-center text-2xl font-semibold text-neutral-dark-grayish-blue sm:text-3xl md:text-4xl"
>
Access Clipboard Anywhere
</h2>
<p class="text-center text-xl text-neutral-grayish-blue">
Whether you’re on the go, or at your computer, you can access all
your Clipboard snippets in a few simple clicks.
</p>
</div>
<img src="./images/image-devices.png" alt="" />
</section>
<!--FOURTH SECTION-->
<section
class="m-8 grid max-w-5xl place-items-center content-center gap-10 text-body sm:gap-12 md:gap-14 lg:m-auto lg:gap-16"
>
<div class="m-8 grid gap-6 md:m-auto">
<h2
class="text-center text-2xl font-semibold text-neutral-dark-grayish-blue sm:text-3xl md:text-4xl"
>
Supercharge your workflow
</h2>
<p class="text-center text-xl text-neutral-grayish-blue">
We’ve got the tools to boost your productivity.
</p>
</div>
<div class="grid gap-10 text-center sm:grid-cols-2 md:grid-cols-3">
<div class="grid content-start justify-items-center gap-8">
<img class="h-8" src="./images/icon-blacklist.svg" alt="" />
<h3
class="text-[1.15rem] font-semibold text-neutral-dark-grayish-blue sm:text-xl md:text-2xl"
>
Create blacklists
</h3>
<p class="text-sm text-neutral-grayish-blue">
Ensure sensitive information never makes its way to your clipboard
by excluding certain sources.
</p>
</div>
<div class="grid content-start justify-items-center gap-8">
<img class="h-8" src="./images/icon-text.svg" alt="" />
<h3
class="text-[1.15rem] font-semibold text-neutral-dark-grayish-blue sm:text-xl md:text-2xl"
>
Plain text snippets
</h3>
<p class="text-sm text-neutral-grayish-blue">
Remove unwanted formatting from copied text for a consistent look.
</p>
</div>
<div
class="grid content-start items-start justify-items-center gap-8"
>
<img class="h-8" src="./images/icon-preview.svg" alt="" />
<h3
class="text-[1.15rem] font-semibold text-neutral-dark-grayish-blue sm:text-xl md:text-2xl"
>
Sneak preview
</h3>
<p class="text-sm text-neutral-grayish-blue">
Quick preview of all snippets on your Clipboard for easy access.
</p>
</div>
</div>
</section>
<!--FIFTH SECTION-->
<section
class="md:my-18 m-8 my-16 flex max-w-5xl flex-wrap content-center items-center justify-center justify-items-center gap-14 px-8 text-body md:my-20 lg:m-auto lg:my-20"
>
<h2 class="sr-only">Trusted By Many Companies</h2>
<img src="./images/logo-google.png" alt="Google" />
<img src="./images/logo-ibm.png" alt="IBM" />
<img src="./images/logo-microsoft.png" alt="Microsoft" />
<img src="./images/logo-hp.png" alt="HP" />
<img src="./images/logo-vector-graphics.png" alt="VECTOR GRAPHICS" />
</section>
<!--SIXTH SECTION-->
<section
class="m-8 grid max-w-3xl place-items-center content-center gap-6 py-12 text-body sm:py-16 md:py-20 lg:m-auto"
>
<h2
class="text-center text-2xl font-semibold text-neutral-dark-grayish-blue sm:text-3xl md:text-4xl"
>
Clipboard for iOS and Mac OS
</h2>
<p class="mb-8 text-center text-xl text-neutral-grayish-blue">
Available for free on the App Store. Download for Mac or iOS, sync
with iCloud and you’re ready to start adding to your clipboard.
</p>
<div class="flex flex-wrap justify-center gap-4">
<button
class="w-full rounded-full border-b-4 border-primary-strong-cyan bg-primary-strong-cyan/70 px-8 py-4 font-bold text-white shadow-md shadow-primary-strong-cyan/40 transition-all hover:shadow-lg hover:shadow-primary-strong-cyan/40 sm:w-auto"
>
Download for iOS
</button>
<button
class="w-full rounded-full border-b-4 border-primary-light-blue bg-primary-light-blue/70 px-8 py-4 font-bold text-white shadow-md shadow-primary-light-blue/40 transition-all hover:shadow-lg hover:shadow-primary-light-blue/40 sm:w-auto"
>
Download for Mac
</button>
</div>
</section>
</main>
<!--FOOTER-->
<footer
class="flex flex-col items-center justify-between gap-14 bg-neutral-grayish-blue/10 px-[10%] py-10 text-body md:flex-row lg:m-auto"
>
<img class="h-16 w-16" src="./images/logo.svg" alt="" />
<ul
class="grid gap-x-16 gap-y-4 text-center md:grid-flow-col md:grid-rows-2 md:text-left"
>
<li>
<a
class="text-neutral-grayish-blue hover:text-primary-strong-cyan"
href=""
>FAQs</a
>
</li>
<li>
<a
class="text-neutral-grayish-blue hover:text-primary-strong-cyan"
href=""
>Contact Us</a
>
</li>
<li>
<a
class="text-neutral-grayish-blue hover:text-primary-strong-cyan"
href=""
>Privacy Policy</a
>
</li>
<li>
<a
class="text-neutral-grayish-blue hover:text-primary-strong-cyan"
href=""
>Press Kit</a
>
</li>
<li>
<a
class="text-neutral-grayish-blue hover:text-primary-strong-cyan"
href=""
>Install Guide</a
>
</li>
</ul>
<div class="flex items-center gap-6">
<a href="">
<p class="sr-only">Facebook Page Link</p>
<svg
class="fill-[#4C545C] hover:fill-primary-strong-cyan"
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M22.675 0H1.325C.593 0 0 .593 0 1.325v21.351C0 23.407.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116c.73 0 1.323-.593 1.323-1.325V1.325C24 .593 23.407 0 22.675 0z"
fill-rule="nonzero"
/>
</svg>
</a>
<a href="">
<p class="sr-only">Twitter Page Link</p>
<svg
class="fill-[#4C545C] hover:fill-primary-strong-cyan"
width="24"
height="20"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M24 2.557a9.83 9.83 0 01-2.828.775A4.932 4.932 0 0023.337.608a9.864 9.864 0 01-3.127 1.195A4.916 4.916 0 0016.616.248c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 011.671 1.149a4.93 4.93 0 001.523 6.574 4.903 4.903 0 01-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 01-2.224.084 4.928 4.928 0 004.6 3.419A9.9 9.9 0 010 17.54a13.94 13.94 0 007.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0024 2.557z"
fill-rule="nonzero"
/>
</svg>
</a>
<a href="">
<p class="sr-only">Instagram Page Link</p>
<svg
class="fill-[#4C545C] hover:fill-primary-strong-cyan"
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"
fill-rule="nonzero"
/>
</svg>
</a>
</div>
</footer>
</body>
</html>