-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (222 loc) · 8.35 KB
/
Copy pathindex.html
File metadata and controls
255 lines (222 loc) · 8.35 KB
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
<!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="css/style.css">
<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>
<div class="wrapper">
<div class="header_container">
<div class="logo_container">
<a href="#" class="logo"><h2>Blogr</h2></a>
</div>
<div class="nav__container" id="menu">
<nav>
<ul>
<li><a href="#" class="nav_link">Product</a></li>
<li><a href="#" class="nav_link">Company</a></li>
<li><a href="#" class="nav_link">Connect</a></li>
</ul>
<div class="sign_up">
<a href="#" class="black">Login</a>
<a href="#" class="sign">Sign Up</a>
</div>
</nav>
</div>
<div class="mobile__menu" id="toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
<div class="hero-section">
<div class="section-container">
<div class="big-text">
<p class="heading">A modern publishing platform</p>
<p class="small-text">Grow your audience and build your online brand</p>
</div>
<div class="btn-container">
<a href="#" class="free">Start for Free</a>
<a href="#" class="learn">Learn More</a>
</div>
</div>
</div>
</div>
</header>
<section class="attrib">
<div class="wrapper">
<div class="row">
<div class="col-2 img">
<div class="container-img1">
<img src="images/illustration-editor-desktop.svg" alt="" width="500px" >
</div>
</div>
<div class="col-2 text">
<div class="attrib-heading">
<h1 class="attrib-head">Introducing an extensible editor</h1>
<p class="test">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>
</div>
<div class="attrib-heading">
<h1 class="attrib-head">Robust content management</h1>
<p class="test">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>
</div>
</div>
</section>
<section class="relative">
<div class="wrapper grid">
<div class="phones move-up">
<div class="phone-img">
<img src="images/illustration-phones.svg" alt="" width="">
</div>
</div>
<div class="text-container wrapper">
<div class="head-text">
<h1>State of the Art Infracstructure</h1>
</div>
<div class="para">
<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="attrib">
<div class="wrapper">
<div class="row">
<div class="col-2 oder">
<div class="container-img">
<img src="images/illustration-laptop-mobile.svg" alt="">
</div>
</div>
<div class="col-2">
<div class="attrib-heading">
<h1 class="attrib-head">Free, open, simple</h1>
<p class="test">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>
</div>
<div class="attrib-heading">
<h1 class="attrib-head">Powerful tooling</h1>
<p class="test">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>
</div>
</div>
</section>
<footer>
<div class="wrapper">
<div class="row colum">
<div class="col-4">
<div class="logo_container">
<a href="#" class="logo"><h2>Blogr</h2></a>
</div>
</div>
<div class="col-4">
<div class="footer-head-link">Product</div>
<ul>
<li><a href="" class="nav_link">Overview</a></li>
<li><a href="" class="nav_link">Marketplace</a></li>
<li><a href="" class="nav_link">Features</a></li>
<li><a href="" class="nav_link">Integrations</a></li>
<li><a href="" class="nav_link">Pricing</a></li>
</ul>
</div>
<div class="col-4">
<div class="footer-head-link">Company</div>
<ul>
<li><a href="" class="nav_link">About</a></li>
<li><a href="" class="nav_link">Team</a></li>
<li><a href="" class="nav_link">Blog</a></li>
<li><a href="" class="nav_link">Careers</a></li>
</ul>
</div>
<div class="col-4">
<div class="footer-head-link">Connect</div>
<ul>
<li><a href="" class="nav_link"> Contact</a></li>
<li><a href="" class="nav_link">Newsletter</a></li>
<li><a href="" class="nav_link"> LinkedIn</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!--
Product
Overview
Pricing
Marketplace
Features
Integrations
Company
About
Team
Blog
Careers
Connect
Contact
Newsletter
LinkedIn
Login
Sign Up
A modern publishing platform
Grow your audience and build your online brand
Start for Free
Learn More
Designed for the future
Introducing an extensible editor
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.
Robust content management
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.
State of the Art Infrastructure
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.
Free, open, simple
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.
Powerful tooling
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.
Product
Overview
Pricing
Marketplace
Features
Integrations
Company
About
Team
Blog
Careers
Connect
Contact
Newsletter
LinkedIn -->
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>.
</div>
<script src="js/app.js"></script>
</body>
</html>