-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (175 loc) · 8.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Blogr Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/Grid-layout.css">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<section class="sec-one">
<header>
<div class="logo"><img src="./images/logo.svg" alt="logo"></div>
<nav class="navigate">
<ul class="nav-ul">
<li class="drop-down">
<div><span class="link">Product</span><span class="up-arrow"><img src="./images/icon-arrow-light.svg" alt="^"></span></div>
<div class="drop-down-content">
<a href="">Contact</a><a href="">Newsletter</a><a href="">LinkedIn</a>
</div>
</li>
<li class="drop-down">
<div><span class="link">Company</span><span class="up-arrow"><img src="./images/icon-arrow-light.svg" alt="^"></span></div>
<div class="drop-down-content">
<a href="">Contact</a><a href="">Newsletter</a><a href="">LinkedIn</a>
</div>
</li>
<li class="drop-down">
<div><span class="link">Connect</span><span class="up-arrow"><img src="./images/icon-arrow-light.svg" alt="^"></span></div>
<div class="drop-down-content">
<a href="">Contact</a><a href="">Newsletter</a><a href="">LinkedIn</a>
</div>
</li>
</ul>
<ul class="log-ul">
<li><a>Login</a></li>
<li class="sign"><a>Sign Up</a></li>
</ul>
</nav>
<div class="menu-bar"><img id="img-src" src="images\icon-hamburger.svg" alt="icon"></div>
</header>
<div class="main-001">
<div class="content-001">
<h1>A modern publishing platform</h1>
<p>Grow your audience and build your online brand</p>
<div>
<button class="btn-001">Start for Free</button><button class="btn-002">Learn More</button>
</div>
</div>
</div>
</section>
<section class="sec-two">
<div class="div-h2">
<h2>Designed for the future</h2>
</div>
<div class="row display-order">
<div class="col span-1-of-2 order-2">
<div class="main-002">
<div class="content-002">
<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>
</div>
<div class="content-002">
<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>
</div>
<div class="col span-1-of-2 order-1">
<div class="img-main">
<!-- <div class="img-content-mobile"><img src="./images/illustration-editor-mobile.svg" alt=""></div> -->
<div class="img-content"><img src="./images/illustration-editor-desktop.svg" alt="illustration-editor"></div>
</div>
</div>
</div>
</section>
<section class="sec-three">
<div class="row">
<div class="col span-1-of-2">
<div class="phone-img"><img src="./images/illustration-phones.svg" alt="illustration-phones.svg"></div>
</div>
<div class="col span-1-of-2 main-003 ">
<div class="content-003">
<p class="p-one">State of the Art Infrastructure</h1>
<p class="p-two">
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="sec-four">
<div class="row">
<div class=" col span-1-of-2">
<div class="main-img-004">
<div class="laptop-img"><img src="./images/illustration-laptop-desktop.svg" alt="illustreation-laptop-desktop"></div>
</div>
</div>
<div class="col span-1-of-2">
<div class="main-004">
<div class="content-004">
<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>
</div>
<div class="content-004">
<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>
</div>
</div>
</section>
<footer class="foot-sec">
<div class="row foot-row">
<div class="col span-3-of-12">
<div class="logo foot-logo"><img src="./images/logo.svg" alt="image"></div>
</div>
<div class="col span-3-of-12">
<ul class="foot-ul">
<li class="one-foot-ul">Product</li>
<li>Overview</li>
<li>Pricing</li>
<li>Marketplace</li>
<li>Features</li>
<li>Integrations</li>
</ul>
</div>
<div class="col span-3-of-12">
<ul class="foot-ul">
<li class="one-foot-ul">Company</li>
<li>About</li>
<li>Team</li>
<li>Blog</li>
<li>Careers</li>
</ul>
</div>
<div class="col span-3-of-12">
<ul class="foot-ul">
<li class="one-foot-ul">Connect</li>
<li>Contact</li>
<li>Newsletter</li>
<li>LinkedIn</li>
</ul>
</div>
</div>
</footer>
<script src="app.js" async defer></script>
</body>
</html>