-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
407 lines (404 loc) · 18.9 KB
/
blog.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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.min.css?_v=20220916061126">
<link rel="shortcut icon" href="img/favicon.svg" type="image/x-icon">
<title>Blog</title>
</head>
<body>
<header class="header">
<div class="container">
<div class="header__inner">
<nav class="header__menu">
<ul class="header__menu-list">
<li class="header__menu-item">
<a class="header__menu-link" href="./about.html">About</a>
</li>
<li class="header__menu-item">
<a class="header__menu-link" href="./gallery.html">Gallery</a>
</li>
</ul>
<a class="header__menu-logo" href="./index.html">
<picture><source srcset="img/logo.webp" type="image/webp"><img class="header__menu-logo-img" src="img/logo.png" alt="logo"></picture>
</a>
<ul class="header__menu-list">
<li class="header__menu-item">
<a class="header__menu-link" href="./blog.html">Blog</a>
</li>
<li class="header__menu-item">
<a class="header__menu-link" href="./contact.html">Contact</a>
</li>
<button class="header__btn">
<span></span>
<span></span>
<span></span>
<span></span>
</button>
</ul>
</nav>
<div class="header__mobile">
<div class="header__mobile-top">
<picture><source srcset="img/big-logo.webp" type="image/webp"><img class="header__mobile-logo" src="img/big-logo.png" alt="logo"></picture>
<button class="header__mobile-btn">
<span></span>
<span></span>
<span></span>
</button>
</div>
<div class="header__mobile-menu closed">
<nav class="header__mobile-nav">
<ul class="header__mobile-list">
<li class="header__mobile-item">
<a class="header__mobile-link" href="./index.html">Home</a>
</li>
<li class="header__mobile-item">
<a class="header__mobile-link" href="./about.html">About</a>
</li>
<li class="header__mobile-item">
<a class="header__mobile-link" href="./gallery.html">Gallery</a>
</li>
<li class="header__mobile-item">
<a class="header__mobile-link" href="./blog.html">Blog</a>
</li>
<li class="header__mobile-item">
<a class="header__mobile-link" href="./contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="header__aside closed">
<button class="header__aside-btn" tabindex="-1">
<span></span>
<span></span>
</button>
<div class="header__aside-box">
<picture><source srcset="img/big-logo.webp" type="image/webp"><img class="header__aside-logo" src="img/big-logo.png" alt="big-logo"></picture>
<h2 class="header__aside-title">Furniture for life</h2>
<p class="header__aside-text">
Sustainable hot chicken skateboard, dreamcatcher meggings actually squid. Slow-carb
everyday carry +1 art party microdosing, put a bird on it brooklyn
</p>
<picture><source srcset="img/static/aside.webp" type="image/webp"><img class="header__aside-img" src="img/static/aside.jpg" alt="aside-img"></picture>
</div>
</div>
</div>
</header>
<div class="wrapper">
<main class="main">
<div class="breadcrumbs">
<div class="container">
<span class="breadcrumbs__text"><a class="breadcrumbs__link" href="./index.html">Home</a>/ Blog</span>
</div>
</div>
<section class="blog">
<div class="container">
<div class="blog__inner">
<div class="blog__content">
<div class="blog__content-featured">
<div class="blog__content-img-box">
<picture><source srcset="img/content/blog/blog-1.webp" type="image/webp"><img class="blog__content-img" src="img/content/blog/blog-1.jpg" alt="img"></picture>
</div>
<span class="blog__content-cats">
<a class="blog__content-link" href="">August 15, 2020</a> |
<a class="blog__content-link" href="">by Ann Summers</a> |
<a class="blog__content-link" href="">Bedroom Furniture</a>
</span>
<h4 class="blog__content-title">
<a class="blog__content-link" href="">
Red selfies edison bulb four dollar toast humblebrag for the furniture
</a>
</h4>
<p class="clog__content-text">
Everyday carry actually neutra authentic kogi shabby chic migas small batch craft beer. Literally
williamsburg tote bag farm-to-table mustache ugh deep v irony. Af man bun copper mug iPhone enamel pin
pug selvage hammock palo santo godard thundercats coloring book yuccie woke. Ugh pok pok taxidermy
pabst enamel pin edison bulb farm-to-table
</p>
</div>
<div class="blog__content-quote">
<p class="blog__content-quote-text">
“Simplicity is not the goal. It is the by-product of a good idea and modest expectations”
</p>
<h6 class="blog__content-quote-title">
Paul Rand
</h6>
</div>
<div class="blog__swiper">
<div class="swiper-wrapper gallery__content">
<div class="swiper-slide blog__content-note mix design">
<div class="blog__content-img-box">
<picture><source srcset="img/content/blog/blog-2.webp" type="image/webp"><img class="blog__content-img" src="img/content/blog/blog-2.jpg" alt="img"></picture>
</div>
<span class="blog__content-cats">
<a class="blog__content-link" href="">August 12, 2020</a> |
<a class="blog__content-link" href="">by Lux Morningstar</a> |
<a class="blog__content-link" href="">Design</a>
</span>
<h4 class="blog__content-title">
<a class="blog__content-link" href="">
Authentic kogi shabby chic
</a>
</h4>
</div>
<div class="swiper-slide blog__content-note mix simple">
<div class="blog__content-img-box">
<picture><source srcset="img/content/blog/blog-3.webp" type="image/webp"><img class="blog__content-img" src="img/content/blog/blog-3.jpg" alt="img"></picture>
</div>
<span class="blog__content-cats">
<a class="blog__content-link" href="">August 18, 2020</a> |
<a class="blog__content-link" href="">by Ann Summers</a> |
<a class="blog__content-link" href="">Table Furniture</a>
</span>
<h4 class="blog__content-title">
<a class="blog__content-link" href="">
Semiotics fixie four dollar toast, next level woke
</a>
</h4>
<p class="clog__content-text">
Everyday carry actually neutra authentic kogi shabby chic migas small batch craft beer.
Literally williamsburg tote bag farm-to-table mustache ugh deep v irony. Af man bun copper mug
iPhone enamel pin pug selvage hammock palo santo godard thundercats coloring book yuccie woke.
Ugh pok pok taxidermy pabst enamel pin edison bulb farm-to-table
</p>
</div>
<div class="swiper-slide blog__content-note mix living">
<div class="blog__content-img-box">
<picture><source srcset="img/content/blog/blog-1.webp" type="image/webp"><img class="blog__content-img" src="img/content/blog/blog-1.jpg" alt="img"></picture>
</div>
<span class="blog__content-cats">
<a class="blog__content-link" href="">August 15, 2020</a> |
<a class="blog__content-link" href="">by Ann Summers</a> |
<a class="blog__content-link" href="">Bedroom Furniture</a>
</span>
<h4 class="blog__content-title">
<a class="blog__content-link" href="">
Red selfies edison bulb four dollar toast humblebrag for the furniture
</a>
</h4>
<p class="clog__content-text">
Everyday carry actually neutra authentic kogi shabby chic migas small batch craft beer.
Literally
williamsburg tote bag farm-to-table mustache ugh deep v irony. Af man bun copper mug iPhone
enamel pin
pug selvage hammock palo santo godard thundercats coloring book yuccie woke. Ugh pok pok
taxidermy
pabst enamel pin edison bulb farm-to-table
</p>
</div>
<div class="swiper-slide blog__content-note mix bedroom">
<div class="blog__content-img-box">
<picture><source srcset="img/content/blog/blog-1.webp" type="image/webp"><img class="blog__content-img" src="img/content/blog/blog-1.jpg" alt="img"></picture>
</div>
<span class="blog__content-cats">
<a class="blog__content-link" href="">August 15, 2020</a> |
<a class="blog__content-link" href="">by Ann Summers</a> |
<a class="blog__content-link" href="">Bedroom Furniture</a>
</span>
<h4 class="blog__content-title">
<a class="blog__content-link" href="">
Red selfies edison bulb four dollar toast humblebrag for the furniture
</a>
</h4>
<p class="clog__content-text">
Everyday carry actually neutra authentic kogi shabby chic migas small batch craft beer.
Literally
williamsburg tote bag farm-to-table mustache ugh deep v irony. Af man bun copper mug iPhone
enamel pin
pug selvage hammock palo santo godard thundercats coloring book yuccie woke. Ugh pok pok
taxidermy
pabst enamel pin edison bulb farm-to-table
</p>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-navigation-prev"></div>
<div class="swiper-navigation-next"></div>
</div>
</div>
<aside class="blog__sidebar">
<div class="sidebar__search-box">
<input class="sidebar__search-input" type="text" placeholder="Search">
<button class="sidebar__search-submit">
<img class="sidebar__search-submit-img" src="img/icons/search.svg" alt="search">
</button>
</div>
<h6 class="sidebar__cats">Categories</h6>
<ul class="sidebar__cats-list">
<li class="sidebar__cats-item">
<button class="sidebar__cats-btn" data-filter=".dining">Dining room (1)</button>
</li>
<li class="sidebar__cats-item">
<button class="sidebar__cats-btn" data-filter=".office">Office furniture (12)</button>
</li>
<li class="sidebar__cats-item">
<button class="sidebar__cats-btn" data-filter=".living">Simple interiror design (2)</button>
</li>
<li class="sidebar__cats-item">
<button class="sidebar__cats-btn" data-filter=".design">Design (4)</button>
</li>
<li class="sidebar__cats-item">
<button class="sidebar__cats-btn" data-filter=".bedroom">Bedroom Furniture (1)</button>
</li>
</ul>
<h6 class="sidebar__recent">Recent Posts</h6>
<ul class="sidebar__recent-list">
<li class="sidebar__recent-item">
<h6>
<a class="sidebar__recent-text" href="#!">
Cred selfies edison bulb four dollar toast humblebrag
</a>
</h6>
<span class="sidebar__recent-cats">
<a class="sidebar__recent-link" href="#!">August 10, 2020</a> |
<a class="sidebar__recent-link" href="#!">by Ann Summers</a>
</span>
</li>
<li class="sidebar__recent-item">
<h6>
<a class="sidebar__recent-text" href="#!">
Semiotics fixie four dollar toast, next level woke scenester direct trade photo booth
</a>
</h6>
<span class="sidebar__recent-cats">
<a class="sidebar__recent-link" href="#!">September 30, 2020</a> |
<a class="sidebar__recent-link" href="#!">by Ann Summers</a>
</span>
</li>
<li class="sidebar__recent-item">
<h6>
<a class="sidebar__recent-text" href="#!">
Cred selfies edison bulb four dollar toast humblebrag
</a>
</h6>
<span class="sidebar__recent-cats">
<a class="sidebar__recent-link" href="#!">May 2, 2020</a> |
<a class="sidebar__recent-link" href="#!">by Ann Summers</a>
</span>
</li>
</ul>
<h6 class="sidebar__tags">Tags</h6>
<ul class="sidebar__tags-list">
<li class="sidebar__tags-item">Dining room futniture</li>
<li class="sidebar__tags-item">Chair</li>
<li class="sidebar__tags-item">Table</li>
<li class="sidebar__tags-item">Bedroom</li>
<li class="sidebar__tags-item">Office Furniture</li>
</ul>
<ul class="sidebar__social-list">
<li class="sidebar__social-item">
<a class="sidebar__social-link" href="">
<img class="sidebar__social-img" src="img/icons/facebook.svg" alt="facebook">
</a>
</li>
<li class="sidebar__social-item">
<a class="sidebar__social-link" href="">
<img class="sidebar__social-img" src="img/icons/instagram.svg" alt="instagram">
</a>
</li>
<li class="sidebar__social-item">
<a class="sidebar__social-link" href="">
<img class="sidebar__social-img" src="img/icons/pinterest.svg" alt="pinterest">
</a>
</li>
<li class="sidebar__social-item">
<a class="sidebar__social-link" href="">
<img class="sidebar__social-img" src="img/icons/whatsapp.svg" alt="whatsapp">
</a>
</li>
<li class="sidebar__social-item">
<a class="sidebar__social-link" href="">
<img class="sidebar__social-img" src="img/icons/twitter.svg" alt="twitter">
</a>
</li>
</ul>
</aside>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__inner">
<div class="footer__contact">
<h3 class="footer__contact-title">Contact Us</h3>
<p class="footer__contact-text">
Keffiyeh poutine etsy, paleo cray put a bird on it microdosing schlitz you probably occupy
</p>
<h6 class="footer__contact-mail">
<a class="footer__contact-mail-link" href="mailto:ouremailaddress@email.com">
<img src="img/icons/envelope.svg" alt="mail-logo">
<span>ouremailaddress@email.com</span>
</a>
</h6>
<form class="footer__contact-form">
<input class="footer__contact-form-email" type="text" placeholder="Subscribe by email">
<button class="footer__contact-form-submit" type="submit" onclick="return false">
Send
</button>
</form>
</div>
<ul class="footer__social">
<li class="footer__social-item">
<a class="footer__social-link" href="#!">
<img src="img/icons/facebook.svg" alt="facebook-icon">
<span>Facebook</span>
</a>
</li>
<li class="footer__social-item">
<a class="footer__social-link" href="#!">
<img src="img/icons/instagram.svg" alt="instagram-icon">
<span>Instagram</span>
</a>
</li>
<li class="footer__social-item">
<a class="footer__social-link" href="#!">
<img src="img/icons/pinterest.svg" alt="pinterest-icon">
<span>Pinterest</span>
</a>
</li>
<li class="footer__social-item">
<a class="footer__social-link" href="#!">
<img src="img/icons/whatsapp.svg" alt="whatsapp-icon">
<span>WhatsApp</span>
</a>
</li>
<li class="footer__social-item">
<a class="footer__social-link" href="#!">
<img src="img/icons/youtube.svg" alt="youtube-icon">
<span>Youtube</span>
</a>
</li>
</ul>
<ul class="footer__add">
<li class="footer__add-item">
<a class="footer__add-link" href="#!">Delivery</a>
</li>
<li class="footer__add-item">
<a class="footer__add-link" href="#!">FAQ</a>
</li>
<li class="footer__add-item">
<a class="footer__add-link" href="#!">Help</a>
</li>
<li class="footer__add-item">
<a class="footer__add-link" href="#!">More About Us</a>
</li>
</ul>
</div>
</div>
<div class="footer__adress">
<div class="container">
<p class="footer__adress-text">
674 Gonzales Drive. Washington, PA 15301
</p>
</div>
</div>
</footer>
</div>
<script rel="stylesheet" src="js/app.min.js?_v=20220916061126"></script>
</body>
</html>