-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
248 lines (238 loc) · 9.83 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!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="./images/favicon-32x32.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="styles.css">
<title>Frontend Mentor | Bookmark landing page</title>
</head>
<body>
<nav class="navbar format">
<img src="images/logo-bookmark.svg" alt="Company logo">
<ul class="navbar--links format">
<li>
<a href="#">Features</a>
</li>
<li>
<a href="#">Pricing</a>
</li>
<li>
<a href="#">Contact</a>
</li>
<li>
<button class="btn red-btn">Login</button>
</li>
</ul>
<a href="#" class="mobile--nav--deploy">
<img src="images/icon-hamburger.svg" class="hamburger" alt="Hamburger icon">
</a>
</nav>
<div class="mobile--nav">
<div class="top format">
<img src="images/logo-bookmark-mobile.svg" alt="Company logo">
<a href="#" class="close--out">
<img src="images/icon-close.svg" class="x" alt="X shape">
</a>
</div>
<div class="inner__mobile format">
<ul class="links">
<li>
<a href="#">Features</a>
</li>
<li>
<a href="#">Pricing</a>
</li>
<li>
<a href="#">Contact</a>
</li>
<li>
<button>Login</button>
</li>
</ul>
<div class="mobile--socials format">
<a href="#">
<img src="images/icon-facebook.svg" alt="Facebook icon">
</a>
<a href="#">
<img src="images/icon-twitter.svg" alt="Twitter icon">
</a>
</div>
</div>
</div>
<header class="header format">
<div class="head--content">
<h1>A Simple Bookmark Manager</h1>
<br>
<p>A clean and simple interface to organize your favorite websites. Open a new
browser tab and see your sites load instantly. Try it for free.
</p>
<br>
<button class="btn blue-btn">Get it on Chrome</button>
<button class="btn">Get it on Firefox</button>
</div>
<img src="images/illustration-hero.svg" class="hero--img" alt="Tablet mockup">
</header>
<div class="features__section">
<div class="feat--main">
<h2>Features</h2>
<br>
<p>Our aim is to make it quick and easy for you to access your favorite websites.
Your bookmarks sync between your devices so you can access them on the go.
</p>
</div>
<div class="feat--options format">
<div class="option">
<a href="#" id="bookmark" class="feat--link current">
Simple Bookmarking
</a>
</div>
<div class="option">
<a href="#" id="search" class="feat--link">
Speedy Searching
</a>
</div>
<div class="option">
<a href="#" id="share" class="feat--link">
Easy Sharing
</a>
</div>
</div>
<div class="features format">
<div class="feat--img--container">
<img src="images/illustration-features-tab-1.svg" class="feat--img" alt="Webpage mockup">
</div>
<div class="feat--content">
<h2 class="feat--title">Bookmark in one click</h2>
<br>
<p class="feat--desc">Organize your bookmarks however you like. Our simple drag-and-drop interface
gives you complete control over how you manage your favorite sites.
</p>
<br>
<button class="btn blue-btn">More Info</button>
</div>
</div>
</div>
<div class="download__section">
<div class="download--main">
<h2>Download the extension</h2>
<br>
<p>We’ve got more browsers in the pipeline. Please do let us know if you’ve
got a favorite you’d like us to prioritize.
</p>
</div>
<div class="card--container format">
<div class="card">
<img src="images/logo-chrome.svg" class="card--img" alt="Google Chrome">
<h4>Add to Chrome</h4>
<small>Minimum version 62</small>
<img src="images/bg-dots.svg" class="blue-dots" alt="Light blue dots">
<button class="btn blue-btn"> Add & Install Extension</button>
</div>
<div class="card">
<img src="images/logo-firefox.svg" class="card--img" alt="Firefox">
<h4>Add to Firefox</h4>
<small>Minimum version 55</small>
<img src="images/bg-dots.svg" class="blue-dots" alt="Light blue dots">
<button class="btn blue-btn"> Add & Install Extension</button>
</div>
<div class="card">
<img src="images/logo-opera.svg" class="card--img" alt="Opera">
<h4>Add to Opera</h4>
<small>Minimum version 46</small>
<img src="images/bg-dots.svg" class="blue-dots" alt="Light blue dots">
<button class="btn blue-btn"> Add & Install Extension</button>
</div>
</div>
</div>
<div class="faq">
<div class="faq--main">
<h2>Frequently Asked Questions</h2>
<br>
<p>Here are some of our FAQs. If you have any other questions you’d like
answered please feel free to email us.
</p>
</div>
<div class="accordion">
<div class="accordion--item">
<button class="faq-question">
<span>What is Bookmark?</span>
<img src="images/icon-arrow.svg" class="arrow" alt="Arrow">
</button>
<p class="faq-answer">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce tincidunt
justo eget ultricies fringilla. Phasellus blandit ipsum quis quam ornare mattis.
</p>
</div>
<div class="accordion--item">
<button class="faq-question">
<span>How can I request a new browser?</span>
<img src="images/icon-arrow.svg" class="arrow" alt="Arrow">
</button>
<p class="faq-answer">Vivamus luctus eros aliquet convallis ultricies. Mauris augue massa, ultricies non ligula.
Suspendisse imperdiet. Vivamus luctus eros aliquet convallis ultricies. Mauris augue massa,
ultricies non ligula. Suspendisse imperdie tVivamus luctus eros aliquet convallis ultricies.
Mauris augue massa, ultricies non ligula. Suspendisse imperdiet.
</p>
</div>
<div class="accordion--item">
<button class="faq-question">
<span>Is there a mobile app?</span>
<img src="images/icon-arrow.svg" class="arrow" alt="Arrow">
</button>
<p class="faq-answer">Sed consectetur quam id neque fermentum accumsan. Praesent luctus vestibulum dolor, ut condimentum
urna vulputate eget. Cras in ligula quis est pharetra mattis sit amet pharetra purus. Sed
sollicitudin ex et ultricies bibendum.
</p>
</div>
<div class="accordion--item">
<button class="faq-question">
<span>What about other Chromium browsers?</span>
<img src="images/icon-arrow.svg" class="arrow" alt="Arrow">
</button>
<p class="faq-answer">Integer condimentum ipsum id imperdiet finibus. Vivamus in placerat mi, at euismod dui. Aliquam
vitae neque eget nisl gravida pellentesque non ut velit.
</p>
</div>
</div>
<button class="btn blue-btn">More Info</button>
</div>
<div class="meta__footer">
<p>35,000+ already joined</p>
<h3>Stay up-to-date with what we’re doing</h3>
<form class="form-control format">
<div class="form-invalid-wrapper">
<input aria-label="Email input area" type="email" id="email" placeholder="Enter your email address">
<img src="images/icon-error.svg" class="exclamation" alt="Exclamation error">
<small class="err-msg"></small>
</div>
<button class="btn red-btn">Contact Us</button>
</form>
</div>
<footer class="footer format">
<ul class="navbar--links format">
<li>
<img src="images/logo-bookmark-footer.svg" alt="Company logo">
</li>
<li>
<a href="#">Features</a>
</li>
<li>
<a href="#">Pricing</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
<div class="social--links">
<a href="#" aria-label="Facebook icon">
<i class="fab fa-facebook-square"></i>
</a>
<a href="#" aria-label="Twitter icon">
<i class="fab fa-twitter"></i>
</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>