-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (210 loc) · 10 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Bai+Jamjuree:wght@400;600&family=IBM+Plex+Sans&family=Lobster&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
</head>
<body>
<div class="mb-40 pt-16 px-10 text-center max-w-6xl mx-auto">
<img src="images/logo.svg" alt="" class="mx-auto my-16">
<h3 class="mb-8 text-4xl font-bold text-darkGrayishBlue">
A history of everything you copy
</h3>
<p class="max-w-3xl text-2xl text-grayishBlue mx-auto mb-10">
Clipboard allows you to track and organise everything you copy. Instantly access your clipboards on all devices.
</p>
<div class="button-container">
<button class="rounded-full bg-strongCyan px-8 p-4 text-xl text-center shadow-2xl duration-200 hover:opacity-80">
Download for iOS
</button>
<button class="rounded-full text-white bg-lightBlue px-8 p-4 text-xl text-center shadow-2xl duration-200 hover:opacity-80">
Download for iOS
</button>
</div>
</div>
<!-- Snippet Section -->
<section id="snippet">
<div class="section-container">
<h3 class="mb-8 text-4xl font-bold text-darkGrayishBlue md:text-5xl">
Keep track of your snippets
</h3>
<p class="text-xl md:3xl font-light leading-9 text-grayishBlue">
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>
</section>
<!-- Feature Section -->
<section id="features">
<div class="section-container my-20">
<div class="relative flex flex-col md:flex-row md:space-x-32 space-y-6">
<!-- Image Container-->
<div class="md: w-1/2">
<img src="images/image-computer.png" alt="" class="absolute top-0 right-[50%]">
</div>
<div class="flex flex-col space-y-6 md:w-1/2 md:mb-60 md:text-left md:pl-16">
<div class="text-darkGreyishBlue mb-2">
<p class="font-bold text-2xl">
Quick Search
</p>
<p class="font-extralight">
Easily search your snippets by content, category, web address, application and more.
</p>
</div>
<div class="text-darkGreyishBlue mb-2">
<p class="font-bold text-2xl">
iCloud Sync
</p>
<p class="font-extralight">
Instantly saves and syncs your snippets across all your devices.
</p>
</div>
<div class="text-darkGreyishBlue mb-2">
<p class="font-bold text-2xl">
Completely History
</p>
<p class="font-light">
Retrieve any snippets from the first moment you started using the app.
</p>
</div>
</div>
</div>
<!-- Access Anywhere Section -->
<section id="access">
<div class="section-container my-20">
<h3>Access Clipboard Anywhere</h3>
<p class=" text-xl md:3xl font-light leading-9 text-grayishBlue">
Whether you're on the go, or at your computer, you can access all your Clipboard snippets in a few simple clicks.
</p>
<div class="mt-20">
<img src="images/image-devices.png" alt="" class="mx-auto">
</div>
</div>
</section>
<section id="supercharge">
<div class="section-container my-10">
<h3>Supercharge Your Workflow</h3>
</div>
<div class="section-content text-xl mb-16">
We've got the tools to boost your productivity
</div>
<!-- Items container -->
<div class="flex flex-col justify-between space-y-16 items-center md:flex-row md:space-y-0 md:space-x-12">
<!--Individual Items-->
<div class="flex flex-col items-center space-y-5">
<img src="images/icon-blacklist.svg" alt="">
<h5> Create blacklists </h5>
<p class="max-w-md text-grayishBlue"> Easily search your snippets by content, category, web address, applicaiton, and more.
</p>
</div>
<div class="flex flex-col items-center space-y-5">
<img src="images/icon-text.svg" alt="">
<h5> Plain Text Snippets </h5>
<p class="max-w-md text-grayishBlue"> Easily search your snippets by content, category, web address, applicaiton, and more.
</p>
</div>
<div class="flex flex-col items-center space-y-5">
<img src="images/icon-preview.svg" alt="">
<h5> Sneak Preview </h5>
<p class="max-w-md text-grayishBlue"> Easily search your snippets by content, category, web address, applicaiton, and more.
</p>
</div>
</div>
</section>
</div>
</section>
<section id="references">
<div class="flex mx-auto">
<div class="mx-auto flex flex-col justify-between items-center space-y-12 md:flex-row md:space-y-0 md:space-x-12">
<!-- Logo Container-->
<div class="mr-4">
<img src="images/logo-google.png" alt="">
</div>
<div class="mr-4">
<img src="images/logo-ibm.png" alt="">
</div>
<div class="mr-4">
<img src="images/logo-microsoft.png" alt="">
</div>
<div class="mr-4">
<img src="images/logo-hp.png" alt="">
</div>
<div class="mr-4">
<img src="images/logo-vector-graphics.png" alt="">
</div>
</div>
</div>
</section>
<section id ="references">
<div class="flex flex-col max-w-6xl mx-auto my-20 px-10 text-center">
<h3>
Clipboard for iOS and Mac OS
</h3>
<div class="text-grayishBlue">
<p >Available for free on App Store. Download for Mac or iOS, sync with iCloud and you're ready to start adding to your clipboard. </p>
</div>
</div>
<div class="button-container mx-auto">
<button class="p-4 px-8 rounded-full shadow-lg bg-strongCyan duration-200 hover:opacity-80">
Download for iOS
</button>
<button class="rounded-full bg-lightBlue p-4 px-8 text-white duration-200 hover:opacity-80">
Download for MacOS
</button>
</div>
</section>
<footer class="bg-gray-50">
<div class="section-container">
<div class="flex-col flex md:flex-row justify-between space-y-4 md:space-y-0 items-center">
<!-- Image Container-->
<div class="flex justify-center items-center">
<img src="images/logo.svg" alt="" class="scale-50 mx-auto">
</div>
<!-- Footer Routing Container -->
<div class="flex flex-col md:flex-row md:ml-24 md:space-x-24 md:space-y-0">
<!-- Menu 1-->
<div class="flex flex-col items-center justify-center space-y-4 text-center md:text-left">
<div>
<p class="text-grayishBlue">FAQs</p>
</div>
<div>
<p class="text-grayishBlue">Private Policy</p>
</div>
</div>
<!-- Menu 2-->
<div class="flex flex-col space-y-4 text-center md:text-left">
<div>
<p class="text-grayishBlue">Install Guide</p>
</div>
<div>
<p class="text-grayishBlue">License Matters</p>
</div>
</div>
<!-- Menu 3-->
<div class="flex flex-col space-y-4 text-center md:text-left">
<div>
<p class="text-grayishBlue">Contact Us</p>
</div>
</div>
</div>
<!-- Socials Container -->
<div class="flex w-32 justify-between items-center py-1">
<div>
<img src="images/icon-facebook.svg" alt="" class="duration-200 ficon">
</div>
<div>
<img src="images/icon-instagram.svg" alt="" class="duration-200 ficon">
</div>
<div>
<img src="images/icon-twitter.svg" alt="" class="duration-200 ficon">
</div>
</div>
</div>
</div>
</footer>
</body>
</html>