-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
311 lines (275 loc) · 13.4 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en" class="overflow-x-hidden">
<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 href="./dist/output.css" rel="stylesheet">
<title>Frontend Mentor | [Blogr]</title>
<style>
:root {
font-family: 'Overpass';
-webkit-tap-highlight-color: transparent;
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
.rotate::after{
transform: rotate(-135deg) translate(-7px);
}
.span1{
transform: rotate(45deg) translate(7px, 7px);
}
.span3{
transform: rotate(-45deg) translate(7px, -7px);
}
</style>
</head>
<body class="overflow-x-hidden">
<header class="bg-gradient-to-b from-gradient-50 to-gradient-100
md:bg-gradient-to-r rounded-bl-[40px] mobile-img md:desktop-img
relative z-[1] overflow-clip
">
<div class="container px-6 mx-auto">
<nav class="pt-6 pb-20 flex flex-row items-center">
<a href="/" class="text-white font-overpass font-semibold text-3xl">Blogr</a>
<div class="hidden md:flex md:flex-row md:px-16 lg:px-24 md:gap-12">
<div class="group">
<h2 class="text-white font-semibold arrowdown after:border-white
group-hover:after:rotate-[-135deg] group-hover:after:translate-x-[2px] transition-all
hover:cursor-pointer group-hover:underline">Product
</h2>
<div class="absolute bg-white rounded shadow-2xl scale-0
transition-all group-hover:scale-100 flex flex-col mt-2 py-4 pl-4 w-36 ml-[-25px]">
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Overview</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Pricing</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">MarketPlace</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Features</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Integrations</a>
</div>
</div>
<div class="group">
<h2 class="text-white font-semibold arrowdown after:border-white
group-hover:after:rotate-[-135deg] group-hover:after:translate-x-[2px] transition-all
hover:cursor-pointer group-hover:underline">Company
</h2>
<div class="absolute bg-white rounded shadow-2xl scale-0
transition-all group-hover:scale-100 flex flex-col mt-2 py-4 pl-4 w-36 ml-[-25px]">
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">About</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Team</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Blog</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Careers</a>
</div>
</div>
<div class="group">
<h2 class="text-white font-semibold arrowdown after:border-white
group-hover:after:rotate-[-135deg] group-hover:after:translate-x-[2px] transition-all
hover:cursor-pointer group-hover:underline">Connect
</h2>
<div class="absolute bg-white rounded shadow-2xl scale-0
transition-all group-hover:scale-100 flex flex-col mt-2 py-4 pl-4 w-36 ml-[-25px]">
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Contact</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">Newsletter</a>
<a href="#" class=" font-semibold
text-darkblue-300 hover:text-darkblue-500 p-2 transition">LinkedIn</a>
</div>
</div>
</div>
<div class="hidden md:flex flex-row gap-6 justify-center items-center mr-0 ml-auto">
<a href="#" class="py-2 px-4 bg-transparent text-white text-center font-bold
rounded-[2.5rem] transition-all">
Login
</a>
<a href="#" class="py-2 px-6 bg-white text-lightred-100 text-center font-bold
rounded-[2.5rem] hover:text-white hover:bg-lightred-50 transition-all">
Sign Up
</a>
</div>
<div id="ham-menu" class="flex flex-col gap-[.375rem] ml-auto md:hidden">
<span class="bg-white w-8 h-[.25rem] transition-all rounded-sm"></span>
<span class="bg-white w-8 h-[.25rem] transition-all rounded-sm"></span>
<span class="bg-white w-8 h-[.25rem] transition-all rounded-sm"></span>
</div>
</nav>
<div class="px-6">
<h1 class="text-white text-3xl md:text-5xl text-center pb-7 font-semibold">
A modern publishing platform
</h1>
<p class="text-xl font-light text-white text-center pb-14">
Grow your audience and build your online brand
</p>
<div class="flex flex-row gap-6 justify-center items-center pb-36">
<a href="#" class="py-2 px-4 bg-white text-lightred-100 text-center font-bold
rounded-[2.5rem] hover:text-white hover:bg-lightred-50 transition-all">
Start for Free
</a>
<a href="#" class="py-2 px-4 border-[1px] bg-transparent text-white text-center font-bold
rounded-[2.5rem] hover:bg-white hover:text-lightred-100 transition-all">
Learn More
</a>
</div>
</div>
</div>
</header>
<div id="mobile-menu" class="bg-white py-6 absolute mx-auto left-0 right-0 w-[18rem]
flex flex-col items-center mt-[80px] rounded shadow-xl scale-0 transition-all
z-10 top-0">
<button class="accordion arrowdown">Product</button>
<div class="panel">
<a href="#">Overview</a>
<a href="#">Pricing</a>
<a href="#">MarketPlace</a>
<a href="#">Features</a>
<a href="#">Integrations</a>
</div>
<button class="accordion arrowdown">Company</button>
<div class="panel">
<a href="#">About</a>
<a href="#">Team</a>
<a href="#">Blog</a>
<a href="#">Careers</a>
</div>
<button class="accordion arrowdown">Connect</button>
<div class="panel">
<a href="#">Contact</a>
<a href="#">Newsletter</a>
<a href="#">LinkedIn</a>
</div>
<span class="w-[230px] h-[1px] bg-darkblue-100"></span>
<a href="#" class="py-2 px-4 bg-white text-darkblue-300 text-center font-bold
rounded-[2.5rem] my-4">
Login
</a>
<a href="#" class="py-2 px-7 border-[1px] bg-gradient-to-r from-gradient-50
to-gradient-100 text-white text-center font-bold rounded-[2.5rem] mb-2">
Sign Up
</a>
</div>
<main class="mx-auto pt-28">
<h1 class="text-center font-bold text-darkblue-300 text-2xl md:text-4xl pb-12 md:pb-16">Designed for the future</h1>
<div class="flex flex-col justify-center items-center px-6
md:flex-row">
<img src="./images/illustration-editor-mobile.svg" alt="" aria-hidden="true" class="pb-12 md:hidden">
<img src="./images/illustration-editor-desktop.svg" alt="" aria-hidden="true"
class="hidden max-w-[90%] md:block order-2 pb-12 mr-[-23.25rem] mt-[-7.25rem]">
<div class="md:container md:mx-auto md:pl-14">
<h1 class="text-center font-bold text-darkblue-300 text-2xl pb-7 px-6
md:text-left md:px-0">Introducing an extensible editor</h1>
<p class="text-center text-darkblue-200 text-md pb-14
md:text-left md:pr-28">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>
<h1 class="text-center font-bold text-darkblue-300 text-2xl pb-7 px-6
md:text-left md:px-0">Robust content management</h1>
<p class="text-center text-darkblue-200 text-md pb-[17.3125rem]
md:text-left md:pr-28">
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="bg-gradient-200 rounded-tr-[40px] rounded-bl-[40px] flex flex-col
lg:flex-row">
<div class="absolute w-[23rem] h-[23.375rem] left-0 right-0 mr-auto ml-auto overflow-hidden
lg:relative lg:w-full lg:h-[30rem] m-0">
<img src="./images/bg-pattern-circles.svg" alt="" class="absolute scale-[1.4] top-[-25%]
lg:scale-100 lg:relative">
</div>
<img src="./images/illustration-phones.svg" alt=""
class="absolute mt-[-13.75rem] h-[25rem] left-1/2 translate-x-[-50%]
lg:h-[35rem] lg:left-0 lg:translate-x-0 lg:mt-[90px]">
<div class="basis-full">
<h1 class='text-center font-bold text-white text-3xl pb-8 pt-56 relative
lg:text-4xl lg:text-left'>
State of the Art Infrastructure
</h1>
<p class="text-base font-light text-darkblue-100 text-center pb-32 px-8
lg:text-lg lg:text-left lg:pr-20 lg:pl-0 lg:pb-28">
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 class="flex flex-col justify-center items-center md:flex-row ">
<img src="./images/illustration-laptop-mobile.svg" alt="" aria-hidden="true" class="py-16 scale-[1.3] md:hidden">
<img src="./images/illustration-laptop-desktop.svg" alt="" aria-hidden="true"
class="hidden py-16 md:block scale-[0.8] ml-[-20rem]">
<div class="flex flex-col justify-center items-center md:items-start md:ml-[-70px]">
<h1 class="text-center font-bold text-darkblue-300 text-2xl pb-7 md:text-left">
Free, open, simple
</h1>
<p class="text-center text-darkblue-200 pb-14 px-10 md:text-left md:pl-0 md:pr-20">
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>
<h1 class="text-center font-bold text-darkblue-300 text-2xl pb-7 md:text-left">
Powerful tooling
</h1>
<p class="text-center text-darkblue-200 px-8 pb-[6.25rem] md:text-left md:pl-0 md:pr-20">
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>
</main>
<footer class="bg-darkblue-500 rounded-tr-[40px]">
<div class="container px-6 mx-auto flex flex-col items-center
md:flex-row md:gap-32 lg:gap-52 md:items-start md:justify-start">
<h1 class="py-16 text-white font-bold text-4xl">Blogr</h1>
<div class="flex flex-col items-center pb-14 md:py-16 md:items-start">
<h2 class="pb-6 text-white font-semibold md:leading-[2.5]">
Product
</h2>
<a href="#" class="footer-link">Overview</a>
<a href="#" class="footer-link">Pricing</a>
<a href="#" class="footer-link">Marketplace</a>
<a href="#" class="footer-link">Features</a>
<a href="#" class="footer-link">Integrations</a>
</div>
<div class="flex flex-col items-center pb-14 md:py-16 md:items-start">
<h2 class="pb-6 text-white font-semibold md:leading-[2.5]">
Company
</h2>
<a href="#" class="footer-link">About</a>
<a href="#" class="footer-link">Team</a>
<a href="#" class="footer-link">Blog</a>
<a href="#" class="footer-link">Careers</a>
</div>
<div class="flex flex-col items-center pb-16 md:py-16 md:items-start">
<h2 class="pb-6 text-white font-semibold md:leading-[2.5]">
Connect
</h2>
<a href="#" class="footer-link">Contact</a>
<a href="#" class="footer-link">Newsletter</a>
<a href="#" class="footer-link">LinkedIn</a>
</div>
</div>
<div class="attribution font-ubunto text-base">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://github.com/khaled5321">Khaled Haggag</a>.
</div>
</footer>
<script src="./src/script.js">
</script>
</body>
</html>