-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
261 lines (222 loc) · 8.95 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
249
250
251
252
253
254
255
256
257
258
259
260
261
<!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 -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dropdown.css">
<link rel="stylesheet" href="header.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Overpass:wght@100;400;700&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="mobile-dropdown.css">
<link rel="stylesheet" href="section1.css">
<link rel="stylesheet" href="section2.css">
<link rel="stylesheet" href="section3.css">
<link rel="stylesheet" href="footer.css">
<script src="./script.js"></script>
<title>Frontend Mentor | [Blogr]</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>
<header>
<nav>
<img class="logo" src="./images/logo.svg" alt="logo">
<div class="desktop-nav-menu">
<div class="dropdown">
<button class="dropbtn">Product</button>
<div class="dropdown-content">
<div class="dropdown-main-content">
<a href="#">Overview</a>
<a href="#">Pricing</a>
<a href="#">Marketplace</a>
<a href="#">Features</a>
<a href="#">Integrations</a>
</div>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Company</button>
<div class="dropdown-content">
<div class="dropdown-main-content">
<a href="#">About</a>
<a href="#">Team</a>
<a href="#">Blog</a>
<a href="#">Careers</a>
</div>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Connect</button>
<div class="dropdown-content">
<div class="dropdown-main-content">
<a href="#">Contact</a>
<a href="#">Newsletter</a>
<a href="#">LinkedIn</a>
</div>
</div>
</div>
<div class="account-section">
<button class="nav-link">Login</button>
<button class="primary-button">Sign Up</button>
</div>
</div>
<div class="mobile-menu-trigger">
<a href="javascript:void(0)" class="mobile-nav-icon" onclick="myMenu()">
<img id="open-menu" class="icon-hamburger" src="./images/icon-hamburger.svg" alt="open menu">
<img id="close-menu" class="close-icon-hamburger" src="./images/icon-close.svg" alt="close menu">
</a>
</div>
</nav>
<div class="mobile-menu-container mobile" id="mobile-menu">
<div class="mobile-menu">
<div class="m-dropdown">
<div onclick="DropdownMenu1()" class="m-dropbtn-container">
<button class="m-dropbtn">Product</button>
<img class="m-arrow" src="./images/icon-arrow-dark.svg" alt="">
</div>
<div id="m-dropdown-1" class="m-dropdown-content">
<div class="m-dropdown-main-content">
<a href="#">Overview</a>
<a href="#">Pricing</a>
<a href="#">Marketplace</a>
<a href="#">Features</a>
<a href="#">Integrations</a>
</div>
</div>
</div>
<div class="m-dropdown">
<div onclick="DropdownMenu2()" class="m-dropbtn-container">
<button class="m-dropbtn">Company</button>
<img class="m-arrow" src="./images/icon-arrow-dark.svg" alt="">
</div>
<div id="m-dropdown-2" class="m-dropdown-content">
<div class="m-dropdown-main-content">
<a href="#">About</a>
<a href="#">Team</a>
<a href="#">Blog</a>
<a href="#">Careers</a>
</div>
</div>
</div>
<div class="m-dropdown">
<div onclick="DropdownMenu3()" class="m-dropbtn-container">
<button class="m-dropbtn">Connect</button>
<img class="m-arrow" src="./images/icon-arrow-dark.svg" alt="">
</div>
<div id="m-dropdown-3" class="m-dropdown-content">
<div class="m-dropdown-main-content">
<a href="#">Contact</a>
<a href="#">Newsletter</a>
<a href="#">LinkedIn</a>
</div>
</div>
</div>
</div>
</div>
<div class="content">
<h1>A modern publishing platform</h1>
<h3>Grow your audience and build your online brand</h3>
<div class="btn-container">
<button class="primary-button">Start for Free</button>
<button class="secondary-button">Learn More</button>
</div>
</div>
</header>
<section class="fist-section">
<h2>Designed for future</h2>
<div class="container">
<div class="left">
<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="right">
<img src="./images/illustration-editor-desktop.svg" alt="">
</div>
<div class="mobile">
<img src="./images/illustration-editor-mobile.svg" alt="">
</div>
</div>
</section>
<section class="second-section">
<div class="section-container">
<div class="media">
<img src="./images/illustration-phones.svg" alt="phones ilustration">
</div>
<div class="content">
<h2>State of the Art Infrastructure</h2>
<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>
</div>
</div>
</section>
<section class="fist-section reverse-section-1">
<h2>Designed for future</h2>
<div class="container">
<div class="left">
<h3>Free, open, simple</h3>
<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>
<h3>Powerful tooling</h3>
<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>
<div class="right">
<img src="./images/illustration-laptop-desktop.svg" alt="">
</div>
<div class="mobile">
<img src="./images/illustration-laptop-mobile.svg" alt="">
</div>
</div>
</section>
<footer>
<div class="container">
<div class="group">
<img class="logo" src="./images/logo.svg" alt="logo"> </div>
<div class="group">
<ul>
<li>Product</li>
<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="group">
<ul>
<li>Company</li>
<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="group">
<ul>
<li>Connect</li>
<li><a href="">Contact</a></li>
<li><a href="">Newsletter</a></li>
<li><a href="">LinkedIn</a></li>
</ul>
</div>
</div>
</footer>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://twitter.com/coding_mat">Mateusz Białowąs | CodingMat</a>.
</div>
</body>
</html>