-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (153 loc) · 6.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" sizes="32x32" href="./public/images/favicon-32x32.png" />
<title>Frontend Mentor | Clipboard landing page</title>
<link rel="stylesheet" href="./src/styles/css/index.css" />
</head>
<body>
<header class="header__app">
<div class="header__app-background">
<img src="./public/images/logo.svg" alt="logo-app" class="header__app-img" />
</div>
<h1 class="header__app-title">A history of everything you copy</h1>
<p class="header__app-paragraph text--paragraph">
Clipboard allows you to track and organize everything you copy. Instantly access your clipboard on all
your devices.
</p>
<button class="btn btn--ios">Download for iOS</button>
<button class="btn btn--mac">Download for Mac</button>
</header>
<section class="info__snippets">
<h2 class="info__snippets-title">Keep track of your snippets</h2>
<p class="info__snippets-paragraph text--paragraph">
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="info__functionality">
<div class="info__functionality-content-img">
<img src="./public/images/image-computer.png" alt="computer" class="info__functionality-img" />
</div>
<article class="info__functionality-content-articles">
<article class="info__functionality-article">
<h3 class="info__functionality-title">Quick Search</h3>
<p class="text--paragraph">
Easily search your snippets by content, category, web address, application, and more.
</p>
</article>
<article class="info__functionality-article">
<h3 class="info__functionality-title">iCloud Sync</h3>
<p class="text--paragraph">Instantly saves and syncs snippets across all your devices.</p>
</article>
<article class="info__functionality-article">
<h3 class="info__functionality-title">Complete History</h3>
<p class="text--paragraph">
Retrieve any snippets from the first moment you started using the app.
</p>
</article>
</article>
</section>
<section class="show__device">
<article class="show__device-article">
<h3 class="show__device-title">Access Clipboard anywhere</h3>
<p class="text--paragraph">
Whether you’re on the go, or at your computer, you can access all your Clipboard snippets in a few
simple clicks.
</p>
</article>
<div>
<img src="./public/images/image-devices.png" alt="devices" class="show__device-img" />
</div>
<article class="show__device-article">
<h3 class="show__device-title">Supercharge your workflow</h3>
<p class="text--paragraph">We’ve got the tools to boost your productivity.</p>
</article>
</section>
<section class="info__characteristic">
<article class="info__characteristic-article">
<img src="./public/images/icon-blacklist.svg" alt="blacklists" class="info__characteristic-icon" />
<h4 class="info__characteristic-title">Create blacklists</h4>
<p class="text--paragraph">
Ensure sensitive information never makes its way to your clipboard by excluding certain sources.
</p>
</article>
<article class="info__characteristic-article">
<img src="./public/images/icon-text.svg" alt="text-snippets" class="info__characteristic-icon" />
<h4 class="info__characteristic-title">Plain text snippets</h4>
<p class="text--paragraph">Remove unwanted formatting from copied text for a consistent look.</p>
</article>
<article class="info__characteristic-article">
<img src="./public/images/icon-preview.svg" alt="sneak-preview" class="info__characteristic-icon" />
<h4 class="info__characteristic-title">Sneak preview</h4>
<p class="text--paragraph">Quick preview of all snippets on your Clipboard for easy access.</p>
</article>
</section>
<section class="logos__companies">
<img src="./public/images/logo-google.png" alt="logo-google" class="logos__companies-icon" />
<img src="./public/images/logo-ibm.png" alt="logo-ibm" class="logos__companies-icon" />
<img src="./public/images/logo-microsoft.png" alt="logo-microsoft" class="logos__companies-icon" />
<img src="./public/images/logo-hp.png" alt="logo-hp" class="logos__companies-icon" />
<img
src="./public/images/logo-vector-graphics.png"
alt="logo-vector-graphics"
class="logos__companies-icon"
/>
</section>
<section class="section__clipboard">
<h2 class="section__clipboard-title">Clipboard for iOS and Mac OS</h2>
<p class="text--paragraph">
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 class="btn btn--ios">Download for iOS</button>
<button class="btn btn--mac">Download for Mac</button>
</section>
<footer class="footer">
<article class="footer-content">
<img src="./public/images/logo.svg" alt="logo-app" class="footer__img" />
<ul class="footer__ul">
<li class="footer__list">
<a href="#" class="footer__link">FAQs</a>
</li>
<li class="footer__list">
<a href="#" class="footer__link">Privacy Policy</a>
</li>
<li class="footer__list">
<a href="#" class="footer__link">Install Guide</a>
</li>
<li class="footer__list">
<a href="#" class="footer__link">Contact Us</a>
</li>
<li class="footer__list">
<a href="#" class="footer__link">Press Kit</a>
</li>
</ul>
<article class="footer__container-icons">
<a href="https://facebook.com" target="_blank" class="footer__container-links">
<img src="./public/images/icon-facebook.svg" alt="icon-facebook" class="footer__icons" />
</a>
<a href="https://twitter.com" target="_blank" class="footer__container-links">
<img src="./public/images/icon-twitter.svg" alt="icon-twitter" class="footer__icons" />
</a>
<a href="https://instagram.com" target="_blank" class="footer__container-links">
<img src="./public/images/icon-instagram.svg" alt="icon-instagram" class="footer__icons" />
</a>
</article>
</article>
</footer>
<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="https://github.com/Lenugo/clipboard-lading-page" target="_blank" class="attribution-link"
><i>Lenugo</i></a
>.
</p>
</div>
</body>
</html>