-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (168 loc) · 8.43 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
<!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 -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="styles.css">
<title>Frontend Mentor | Clipboard landing page</title>
</head>
<body>
<!-- first section -->
<section class="p-md-5 px-3 py-5 mb-5 mb-md-0 text-center hro-cont">
<div class="container">
<img src="images/logo.svg" class="img-fluid m-5" alt="logo">
<div class="container bg-transparent mb-5">
<h1 class="mb-3 fw-bold col-11 col-md-0 mx-auto ">A history of everything you copy</h1>
<!-- mobile text -->
<p class="d-md-none d-flex text-secondary fw-bold">Clipboard allows you to track and organise everything you copy. Instantly access
your clipboard on all devices.
</p>
<!-- desktop text -->
<p class="md-lead d-none d-md-flex flex-md-column text-secondary opacity-50">
<span>Clipboard allows you to track and organise everything
you copy. Instantly</span><span> access your clipboard on all your devices.</span>
</p>
</div>
<div class="container d-flex flex-column flex-md-row justify-content-center bg-white gap-3 gap-md-0 ">
<button type="button" class="btn shadow-lg px-md-5 py-2 text-light mx-0 mx-md-3">Download for ios</button>
<button type="button" class="btn shadow-lg px-md-5 py-2 text-light first-button">Download for Mac</button>
</div>
</div>
</section>
<!-- second section -->
<section class="p-4 p-md-5 bg-white">
<div class="container text-center">
<h2 class="mb-3 fw-bold">Keep track of your snippets</h2>
<p class="text-secondary fs-6 col-md-10 col-lg-6 mx-auto">
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>
<div class="mt-5 d-sm-flex flex-column flex-md-row align-items-center justify-content-around dream">
<img src="./images/image-computer.png" class="img-fluid mb-5 mb-md-0 computer" alt="">
<div class="container gap-md-4 d-flex flex-column">
<div class="mx-md-5 col-lg-6 col-md-10 col text-center text-md-start mb-5 mb-md-0">
<h3 class="fw-bold text-black-60">Quick Search</h3>
<p class="lh-2 text-secondary">
Easily search your snippets by content, category, web address, application, and more.
</p>
</div>
<div class="mx-md-5 col-lg-6 col-md-10 col text-center text-md-start mb-5 mb-md-0">
<h3 class="fw-bold text-black-60">iCloud Sync</h3>
<p class="lh-2 text-secondary">
Instantly saves and syncs snippets across all your devices.
</p>
</div>
<div class="mx-md-5 col-lg-6 col-md-10 col text-center text-md-start">
<h3 class="fw-bold text-black-60">Complete History</h3>
<p class="lh-2 text-secondary">
Retrieve any snippets from the first moment you started using the app.
</p>
</div>
</div>
</div>
</section>
<!-- third section -->
<section class="p-4 pt-5 mt-5 mt-md-0 align-items-center bg-white">
<div class="container text-center mb-3">
<h2 class="mb-3 fw-bold">Access Clipboard anywhere</h2>
<p class=" mx-auto text-secondary fs-6 col-md-8 col-lg-7 ">Whether you’re on the go, or at your computer, you can access all your
Clipboard
snippets in a few simple clicks.</p>
</div>
<div class="container w-50 device">
<img src="./images/image-devices.png" alt="" class="img-fluid mt-5">
</div>
</section>
<!-- fourth section -->
<section class="p-5 mt-5 mt-md-0">
<div class="text-center mb-5">
<h2 class="mb-3 fw-bold">Supercharge your workflow</h2>
<p class="lead text-secondary fs-6"> We’ve got the tools to boost your productivity.</p>
</div>
<div class="container text-center">
<div class="row align-items-baseline">
<div class="col-lg col-md-12 mt-5 mt-md-0">
<img src="./images/icon-blacklist.svg" class="img-fluid" alt="">
<h5 class="m-4 m-md-2 fw-bold">Create blacklists</h5>
<p class="text-secondary col-md-6 col-lg-12 mx-lg-0 mx-md-auto">Ensure sensitive information never makes its way to your clipboard by excluding
certain sources.</p>
</div>
<div class="col-lg col-md-6 mt-5 mt-md-0">
<img src="./images/icon-text.svg" class="img-fluid" alt="">
<h5 class="m-4 m-md-2 fw-bold">Plain text snippets</h5>
<p class="text-secondary"> Remove unwanted formatting from copied text for a consistent look.</p>
</div>
<div class="col-lg col-md-6 mt-5 mt-md-0">
<img src="./images/icon-preview.svg" class="img-fluid" alt="">
<h5 class="m-4 m-md-2 fw-bold">Sneak preview</h5>
<p class="text-secondary">Quick preview of all snippets on your Clipboard for easy access.</p>
</div>
</div>
</div>
<div class="container text-center mt-5 py-5 py-md-0">
<div class="row gap-5 gap-md-0">
<div class="col-md">
<img src="./images/logo-google.png" alt="" class="img-fluid">
</div>
<div class="col-md">
<img src="./images/logo-ibm.png" class="img-fluid" alt="">
</div>
<div class="col-md">
<img src="./images/logo-microsoft.png" class="img-fluid" alt="">
</div>
<div class="col-md">
<img src="./images/logo-hp.png" class="img-fluid" alt="">
</div>
<div class="col-md">
<img src="./images/logo-vector-graphics.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!-- fifth section -->
<section class="p-5 p-md-5 my-2 my-md-0">
<div class="text-center mb-5">
<h2 class="mb-3 fw-bold">Clipboard for iOS and Mac OS</h2>
<p class="md-lead d-md-flex flex-column text-secondary opacity-50">
<span>Available for free on the app store app store. Download for Mac or iOS, sync with iCloud and</span>
<span>you’re ready to start adding to your clipboard.</span>
</p>
</div>
<div class="container d-flex flex-column flex-md-row justify-content-center pb-5 pb-md-0 bg-white gap-3 gap-md-0 ">
<button type="button" class="btn shadow-lg px-md-5 py-2 text-light mx-0 mx-md-3">Download for ios</button>
<button type="button" class="btn shadow-lg px-md-5 py-2 text-light first-button">Download for Mac</button>
</div>
</section>
<footer class="mt-5 p-5 text-dark-50 d-flex flex-column flex-md-row gap-4 align-items-center">
<div class="container d-flex justify-content-center col-md-2 col-lg-0">
<a href="#" class="navbar-brand"><img src="./images/logo.svg"
class="img-fluid logo" alt="Logo"></a>
</div>
<div class="container d-flex flex-column flex-md-row align-items-center align-items-md-start justify-content-md-evenly gap-3 col-md-7 col-lg-0 ">
<div class="d-flex flex-column gap-md-3 gap-3 text-center text-md-start">
<a href="#" class="text-secondary text-decoration-none link">FAQs</a>
<a href="#" class="text-secondary text-decoration-none link">Contact Us</a>
</div>
<div class="d-flex flex-column gap-md-3 gap-3 text-center text-md-start">
<a href="#" class="text-secondary text-decoration-none link">Privacy Policy</a>
<a href="#" class="text-secondary text-decoration-none link">Press Kit</a>
</div>
<div class="d-flex flex-column">
<a href="#" class="text-secondary text-decoration-none link">Install Guide</a>
</div>
</div>
<div class="container d-flex gap-4 justify-content-center col-md-3 col-lg-0">
<a href="#" class="text-dark"><i class="bi bi-facebook h4 link"></i></a>
<a href="#" class="text-dark"><i class="bi bi-twitter h4 link"></i></a>
<a href="#" class="text-dark"><i class="bi bi-instagram h4 link"></i></a>
</div>
</footer>
</body>
</html>