-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (148 loc) · 7.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Complete Responsive Landing Page Website Design</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<!-- navbar sections starts -->
<header class="header">
<div class="logo">
<img src="images/logo-bookmark.svg" alt="logo-bookmark">
</div>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#features">Features</a>
<a href="#download">Download</a>
<a href="#footer">Contact</a>
<a href="#" class="btn">Log in</a>
</nav>
<div class="fas fa-bars" id="menu-btn"></div>
</header>
<!-- navbar sections starts -->
<!-- home section stars -->
<section class="home" id="home">
<div class="content">
<h1>Simple Bookmark Manager</h1>
<p>A clean and simple interface to organize your favorite websites. open a browser tab and see your sites load instantly. try it for free!!</p>
<a href="#" class="home-btn">get it on chrome</a>
</div>
<div class="image">
<img src="images/illustration-hero.svg" alt="illustration-hero">
</div>
</section>
<!-- home section ends -->
<!-- features sectin starts -->
<section class="features" id="features">
<div class="heading">
<h1>Features</h1>
<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="row">
<!-- 1 Tab -->
<div class="image">
<img src="images/illustration-features-tab-1.svg" alt="illustration-features-tab-1">
</div>
<div class="content">
<h1>Bookmark in one click</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quasi sint odit tempora, maiores quos qui quisquam accusamus ad officiis sapiente.</p>
<a href="#" class="all-btn">more info</a>
</div>
<!-- 1 Tab -->
<!-- 2 Tab -->
<div class="content">
<h1>Intelligent search</h1>
<p>Our powerful search feature will help you find saved sites in no time at all. No need to trawl through all of your bookmarks.</p>
<a href="#" class="all-btn">more info</a>
</div>
<div class="image">
<img src="images/illustration-features-tab-2.svg" alt="illustration-features-tab-2">
</div>
<!-- 2 Tab -->
<div class="image">
<img src="images/illustration-features-tab-3.svg" alt="illustration-features-tab-3">
</div>
<div class="content">
<h1>Share your bookmarks</h1>
<p>Easily share your bookmarks and collections with others. Create a shareable link that you can send at the click of a button.</p>
<a href="#" class="all-btn">more info</a>
</div>
<!-- 3 Tab -->
</div>
</section>
<!-- features sectin ends -->
<!-- downloads section starts -->
<section class="download" id="download">
<div class="heading">
<h1>Download Extension</h1>
<p>We've got more browsers in the pipeline. Please do le us know if you got've got a favorite you'd like us to prioritize</p>
</div>
<div class="box-container">
<div class="box">
<img src="images/logo-chrome.svg" alt="logo-chrome">
<h3>Add to Chrome</h3>
<p>Minimum Version 63</p>
<a href="#" class="all-btn">install</a>
</div>
<div class="box">
<img src="images/logo-firefox.svg" alt="logo-firefox">
<h3>Add to Firefox</h3>
<p>Minimum Version 55</p>
<a href="#" class="all-btn">install</a>
</div>
<div class="box">
<img src="images/logo-opera.svg" alt="logo-opera">
<h3>Add to Opera</h3>
<p>Minimum Version 46</p>
<a href="#" class="all-btn">install</a>
</div>
</div>
</section>
<!-- downloads section ends -->
<!-- footer section starts -->
<section class="footer" id="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="#"><i class="fas fa-chevron-right"></i>home</a>
<a href="#"><i class="fas fa-chevron-right"></i>features</a>
<a href="#"><i class="fas fa-chevron-right"></i>download</a>
<a href="#"><i class="fas fa-chevron-right"></i>contact</a>
</div>
<div class="box">
<h3>our services</h3>
<a href="#"><i class="fas fa-chevron-right"></i>bookmark extension</a>
<a href="#"><i class="fas fa-chevron-right"></i>chrome themes</a>
<a href="#"><i class="fas fa-chevron-right"></i>firefox themes</a>
<a href="#"><i class="fas fa-chevron-right"></i>screen recorder extension</a>
<a href="#"><i class="fas fa-chevron-right"></i>screen shot extension</a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#"><i class="fas fa-phone"></i>+123-456-789</a>
<a href="#"><i class="fas fa-phone"></i>+111-222-3333</a>
<a href="#"><i class="fas fa-envelope"></i>company@example.com</a>
<a href="#"><i class="fas fa-envelope"></i>company@example.com</a>
<a href="#"><i class="fas fa-map-marker-alt"></i>Delhi, india - 12345</a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#"><i class="fab fa-facebook-f"></i>facebook</a>
<a href="#"><i class="fab fa-twitter"></i>facebook</a>
<a href="#"><i class="fab fa-instagram"></i>instagram</a>
<a href="#"><i class="fab fa-linkedin"></i>linkedin</a>
<a href="#"><i class="fab fa-pinterest"></i>pinterest</a>
</div>
</div>
<div class="credit">created by Ishika
<a href="https://www.youtube.com/channel/UCK5YMqyy_fjAtwgu9hjxXJg" target="_blank"><span>Ishika Casley</span> | all rights reserved</a>
</div>
</section>
<!-- footer section ends -->
<script src="js/main.js"></script>
</body>
</html>