-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (204 loc) · 8.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
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
<!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="Modern publishing platform. Grow your audience and build your online brand">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link href="https://fonts.googleapis.com/css2?family=Overpass:wght@300;600&family=Ubuntu:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Blogr landing page</title>
</head>
<body>
<!-- Header starts here -->
<section class="header">
<div class="navigation">
<a href="#"><img src="images/logo.svg" alt="Blogr logo"></a>
<ul class="site-nav">
<li><a href="#">Product</a><img src="images/icon-arrow-light.svg" alt="dropdown arrow">
<div class="dropdown-menu">
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Marketplace</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Integrations</a></li>
</ul>
</div>
</li>
<li><a href="#">Company</a><img src="images/icon-arrow-light.svg" alt="dropdown arrow">
<div class="dropdown-menu">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</li>
<li><a href="#">Connect</a><img src="images/icon-arrow-light.svg" alt="dropdown arrow">
<div class="dropdown-menu">
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#">Newsletter</a></li>
<li><a href="#">LinkedIn</a></li>
</ul>
</div>
</li>
</ul>
<ul class="register">
<li><a href="#" class="login">Login</a></li>
<li><a href="#" class="signup">Sign Up</a></li>
</ul>
<img src="images/icon-hamburger.svg" alt="hamburger" id="mobilemenu">
</div>
<div class="header-content">
<h1>A modern publishing platform</h1>
<p>Grow your audience and build your online brand</p>
<ul class="header-content-links">
<li><a href="#" class="start">Start for free</a></li>
<li><a href="#" class="learn">Learn More</a></li>
</ul>
</div>
</section>
<!-- Mobile Navigation starts here -->
<div id="mobilenav" class="mobilenav">
<ul>
<li class="connect">
<div class="connect-text">
<a href="#">Product</a>
<img src="images/icon-arrow-dark.svg" alt="dropdown arrow">
</div>
<div class="dropdown-menu-mobile">
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Marketplace</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Integrations</a></li>
</ul>
</div>
</li>
<li class="connect">
<div class="connect-text">
<a href="#">Company</a>
<img src="images/icon-arrow-dark.svg" alt="dropdown arrow">
</div>
<div class="dropdown-menu-mobile">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</li>
<li class="connect">
<div class="connect-text">
<a href="#">Connect</a>
<img src="images/icon-arrow-dark.svg" alt="dropdown arrow">
</div>
<div class="dropdown-menu-mobile">
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#">Newsletter</a></li>
<li><a href="#">LinkedIn</a></li>
</ul>
</div>
</li>
<li><a href="#">Login</a></li>
<li class="signup"><a href="#">Sign Up</a></li>
</ul>
</div>
<!-- Blogr description -->
<section class="description">
<h2>Designed for the future</h2>
<div class="description-content">
<div class="description-content-leftcolumn">
<h3>Introducing an extensible editor</h3>
<p>Blogr features an exceedingly intuitive interface which lets you focus on one thing: creating content.
The editor supports management of multiple blogs and allows easy manipulation of embeds such as images,
videos, and Markdown. Extensibility with plugins and themes provide easy ways to add functionality or
change the looks of a blog
</p>
<h3>Robust content management</h3>
<p>Flexible content management enables users to easily move through posts. Increase the usability of your blog
by adding customized categories, sections, format, or flow. With this functionality, you’re in full control.
</p>
</div>
<div class="description-content-rightcolumn">
<img src="images/illustration-editor-desktop.svg" alt="editor illustration" class="desktop-editor">
<img src="images/illustration-editor-mobile.svg" alt="editor illustration" class="mobile-editor">
</div>
</div>
</section>
<!-- Services -->
<section class="services">
<div class="services-leftcolumn">
<img src="images/illustration-phones.svg" alt="phone illustration" class="phone">
<img src="images/bg-pattern-circles.svg" alt="circle pattern" class="circle-pattern">
</div>
<div class="services-rightcolumn">
<h4>State of the Art Infrastructure</h4>
<p>With reliability and speed in mind, worldwide data centers provide the backbone for ultra-fast connectivity.
This ensures your site will load instantly, no matter where your readers are, keeping your site competitive.
</p>
</div>
</section>
<!-- Features -->
<section class="features">
<div class="features-leftcolumn">
<img src="images/illustration-laptop-desktop.svg" alt="laptop illustration" class="desktop-illustration">
<img src="images/illustration-laptop-mobile.svg" alt="laptop illustration" class="mobile-illustration">
</div>
<div class="features-rightcolumn">
<h5>Free, open, simple</h5>
<p>Blogr is a free and open source application backed by a large community of helpful developers. It supports
features such as code syntax highlighting, RSS feeds, social media integration, third-party commenting tools,
and works seamlessly with Google Analytics. The architecture is clean and is relatively easy to learn.
</p>
<h5>Powerful tooling</h5>
<p>Batteries included. We built a simple and straightforward CLI tool that makes customization and deployment a breeze, but
capable of producing even the most complicated sites.
</p>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-box">
<a href="#"><img src="images/logo.svg" alt="Blogr logo"></a>
</div>
<div class="footer-box">
<h6>Product</h6>
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Marketplace</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Integrations</a></li>
</ul>
</div>
<div class="footer-box">
<h6>Company</h6>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="footer-box">
<h6>Connect</h6>
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#">Newsletter</a></li>
<li><a href="#">LinkedIn</a></li>
</ul>
</div>
<div class="attribution">
Coded by <a href="https://github.com/Sarthak-0-Sach" target="_blank" rel="noopener">Sarthak Sachdev</a>.
</div>
</footer>
<script src="script.js"></script> <!-- JavaScript file for mobile navigation -->
</body>
</html>