-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (148 loc) · 6.65 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"> <!-- displays site properly based on user's device -->
<meta name="description" content="Clipboard allows you to track and organize everything you copy. Instantly acess your clipboard on all your devices">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Clipboard landing page</title>
<!--Css-->
<link rel="stylesheet" href="/css/style.css">
<!--Boxicons Icons-->
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<!--Header-->
<header class="header">
<img src="/images/logo.svg" alt="" class="header__logo">
</header>
<!--Home-->
<section class="home container">
<div class="home__container">
<h1 class="section__title">A history of everything you copy</h1>
<p class="section__description">Clipboard allows you to track and organize everything you copy. Instantly acess your clipboard on all your devices</p>
<div class="home__button">
<button class="green__button button">Download for iOS</button>
<button class="blue__button button">Download for Mac</button>
</div>
</div>
</section>
<section class="track container section">
<h1 class="section__title">Keep track of your snippets</h1>
<p class="section__description">Clipboard instantly stores any item you copy in the cloud, meaning you can access your snippets immediently on all your devices.
Our Mac and iOS apps will help you organize everything</p>
<div class="track__container grid">
<img src="/images/image-computer.png" alt="Computer" class="track__img">
<div class="track__description">
<div class="description__card track__align">
<h2 class="description__title">Quick Search</h2>
<p class="description">Easily search your snippets by content, category, web address, application, and more</p>
</div>
<div class="description__card track__align">
<h2 class="description__title">iCloud Sync</h2>
<p class="description">Instantly saves and syncs snippets across all your devices</p>
</div>
<div class="description__card track__align">
<h2 class="description__title">Complete History</h2>
<p class="description">Retrive any snippets from the first moment you started using the app</p>
</div>
</div>
</div>
</section>
<!--Access-->
<section class="access container section">
<h1 class="section__title">Access Clipboard Anywhere</h1>
<p class="section__description">Whether you're on the go, or st your Computer,
you can access all your Clipboard snippets in a few
simple clicks.
</p>
<img src="/images/image-devices.png" alt="Multiple devices" class="access__img">
</section>
<!--Workflow-->
<section class="workflow container section">
<h1 class="section__title">Supercharge your workflow</h1>
<p class="section__description">We've got the tools to boost your productivity</p>
<div class="workflow__container grid">
<div class="description__card">
<img src="/images/icon-blacklist.svg" class="workflow__icon" alt="blacklists-logo">
<h2 class="description__title">Create blacklists</h2>
<p class="description">Ensure sensitive information never makes it's way to
your clipboard by excluding certain sources.
</p>
</div>
<div class="description__card">
<img src="/images/icon-text.svg" class="workflow__icon" alt="Plant-text">
<h2 class="description__title">Plain text snippets</h2>
<p class="description">Ensure sensitive information never makes it's way to
your clipboard by excluding certain sources.
</p>
</div>
<div class="description__card">
<img src="/images/icon-preview.svg" class="workflow__icon" alt="Preview">
<h2 class="description__title">Sneak preview</h2>
<p class="description">Ensure sensitive information never makes it's way to
your clipboard by excluding certain sources.
</p>
</div>
</div>
</section>
<!--Comapany-->
<section class="company container section">
<div class="company__container grid">
<div class="company__card">
<img src="/images/logo-google.png" alt="Google">
</div>
<div class="company__card">
<img src="/images/logo-ibm.png" alt="IBM">
</div>
<div class="company__card">
<img src="/images/logo-microsoft.png" alt="Microsoft">
</div>
<div class="company__card">
<img src="/images/logo-hp.png" alt="HP">
</div>
<div class="company__card">
<img src="/images/logo-vector-graphics.png" alt="Vector Graphics">
</div>
</div>
</section>
<section class="download container section">
<div class="download__container">
<h1 class="section__title">Clipboard for iOS and Mac OS</h1>
<p class="section__description">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="home__button">
<button class="green__button button">Download for iOS</button>
<button class="blue__button button">Download for Mac</button>
</div>
</div>
</section>
<footer class="footer section">
<div class="footer__container grid">
<div class="footer__logo">
<img src="/images/logo.svg" alt="Clipboard" class="footer__logo-img">
</div>
<div class="footer__links">
<a href="#" class="footer__link">FAQs</a>
<a href="#" class="footer__link">Contact Us</a>
</div>
<div class="footer__links">
<a href="#" class="footer__link">Privacy Policy</a>
<a href="#" class="footer__link">Press Kit</a>
</div>
<div class="footer__links">
<a href="#" class="footer__link">Install Guide</a>
</div>
<div class="footer__social">
<img src="/images/icon-facebook.svg" class="footer__social-img" alt="facebook">
<img src="/images/icon-twitter.svg" class="footer__social-img" alt="Twitter">
<img src="/images/icon-instagram.svg" class="footer__social-img" alt="Instagram">
</div>
</div>
<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank" class="attribution__link">Frontend Mentor</a>.
Coded by <a href="#" class="attribution__link">Neeraj Chauhan</a>.
</p>
</footer>
</body>
</html>