-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
204 lines (178 loc) · 6.27 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
<!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&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="queries.css" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<title>Frontend Mentor | Clipboard Landing Page</title>
</head>
<body>
<header>
<img src="images/logo.svg" alt="header logo" class="header-logo" />
<h1 class="header-title">A history of everything you copy</h1>
<p class="header-text">
Clipboard allows you to track and organize everything you copy.
Instantly access your clipboard on all your devices.
</p>
<div class="btn">
<button class="button button-ios">Download for iOS</button>
<button class="button button-mac">Download for Mac</button>
</div>
</header>
<main class="container">
<section class="main-section">
<h2 class="main-section-title">Keep track of your snippets</h2>
<p class="main-section-text">
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>
</section>
<section class="attribute">
<div>
<img
src="/images/image-computer.png"
alt="imac"
class="attribute-image"
/>
</div>
<div>
<h3 class="attribute-title">Quick Search</h3>
<p class="attribute-text">
Easily search your snippets by content, category, web address,
application, and more.
</p>
<h3 class="attribute-title">iCloud Sync</h3>
<p class="attribute-text">
Instantly saves and syncs snippets across all your devices.
</p>
<h3 class="attribute-title">Complete History</h3>
<p class="attribute-text">
Retrieve any snippets from the first moment you started using the
app.
</p>
</div>
</section>
<section class="subsection">
<h2 class="subsection-title">Access Clipboard Anywhere</h2>
<p class="subsection-text">
Whether you’re on the go, or at your computer, you can access all your
Clipboard snippets in a few simple clicks.
</p>
<img
src="/images/image-devices.png"
alt="devices"
class="subsection-image"
/>
</section>
<section class="feature">
<h2 class="feature-title">Supercharge your workflow</h2>
<p class="feature-title-text">
We’ve got the tools to boost your productivity.
</p>
</section>
<section class="grid grid--3-cols">
<div class="feature">
<img src="/images/icon-blacklist.svg" alt="" class="feature-icon" />
<h3 class="grid1 feature-subtitle">Create blacklists</h3>
<p class="grid1-text feature-subtitle-text">
Ensure sensitive information never makes its way to your clipboard
by excluding certain sources.
</p>
</div>
<div class="feature">
<img src="/images/icon-text.svg" alt="" class="feature-icon" />
<h3 class="feature-subtitle">Plain text snippets</h3>
<p class="feature-subtitle-text">
Remove unwanted formatting from copied text for a consistent look.
</p>
</div>
<div class="feature">
<img src="/images/icon-preview.svg" alt="" class="feature-icon" />
<h3 class="feature-subtitle">Sneak preview</h3>
<p class="feature-subtitle-text">
Quick preview of all snippets on your Clipboard for easy access.
</p>
</div>
</section>
<article class="brands">
<div class="logos">
<img
src="/images/logo-google.png"
alt="google logo"
class="b-logos"
/>
<img src="/images/logo-ibm.png" alt="ibm logo" class="b-logos" />
<img
src="/images/logo-microsoft.png"
alt="microsoft logo"
class="b-logos"
/>
<img src="/images/logo-hp.png" alt="hp logo" class="b-logos" />
<img
src="/images/logo-vector-graphics.png"
alt="vector graphics logo"
class="b-logos"
/>
</div>
</article>
<section class="dw">
<h2 class="dw-title">Clipboard for iOS and Mac OS</h2>
<p class="dw-text">
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>
</section>
<div class="btn">
<button class="button button-ios">Download for iOS</button>
<button class="button last-button button-mac">Download for Mac</button>
</div>
</main>
<footer>
<div class="footer-logo">
<img src="/images/logo.svg" alt="logo" />
</div>
<nav>
<ul class="footer-link">
<li><a href="#">FAQs</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
<nav>
<ul class="footer-link">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Press Kit</a></li>
</ul>
</nav>
<nav>
<ul class="footer-link">
<li><a href="#">Install Guide</a></li>
</ul>
</nav>
<nav class="footer-social">
<a href="#" target="_blank" class="fb">
<img src="/images/icon-facebook.svg" alt="facebook" />
</a>
<a href="#" target="_blank" class="ig">
<img src="/images/icon-instagram.svg" alt="instagram" />
</a>
<a href="#" target="_blank" class="tw">
<img src="/images/icon-twitter.svg" alt="twitter" />
</a>
</nav>
</footer>
</body>
</html>