-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (219 loc) · 8.58 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
<!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"
/>
<title>Frontend Mentor | [Blogr]</title>
<link rel="stylesheet" href="/css/index.min.css" />
</head>
<body class="bg-light">
<header
id="header"
class="fixed-top"
style="transition: all 3s ease-in-out"
>
<div class="container py-5 d-flex justify-content-between">
<div class="d-flex">
<img src="images/logo.svg" alt="" />
<nav class="d-flex ms-16 align-items-center gap-8">
<a
href="#"
class="text-white fw-bold opacity-75 text-decoration-none d-flex"
>Product<img
src="images/icon-arrow-light.svg"
alt=""
class="m-lg-2 flex-grow-0"
/></a>
<a
href="#"
class="text-white fw-bold opacity-75 text-decoration-none d-flex"
>Company<img
src="images/icon-arrow-light.svg"
alt=""
class="m-lg-2 flex-grow-0"
/></a>
<a
href="#"
class="text-white fw-bold opacity-75 text-decoration-none d-flex"
>Connect<img
src="images/icon-arrow-light.svg"
alt=""
class="m-lg-2 flex-grow-0"
/></a>
</nav>
</div>
<div class="d-flex gap-8">
<button
class="border-0 bg-transparent h-btn px-0 text-white fw-bold opacity-75"
>
Login
</button>
<button
class="border-0 bg-white rounded-btn h-btn px-10 text-primary fw-bold"
>
Sign Up
</button>
</div>
</div>
</header>
<section
class="d-flex flex-column justify-content-center align-items-center rounded-bl-sec"
style="
background: linear-gradient(135deg, #ff8f71 0%, #ff3e55 100%);
height: 600px;
"
>
<h1 class="fs-1 text-white fw-semibold m-0">
A modern publishing platform
</h1>
<p class="fw-light fs-4 text-white m-0">
Grow your audience and build your online brand
</p>
<div class="mt-12 d-flex gap-4">
<button
class="h-btn w-btn rounded-btn border-0 bg-white text-primary fw-bold fs-5 p-0 d-flex justify-content-center align-items-center"
>
Start for Free
</button>
<button
class="h-btn w-btn rounded-btn border border-white bg-transparent text-white fw-bold fs-5 p-0 d-flex justify-content-center align-items-center"
>
Learn More
</button>
</div>
</section>
<section class="container pt-20">
<div class="mt-20 mb-48">
<h2 class="fw-semibold fs-2 text-center">Designed for the future</h2>
<div class="d-flex gap-28">
<div class="w-50">
<div>
<h3 class="fw-semibold fs-3">Introducing an extensible editor</h3>
<p class="mt-4 fw-light" style="letter-spacing: 0.5px">
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="mt-16">
<h3>Robust content management</h3>
<p class="mt-4 fw-light" style="letter-spacing: 0.5px">
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 class="w-50">
<img src="images/editor.svg" alt="" class="w-100 h-auto" />
</div>
</div>
</div>
</section>
<section
class="rounded-tr-sec rounded-bl-sec"
style="
background: linear-gradient(135deg, #2d2e40 0%, #3f4164 100%);
height: 400px;
"
>
<div class="container d-flex align-items-center gap-24">
<img src="images/phones.svg" alt="" class="" />
<div>
<h2 class="m-0 fs-2 fw-semibold text-white">
State of the Art Infrastructure
</h2>
<p class="m-0 fsc5 fw-light text-white" style="letter-spacing: 0.5px">
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>
</section>
<section class="container pt-20">
<div class="mt-20 mb-48">
<h2 class="fw-semibold fs-2 text-center">Designed for the future</h2>
<div class="d-flex gap-28">
<div class="w-50">
<img src="images/laptop.svg" alt="" class="w-100 h-auto" />
</div>
<div class="w-50">
<div>
<h3 class="fw-semibold fs-3">Introducing an extensible editor</h3>
<p class="mt-4 fw-light" style="letter-spacing: 0.5px">
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="mt-16">
<h3>Robust content management</h3>
<p class="mt-4 fw-light" style="letter-spacing: 0.5px">
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>
<footer class="bg-dark rounded-tr-sec py-16" style="font-family: Ubuntu">
<div class="mx-auto container row text-white fs-6">
<div class="col">
<img src="images/logo.svg" alt="" />
</div>
<div class="col">
<h6 class="fs-6">Product</h6>
<div class="mt-5 d-flex flex-column gap-3 fw-normal opacity-75">
<a href="#" class="text-white text-decoration-none">Overview</a>
<a href="#" class="text-white text-decoration-none">Pricing</a>
<a href="#" class="text-white text-decoration-none">Marketplace</a>
<a href="#" class="text-white text-decoration-none">Features</a>
<a href="#" class="text-white text-decoration-none">Integrations</a>
</div>
</div>
<div class="col">
<h6 class="fs-6">Company</h6>
<div class="mt-5 d-flex flex-column gap-3 fw-normal opacity-75">
<a href="#" class="text-white text-decoration-none">About</a>
<a href="#" class="text-white text-decoration-none">Team</a>
<a href="#" class="text-white text-decoration-none">Blog</a>
<a href="#" class="text-white text-decoration-none">Careers</a>
</div>
</div>
<div class="col">
<h6 class="fs-6">Connect</h6>
<div class="mt-5 d-flex flex-column gap-3 fw-normal opacity-75">
<a href="#" class="text-white text-decoration-none">Contact</a>
<a href="#" class="text-white text-decoration-none">Newsletter</a>
<a href="#" class="text-white text-decoration-none">Linkedin</a>
</div>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"
></script>
<script src="script.js"></script>
</body>
</html>