-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
182 lines (180 loc) · 7.03 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
<!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="Clipbaord is a service that allows you organize everything you copy from all your devices and access them from all your devices. Through the help of our cloud your items are secured." />
<meta property="og:title" content="A Clipboard Landing page" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://chemben17.github.io/Frontend-landing-page/">
<meta property="og:image" content="https://github.com/chemben17/Frontend-landing-page/blob/master/Screenshot%202023-05-05%20131810.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@secretsahil" />
<meta property="og:description" content="Clipbaord is a service that allows you organize everything you copy from all your devices and access them from all your devices. Through the help of our cloud your items are secured." />
<meta property="og:site_name" content="A Clipboard Landing page" />
<link rel="stylesheet" href="style.css">
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<title>Frontend Mentor | Clipboard landing page</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body>
<main>
<div class="divider">
<header>
<img src="./images/logo.svg" alt="" />
<h1>A history of everything you copy</h1>
<p>
Clipboard allows you to track and organize everything you copy.
Instantly access your clipboard on all your devices.
</p>
<div class="tab-container">
<div class="green tab"><a href="#">Download for iOS</a></div>
<div class="blue tab"><a href="#">Download for Mac</a></div>
</div>
</header>
<section class="section-1">
<h2>Keep track of your snippets</h2>
<p>
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="snippets">
<div class="img computer"> <img src="./images/image-computer.png" alt="image of a computer" width="752" height="572"></div>
<div>
<div class="column computer">
<div class="h-1">
<h3>Quick Search</h3>
<p>
Easily search your snippets by content, category, web address,
application, and more.
</p>
</div>
<div class="h-2">
<h3>iCloud Sync</h3>
<p>
Instantly saves and syncs snippets across all your devices.
</p>
</div>
<div class="h-3">
<h3>Complete History</h3>
<p>
Retrieve any snippets from the first moment you started using
the app.
</p>
</div>
</div>
</div>
</div>
</section>
<div class="divider">
<section class="section-2">
<h2>Access Clipboard anywhere</h2>
<p>
Whether you’re on the go, or at your computer, you can access all your
Clipboard snippets in a few simple clicks
</p>
<div>
<img src="./images/image-devices.png" alt="" width="905" height="575" />
</div>
</section>
<section class="section-3">
<h2>Supercharge your workflow</h2>
<p>We’ve got the tools to boost your productivity.</p>
<section class="mini-section">
<div>
<img src="./images/icon-blacklist.svg" alt="blacklist icon" />
<h3>Create blacklists</h3>
<p>
Ensure sensitive information never makes its way to your clipboard
by excluding certain sources.
</p>
</div>
<div>
<img src="./images/icon-text.svg" alt="Plain text icon" />
<h3>Plain text snippets</h3>
<p>
Remove unwanted formatting from copied text for a consistent look.
</p>
</div>
<div class="prob">
<img src="./images/icon-preview.svg" alt="" />
<h3>Sneak preview</h3>
<p>
Quick preview of all snippets on your Clipboard for easy access.
</p>
</div>
</section>
</section>
<section class="sponsors-section">
<img src="./images/logo-google.png" alt="google logo" />
<img src="./images/logo-ibm.png" alt="ibm-logo" />
<img src="./images/logo-microsoft.png" alt="Microsoft logo" />
<img src="./images/logo-hp.png" alt="Hewlett Packed logo" />
<img src="./images/logo-vector-graphics.png" alt="vector graphics"/>
</section>
<section class="section-4">
<h2>Clipboard for iOS and Mac OS</h3>
<p>
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="tab-container">
<div class="green tab"><a href="#">Download for iOS</a></div>
<div class="blue tab"><a href="#">Download for Mac</a></div>
</div>
</section>
</div>
</main>
<footer class="footer-container">
<div>
<div id="at-logo">
<img src="./images/logo.svg" alt="" />
</div>
<div>
<p class="scope"> <a href="#">FAQs</a> </p>
<p class="scope"> <a href="#">Contact Us</a> </p>
</div>
<div>
<p class="scope"> <a href="#">Privacy Policy</a> </p>
<p class="scope"> <a href="#">Press Kit</a> </p>
</div>
<div>
<p class="scope"> <a href="#">Install Guide</a> </p>
</div>
<div class="img">
<a href="#"><img src="./images/icon-facebook.svg" alt="facebook icon" /></a>
<a href="#"><img src="./images/icon-twitter.svg" alt="twitter icon" /></a>
<a href="#"><img src="./images/icon-instagram.svg" alt="instagram icon" /></a>
</div>
</div>
</footer>
<footer>
<p class="attribution">
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank"
>Frontend Mentor</a
>. Coded by <a href="#">Chemeben</a>.
</p>
</footer>
</body>
</html>