-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (206 loc) · 8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Clipbard Project</title>
<link rel="shortcut icon" href="./images/favicon-32x32.png" type="image/png" />
<link rel="stylesheet" href="./output.css" />
<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@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- HERO SECTION -->
<section id="hero" class="mb-36">
<div class="section-container pt-28">
<img src="./images/logo.svg" alt="Logo of Clipboard" class="mx-auto mb-12" />
<h3>A history of everything you copy</h3>
<p class="section-content mb-12">
Clipboard allows you to track and organize everything you copy. Instantly access your
clipboard on all your devices.
</p>
</div>
<div class="button-container mx-auto">
<a
class="rounded-full bg-strongCyan px-8 py-4 shadow-lg duration-200 hover:opacity-80"
href="#"
>Download for iOS</a
>
<a
class="rounded-full bg-lightBlue px-8 py-4 shadow-lg duration-200 hover:opacity-80"
href="#"
>Download for Mac</a
>
</div>
</section>
<!-- SNIPPETS SECTION -->
<section id="snippet" class="mb-36">
<div class="section-container">
<h3>Keep track of your snippets</h3>
<p class="section-content">
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>
<!-- FEATURES SECTION -->
<section id="features" class="mb-36">
<div class="section-container">
<div class="flex flex-row items-center gap-x-20 md:flex-col md:gap-x-0 md:gap-y-10">
<!-- Image -->
<div class="md:w-1/2">
<img src="./images/image-computer.png" alt="picture of a desktop computer" />
</div>
<!-- Text -->
<div class="flex flex-col gap-y-10 text-xl text-left md:text-center">
<div>
<h5>Quick Search</h5>
<p class="max-w-md text-grayishBlue md:text-lg">
Easily search your snippets by content, category, web address, application, and
more.
</p>
</div>
<div>
<h5>iCloud Sync</h5>
<p class="max-w-md text-grayishBlue md:text-lg">
Instantly saves and syncs snippets across all your devices.
</p>
</div>
<div>
<h5>Completely History</h5>
<p class="max-w-md text-grayishBlue md:text-lg">
Retrieve any snippets from the first moment you started using the app.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ACCESS SECTION -->
<section id="access" class="mb-16">
<div class="section-container">
<h3>Access Clipboard Everywhere</h3>
<p class="section-content mb-16">
Whether you’re on the go, or at your computer, you can access all your Clipboard snippets
in a few simple clicks.
</p>
<img
class="mx-auto"
src="./images/image-devices.png"
alt="picture of a computer and a mobile"
/>
</div>
</section>
<!-- SUPERCHARGE SECTION -->
<section id="supercharge" class="mb-40">
<div class="section-container">
<h3>Supercharge your workflow</h3>
<p class="section-content mb-16">We've got the tools to boost your productivity.</p>
<!-- ITEMS BOX -->
<div
class="flex flex-row gap-x-16 justify-between items-center md:flex-col md:gap-x-0 md:gap-y-16"
>
<!-- ITEM 1 -->
<div class="flex flex-col items-center gap-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, date, and more.
</p>
</div>
<!-- ITEM 2 -->
<div class="flex flex-col items-center gap-y-5">
<img src="./images/icon-text.svg" alt="" />
<h5>Plain Text Snippets</h5>
<p class="max-w-md text-grayishBlue">
Remove unwanted formatting from copied text for a consistent look.
</p>
</div>
<!-- ITEM 3 -->
<div class="flex flex-col items-center gap-y-5">
<img src="./images/icon-preview.svg" alt="" />
<h5>Sneak Preview</h5>
<p class="max-w-md text-grayishBlue">
Quick preview of all snippets on your Clipboard for easy access.
</p>
</div>
</div>
</div>
</section>
<!-- REFERENCES SECTION -->
<section id="references" class="mb-40">
<div
class="flex flex-row justify-between items-center max-w-6xl px-10 mx-auto gap-x-16 md:flex-col md:gap-x-0 md:gap-y-16"
>
<img src="./images/logo-google.png" alt="" />
<img src="./images/logo-hp.png" alt="" />
<img src="./images/logo-ibm.png" alt="" />
<img src="./images/logo-microsoft.png" alt="" />
<img src="./images/logo-vector-graphics.png" alt="" />
</div>
</section>
<!-- LAST SECTION -->
<section id="bottom" class="mb-36">
<div class="section-container">
<h3>Clipboard for iOS and MacOS</h3>
<p class="section-content mb-12">
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="button-container mx-auto">
<a
class="rounded-full bg-strongCyan px-8 py-4 shadow-lg duration-200 hover:opacity-80"
href="#"
>Download for iOS</a
>
<a
class="rounded-full bg-lightBlue px-8 py-4 shadow-lg duration-200 hover:opacity-80"
href="#"
>Download for Mac</a
>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" class="py-20 border-strongCyan border-t-2">
<div class="section-container">
<div
class="flex flex-row items-center justify-between gap-x-16 text-grayishBlue md:flex-col md:gap-y-6"
>
<!-- LOGO -->
<img class="w-16" src="./images/logo.svg" alt="Logo of Clipboard" />
<!-- MENU -->
<div class="flex flex-col items-start gap-y-6 md:items-center">
<a class="duration-200 hover:text-strongCyan" href="#">FAQs</a>
<a class="duration-200 hover:text-strongCyan" href="#">Contact Us</a>
</div>
<div class="flex flex-col items-start gap-y-6 md:items-center">
<a class="duration-200 hover:text-strongCyan" href="#">Privacy Policy</a
><a href="#">Press Kit</a>
</div>
<div class="flex flex-col items-start gap-y-6 md:items-center">
<a class="duration-200 hover:text-strongCyan" href="#">Install Guide</a>
</div>
<!-- SOCIAL MEDIA ICONS -->
<div class="flex flex-row items-center justify-between w-32">
<a href="#"
><img class="ficon duration-200" src="./images/icon-facebook.svg" alt="Facebook"
/></a>
<a href="#"
><img class="ficon duration-200" src="./images/icon-instagram.svg" alt="Instagram"
/></a>
<a href="#"
><img class="ficon duration-200" src="./images/icon-twitter.svg" alt="Twitter"
/></a>
</div>
</div>
</div>
</footer>
<script src="./script.js"></script>
</body>
</html>