-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (194 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/favicon-32x32.png" type="image/x-icon">
<!-- Required Social Preview MetaTags -->
<!-- Primary Meta Tags -->
<meta name="title" content="Clipboard Landing Page | FrontEndMentor.io Challenge by ImranAvenger">
<meta name="description"
content="Clipboard Landing Page design is a front end challenge from frontendmentor.io . This challenge is completed by ImranAvenger using HTML, CSS">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.com/ImranAvenger/clipboard-landing-page">
<meta property="og:title" content="Clipboard Landing Page | FrontEndMentor.io Challenge by ImranAvenger">
<meta property="og:description"
content="Clipboard Landing Page design is a front end challenge from frontendmentor.io . This challenge is completed by ImranAvenger using HTML, CSS">
<meta property="og:image" content="./images/desktop-design.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://github.com/ImranAvenger/clipboard-landing-page">
<meta property="twitter:title" content="Clipboard Landing Page | FrontEndMentor.io Challenge by ImranAvenger">
<meta property="twitter:description"
content="Clipboard Landing Page design is a front end challenge from frontendmentor.io . This challenge is completed by ImranAvenger using HTML, CSS">
<meta property="twitter:image" content="./images/desktop-design.jpg">
<!-- End of Required Social Preview MetaTags -->
<title>Clipboard Landing Page | Al Imran</title>
<!-- Fontawesome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&display=swap" rel="stylesheet">
<!-- CSS File -->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- Header Section -->
<header>
<div class="container">
<div class="header_logo">
<img src="./images/logo.svg" alt="logo">
</div>
<h1 class="header_heading">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="buttons">
<div class="col span_1_of_2">
<div class="button_div">
<a href="#" class="btn btn1">Download for iOS</a>
</div>
</div>
<div class="col span_1_of_2">
<div class="button_div">
<a href="#" class="btn btn2">Download for Mac</a>
</div>
</div>
</div>
</div>
</header>
<!-- Main Section -->
<main>
<div class="container">
<div class="s_1_heading">
<h2 class="s_heading">Keep track of your snippets</h2>
<p class="s_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>
</div>
<section class="section_1">
<div class="sub_section">
<div class="col span_1_of_2">
<img src="./images/image-computer.png" alt="Image Computer">
</div>
<div class="col span_1_of_2">
<div class="textbox">
<h3>Quick Search</h3>
<p>Easily search your snippets by content, category, web address, application, and more.</p>
</div>
<div class="textbox">
<h3>iCloud Sync</h3>
<p>Instantly saves and syncs snippets across all your devices.</p>
</div>
<div class="textbox">
<h3>Complete History</h3>
<p>Retrieve any snippets from the first moment you started using the app.</p>
</div>
</div>
</div>
</section>
<section class="section_2">
<h2 class="s_heading">Access Clipboard anywhere</h2>
<p class="s_paragraph">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="Image Devices" class="s_2_img">
</section>
<section class="section_3">
<h2 class="s_heading">Supercharge your workflow</h2>
<p class="s_paragraph">We’ve got the tools to boost your productivity.</p>
<div class="sub_section_2">
<div class="col span_1_of_3">
<div class="image_box">
<img src="./images/icon-blacklist.svg" alt="Blacklist Icon" class="icon">
<h3 class="ib_heading">Create blacklists</h3>
<p class="ib_paragraph">Ensure sensitive information never makes its way to your clipboard by excluding certain sources.</p>
</div>
</div>
<div class="col span_1_of_3">
<div class="image_box">
<img src="./images/icon-text.svg" alt="Text Icon" class="icon">
<h3 class="ib_heading">Plain text snippets</h3>
<p class="ib_paragraph">Remove unwanted formatting from copied text for a consistent look.</p>
</div>
</div>
<div class="col span_1_of_3">
<div class="image_box">
<img src="./images/icon-preview.svg" alt="Preview Icon" class="icon">
<h3 class="ib_heading">Sneak preview</h3>
<p class="ib_paragraph">Quick preview of all snippets on your Clipboard for easy access.</p>
</div>
</div>
</div>
<div class="sub_section_3">
<div class="col span_1_of_5">
<img src="./images/logo-google.png" alt="Google" class="img">
</div>
<div class="col span_1_of_5">
<img src="./images/logo-ibm.png" alt="IBM" class="img">
</div>
<div class="col span_1_of_5">
<img src="./images/logo-microsoft.png" alt="Microsoft" class="img">
</div>
<div class="col span_1_of_5">
<img src="./images/logo-hp.png" alt="Hewlett Packard" class="img">
</div>
<div class="col span_1_of_5">
<img src="./images/logo-vector-graphics.png" alt="Vector Graphics" class="img">
</div>
</div>
</section>
<section class="section_4">
<h2 class="s_heading">Clipboard for iOS and Mac OS</h2>
<p class="s_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>
<div class="buttons">
<div class="col span_1_of_2">
<a href="#" class="btn btn1">Download for iOS</a>
</div>
<div class="col span_1_of_2">
<a href="#" class="btn btn2">Download for Mac</a>
</div>
</div>
</section>
</div>
</main>
<!-- Footer Section -->
<footer>
<div class="container foot_container">
<div class="footer_element">
<div class="col span_1_of_4">
<div class="footer_logo">
<img src="./images/logo.svg" alt="Logo">
</div>
</div>
<div class="col span_2_of_4">
<div class="link_box">
<div class="footer_link">
<a href="#">FAQs</a>
</div>
<div class="footer_link">
<a href="#">Privacy Policy</a>
</div>
<div class="footer_link">
<a href="#">Install Guide</a>
</div>
<div class="footer_link">
<a href="#">Contact Us</a>
</div>
<div class="footer_link">
<a href="#">Press Kit</a>
</div>
</div>
</div>
<div class="col span_1_of_4">
<div class="social_link">
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="attribution">
<p>
Challenged by <a href="https://www.frontendmentor.io/challenges"><span style="color: blue;">Frontend Mentor</span></a> | Coded by <a href="https://github.com/ImranAvenger"><span style="color: blue;">Al Imran</span></a>
</p>
</div>
</footer>
</body>
</html>