-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (214 loc) · 10.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clipboard website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--Hero Section-->
<section id="hero">
<div class="section-container mb-40 pt-16">
<!--Logo Image-->
<img class="img mx-auto my-16" src="images/logo.svg" alt="copyright logo">
<h3>A history of everything you copy</h3>
<p class="max-w-3xl mx-auto mb-10 text-2xl text-grayishBlue">
Clipboard allows you to track and organize everything you copy.
Instantly access your Clipboard on all your devices.
</p>
<!--Button container-->
<div class="button-container">
<a href="" class="p-4 px-8 rounded-full shadow-lg bg-strongCyan duration-200 hover:opacity-80">
Download for ios
</a>
<a href="" class="p-4 px-8 rounded-full shadow-lg bg-lightBlue duration-200 hover:opacity-80">
Download for Mac
</a>
</div>
</div>
</section>
<!--Snippet section-->
<section id="snippets">
<div class="section-container my-20">
<h3>Keep track of your snippets</h3>
<p class=" mx-auto mb-24 text-xl text-center 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 your organize everything.
</p>
</div>
</section>
<!--Features section-->
<section id="features">
<div class="section-container my-20">
<div class="relative flex flex-col md:flex-row md:space-x-32">
<!--Image-->
<div class="md:w-1/2">
<img src="images/image-computer.png" alt=""
class="md:absolute top-0 right-[50%]">
</div>
<!--Items container-->
<div>
<div class="flex flex-col mt-16 mb-24 space-y-12 text-xl md:mb-60 md:text-left md:pl-16 ">
<!--item 1-->
<div>
<h5>Quick Search</h5>
<p class="max-w-md text-grayishBlue">Easily search your snippets by content, category,
web address, application, and more.
</p>
</div>
<!--Item 2-->
<div>
<h5>icloud Sync</h5>
<p class="max-w-md text-grayishBlue">
Instantly saves and syncs snippets across all your devices.
</p>
</div>
<!--item 3-->
<div>
<h5>Completely History</h5>
<p class="max-w-md text-grayishBlue">
Retrieve any snippets from the first moment you started using the app.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Access anywhere section-->
<section id="Access">
<div class="section-container my-20">
<h3>Access Clipboard Anywhere</h3>
<p class="max-w-3xl mx-auto mb-24 text-xl text-center 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>
<img class="mx-auto" src="images/image-devices.png" alt="">
</div>
</section>
<!--Supercharge section-->
<section id="Supercharge">
<div class="section-container my-20">
<h3>Supercharge your workflow</h3>
<p class="max-w-3xl mx-auto mb-16 text-xl text-center leading-9 text-grayishBlue">We've got the tools to boost your productivity.</p>
</div>
</section>
<!--Tools section-->
<section id="Tools-section">
<div class="section-container my-20">
<div class="flex flex-col items-center justify-between mt-16 mb-24 space-y-16 md:mb-60 md:space-y-0 md:space-x-12 md:flex-row">
<!--item 1-->
<div class="flex flex-col items-center space-y-5">
<img class="ficon" 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, application, and more.
</p>
</div>
<!--item 2-->
<div class="flex flex-col items-center space-y-5">
<img class="ficon" 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 space-y-5">
<img class="ficon" 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, application, and more.
</p>
</div>
</div>
</div>
</section>
<!--Logo Section-->
<section id="Logo section">
<div class="section-container my-15">
<div class="flex flex-col justify-between items-center mt-14 mb-24 space-y-16 md:mb-60 md:space-y-0 md:space-x-12 md:flex-row">
<!--Item 1-->
<div class="flex flex-col items-center space-y-5">
<img class="ficon" src="images/logo-google.png" alt="">
</div>
<!--item 2-->
<div class="flex flex-col items-center space-y-5">
<img class="ficon" src="images/logo-ibm.png" alt="">
</div>
<!--item 3-->
<div class="flex flex-col items-center space-y-5">
<img class="ficon" src="images/logo-microsoft.png" alt="">
</div>
<!--item 4-->
<div class="flex flex-col items-center space-y-5">
<img class="ficon" src="images/logo-hp.png" alt="">
</div>
<!--item 5-->
<div class="flex flex-col items-center space-y-5">
<img class="ficon" src="images/logo-vector-graphics.png" alt="">
</div>
</div>
</div>
</section>
<!--CTA section-->
<section id="CTA-section">
<div class="section-container my-20">
<h3>Clipboard for iOS and MacOS</h3>
<p class="max-w-3xl mx-auto mb-16 text-xl text-center leading-9 text-grayishBlue">
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>
<!--Button container-->
<div class="button-container">
<a href="" class="p-4 px-8 rounded-full shadow-lg bg-strongCyan duration-200 hover:opacity-80">
Download for ios
</a>
<a href="" class="p-4 px-8 rounded-full shadow-lg bg-lightBlue duration-200 hover:opacity-80">
Download for Mac
</a>
</div>
</div>
</section>
<!--Footer-->
<footer class="bg-gray-50">
<div class="section-container mt-20">
<div class="flex flex-col justify-between items-center md:flex-row">
<!--logo-->
<img class="scale-50" src="images/logo.svg" alt="">
<!--COntainer for Menus and Socials-->
<div class="flex flex-col items-center justify-between flex-1 text-grayishBlue mb-10 space-y-6 md:flex-row md:mb-0 md:space-y-0">
<!--Menus-->
<div class="flex flex-col space-y-4 md:flex-row md:ml-24 md:space-x-24 md:space-y-0">
<!--Menu 1-->
<div class="flex flex-col text-center space-y-4 list-none md:text-left">
<div><a href="" class="hover text-strongCyan">FAQS</a></div>
<div><a href="" class="hover text-strongCyan">Contact Us</a></div>
</div>
<!--Menu 2-->
<div class="flex flex-col text-center space-y-4 list-none md:text-left">
<div><a href="" class="hover text-strongCyan">Privacy Policy</a></div>
<div><a href="" class="hover text-strongCyan">Press Kit</a></div>
</div>
<!--Menu 3-->
<div class="flex flex-col text-center space-y-4 list-none md:text-left">
<div><a href="" class="hover text-strongCyan">Install Guide</a></div>
</div>
</div>
<!--Socials-->
<div class="flex justify-between w-32 py-1">
<a href=""><i class="ficon duration-200 fa-brands fa-square-facebook text-2xl"></i></a>
<a href=""><i class="ficon duration-200 fa-brands fa-x-twitter text-2xl"></i></a>
<a href=""><i class="ficon duration-200 fa-brands fa-instagram text-2xl"></i></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>