forked from ANSHIKA-26/WordWise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
534 lines (465 loc) · 22.7 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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WordWise</title>
<!--fotn awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--swiper slider css-->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!--css-->
<link rel="stylesheet" href="style.css">
<style>
.secondary-title {
color: white;
}
</style>
</head>
</head>
<body>
<header class="navbar">
<div class="logo">
<h2>WordWise</h2>
</div>
<nav class="nav-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Leading Blog</a></li>
<!-- <li><a href="#start-writing">Start Writing</a></li> -->
<li><a href="category.html">Categories</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact_us.html">Contact Us</a></li>
<li><a href="contact_us.html">Give Feedback</a></li>
</ul>
</nav>
<div class="auth-buttons">
<a href="#login" class="login-btn">Login</a>
<a href="#signup" class="signup-btn">Signup</a>
</div>
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="slider"></div>
</label>
<span id="mode-label">Light Mode</span>
</div>
</header>
<!--header-->
<!--mainn-->
<main id="site-main">
<!--post content-->
<section class="container">
<div class="layout-2 row">
<div class="col-8">
<article id="post">
<!--article heading-->
<div class="heading text-center">
<div class="Category">
<a href="#" class="nav-link">Travel</a></div>
<div class="title">
<h2 class="text-title text-dark display-1"looking for feedback></h2>
</div>
<div class="meta">
<a href="#" class="link display-2 text-secondary px-1">
<i class="fa-solid fa-user" style="color: #1a1919;"></i>anshika arora
</a>
<a href="#" class="link display-2 text-secondary px-1">
<i class="fa-solid fa-clock" style="color: #1a1919;"></i>feb 12, 2021
</a>
<a href="#" class="link display-2 text-secondary px-1">
<i class="fa-solid fa-comments" style="color: #1a1919;"></i>3
</a>
</div>
</div>
<!--thumbnail-->
<div class="thumbnail mt-3">
<img src="./assets/img1.jpg" class="thumbnail" alt="">
</div>
<!--content-->
<div class="content text-dark display-1 secondary-title mt-3">
<p>
In the realm of mechanical marvels, our journey begins an odyssey of speed, freedom, and human ingenuity: the automobile. A symphony of gears and pistons, it has reshaped the world, granting us the power to traverse great distances with unparalleled ease. Join me as we delve into the rich history, exhilarating innovations, and unforgettable memories that revolve around the ever-evolving wonder that is the car.
At the dawn of the 19th century, the world witnessed the birth of the automobile, a contraption that combined the visions of brilliant minds like Karl Benz, Gottlieb Daimler, and Henry Ford. In these early days, the car was a novelty, a wondrous oddity with a top speed of a brisk trotting horse. Yet, it laid the groundwork for an automotive revolution that would forever change the landscape of our existence. Fast forward to today, and the automobile stands as a symbol of progress, blending elegance and performance, as we race forward into the future.
</p>
</div>
</article>
<!--post footer-->
<div class="post-footer mb-3">
<div class="post-tags d-flex flex-wrap justify-content-center">
<a href="#" class="nav-link btn bg-light">Travel</a>
<a href="#" class="nav-link btn bg-light">Food</a>
<a href="#" class="nav-link btn bg-light">Lifestyle</a>
<a href="#" class="nav-link btn bg-light">Technology</a>
<a href="#" class="nav-link btn bg-light">Fashion</a>
</div>
<div class="post-author text-center">
<div class="author-avatar">
<img src="./assets/face/face1.jpg" class="rounded">
</div>
<div class="author-info py-2">
<h3 class="text-dark">Amy Tan</h3>
<p class="text-secondary secondary-title">
Author Info
</p>
<div class="post-tags d-flex flex-wrap justify-content-center">
<a href="#" class="nav-link btn bg-light"><i class="fa-brands fa-facebook"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fa-brands fa-instagram"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fa-brands fa-twitter"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fa-brands fa-dribbble"></i></a>
</div>
</div>
</div>
<!--post related -->
<!-- post related -->
<div class="post-realted py-2">
<div class="row justify-content-center">
<div class="prev">
<div class="py-2">
<a href="#" class="display-2 text-dark">
<i class="fas fa-chevron-left"></i>
Previous Post
</a>
</div>
<article class="article text-center">
<div class="d-flex">
<a href="#">
<img src="./assets/img9.jpg" class="object-fit" alt="">
</a>
<div class="cart-body px-1">
<div class="category">
<a href="#" class="link text-primary text-secondary">Fashion</a>
</div>
<a href="#" class="text-title display-1 text-dark">
Unleash your style and embrace the artistry of fashion in every stride
</a>
</div>
</div>
</article>
</div>
<div class="next text-right">
<div class="py-2">
<a href="#" class="display-2 text-dark">
Next Post
<i class="fas fa-chevron-right"></i>
</a>
</div>
<article class="article text-center">
<div class="d-flex">
<div class="cart-body px-1">
<div class="category">
<a href="#" class="link text-primary text-secondary">Technology</a>
</div>
<a href="#" class="text-title display-1 text-dark">
Discover the ever-evolving landscape of technology, where innovation shapes the future and possibilities are limitless
</a>
</div>
<a href="#">
<img src="./assets/img8.jpg" class="object-fit" alt="">
</a>
</div>
</article>
</div>
</div>
</div>
<!--comments-->
<div class="post-comments py-2">
<h3 class="text-center display-1 secondary-title">3 Comments</h3>
</div>
<div class="comment-details">
<div class="comment-item py-2">
<div class="d-flex">
<div class="avatar px-2">
<img src="./assets/face/face1.jpg" class="rounded">
</div>
<div class="comment-content">
<h5 class="display-2 m-0">Brandon Kelly</h5>
<p class="title-seoncdary text-dark">
This website is a treasure trove of diverse content! From fashion and travel to nature and book reviews, there's something for everyone. Loving the variety!
</p>
</div>
</div>
<div class="comment-item py-2">
<div class="d-flex">
<div class="avatar px-2">
<img src="./assets/face/face3.jpg" class="rounded">
</div>
<div class="comment-content">
<h5 class="display-2 m-0">anshika</h5>
<p class="title-seoncdary text-dark">
I stumbled upon your blog today, and I'm already hooked! Your content is engaging and well-written. Keep up the fantastic work!
</p>
</div>
</div>
</div>
<!--comment reply-->
<div class="reply py-2">
<div class="d-flex">
<div class="avatar px-2">
<img src="./assets/face/face2.jpg" class="rounded">
</div>
<div class="comment-content">
<h5 class="display-2 m-0">Stephen</h5>
<p class="title-seoncdary text-dark">
What an insightful and thought-provoking post! Your writing never fails to captivate me. Can't wait to read more from your blog!
</p>
</div>
</div>
</div>
<!--comment form-->
<div class="comment-form">
<h3 class="text-center display-1 secondary-title py-2">
Leave Comments
</h3>
<div class="d-flex justify-content-between flex-wrap">
<input type="text" class="form-control" placeholder="Name">
<input type="email" class="form-control" placeholder="Email">
<input type="text" class="form-control" placeholder="Website">
</div>
<textarea class="form-control mt-3" placeholder="Message"></textarea>
<div class="text-center">
<button class="btn btn-primary display-2 text-light mt-2">Submit</button>
</div>
</div>
</div>
</div>
</div>
<!--post footer-->
</div>
<div class="col-4">
<aside id="sidebar" class="px-1">
<!--categories-->
<section class="categories">
<h2 class="text-center text-dark">Categories</h2>
<a href="#" class="d-flex justify-content-between text-dark">
<span>Design</span>
<span>5</span>
</a>
<a href="#" class="d-flex justify-content-between text-dark">
<span>Design</span>
<span>15</span>
</a>
<a href="#" class="d-flex justify-content-between text-dark">
<span>Illustrations</span>
<span>10</span>
</a>
<a href="#" class="d-flex justify-content-between text-dark">
<span>Fashion</span>
<span>5</span>
</a>
<a href="#" class="d-flex justify-content-between text-dark">
<span>Graphic</span>
<span>4</span>
</a>
</section>
<!--trending post-->
<section class="trending-post mt-3">
<h2 class="text-center text-dark py-2">Trending Post</h2>
<!--post items-->
<div class="post-item py-1">
<article class="article">
<div class="d-fles">
<a href="#">
<img src="./assets/img10.jpg" class="rounded px-1">
</a>
<div class="cart-body">
<div class="trending-category">
<a href="#" class="link text-primary">
Fashion
</a>
</div>
<a href="#" class="text-title display-2text-dark ">
Elevate your styles with..
</a>
<p class="secondary-title text-secondary display-3">
<span>
<i class="fa-regular fa-clock"></i>
Wed 21,2020
</span>
</p>
</div>
</div>
</article>
</div>
<div class="post-item py-1">
<article class="article">
<div class="d-fles">
<a href="#">
<img src="./assets/img12.jpg" class="rounded px-1">
</a>
<div class="cart-body">
<div class="trending-category">
<a href="#" class="link text-primary">
Nature
</a>
</div>
<a href="#" class="text-title display-2text-dark ">
Immerse yourself in the beauty of nature as we unravel its wonders and celebrate the harmony of the natural world
</a>
<p class="secondary-title text-secondary display-3">
<span>
<i class="fa-regular fa-clock"></i>
Wed 05,2021
</span>
</p>
</div>
</div>
</article>
</div>
<div class="post-item py-1">
<article class="article">
<div class="d-fles">
<a href="#">
<img src="./assets/img11.jpg" class="rounded px-1">
</a>
<div class="cart-body">
<div class="trending-category">
<a href="#" class="link text-primary">
Architecture
</a>
</div>
<a href="#" class="text-title display-2text-dark ">
Embark on a journey through architectural wonders, where form meets function and innovation reshapes our world </a>
<p class="secondary-title text-secondary display-3">
<span>
<i class="fa-regular fa-clock"></i>
Wed 05,2021
</span>
</p>
</div>
</div>
</article>
</div>
</section>
</aside>
</div>
</div>
</section>
<!--post content-->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="./assets/slider/img1.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="./assets/slider/img2.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="./assets/slider/img3.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="./assets/slider/img4.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="./assets/slider/img5.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="./assets/slider/img6.jpg" class="img-fluid" alt=""></div>
</div>
<script src="main.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
</div>
</section>
</main>
<!--mainn-->
<!-- footer -->
<!-- footer -->
<footer id="footer">
<div class="container">
<div class="row mb-3">
<div class="col-3">
<h2 class="footer-title secondary-title">About Us</h2>
<div class="secondary-title text-secondary">
<p class="mt-2 ">
We are a close-knit team of passionate storytellers dedicated to sharing captivating content with the world.
</p>
<div class = "address">
<i class="fas fa-map-marker-alt text-primary"></i>
5 South Main Street Los Angeles, ZZ-9611 USA
</div>
<div class="phone">
<i class="fas fa-mobile text-primary"></i>
125-896-485
</div>
<div class="email">
<a href="mailto: [email protected]" style="color: 3B3B58;"><i class="fas fa-envelope text-primary"></i>
<span>[email protected]</span>
</a>
</div>
</div>
</div>
<div class="col-3">
<h2 class="footer-title secondary-title">Feature Post</h2>
<div class="feature-post">
<div class="flex-item">
<article class="article">
<div class="d-flex">
<a href="#">
<img src="./assets/img9.jpg" class="object-fit px-1" alt="">
<div class="px-1">
<a href="#" class="text-title display-2 text-dark">
Embrace the beauty of nature through our enchanting blog, where we celebrate the wonders of the natural world
</a>
<p class="secondary-title text-secondary display-3">
<span><i class="far fa-clock text-primary"></i> Wed 02, 2022 </span>
</p>
</div>
</a>
</div>
</article>
</div>
<div class="flex-item">
<article class="article">
<div class="d-flex">
<a href="#">
<img src="./assets/img1.jpg" class="object-fit px-1" alt="">
<div class="px-1">
<a href="#" class="text-title display-2 text-dark">
Embark on unforgettable journeys through our travel blog, where wanderlust meets inspiration
</a>
<p class="secondary-title text-secondary display-3">
<span><i class="far fa-clock text-primary"></i> Wed 05, 2020 </span>
</p>
</div>
</a>
</div>
</article>
</div>
<div class="flex-item">
<article class="article">
<div class="d-flex">
<a href="#">
<img src="./assets/img2.jpg" class="object-fit px-1" alt="">
<div class="px-1">
<a href="#" class="text-title display-2 text-dark">
Gaming Adventures Unleashed
</a>
<p class="secondary-title text-secondary display-3">
<span><i class="far fa-clock text-primary"></i> Wed 02, 2021 </span>
</p>
</div>
</a>
</div>
</article>
</div>
</div>
</div>
<div class="col-3">
<h2 class="footer-title secondary-title">Tags</h2>
<div class="tags">
<div class="d-flex flex-wrap">
<a href="#" class="nav-link btn bg-light">Travel</a>
<a href="#" class="nav-link btn bg-light">Food</a>
<a href="#" class="nav-link btn bg-light">Lifestyle</a>
<a href="#" class="nav-link btn bg-light">Techonogy</a>
<a href="#" class="nav-link btn bg-light">Fashion</a>
</div>
</div>
<h2 class="footer-title secondary-title mt-2">Social</h2>
<div class="tags social" id="contact">
<div class="d-flex flex-wrap">
<a href="#" class="nav-link btn bg-light"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-twitter"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-instagram"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-dribbble"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- .footer -->
<script src="main.js"></script>
<script src="darkMode.js"></script>
<!--swiper slider cdn-->
</body>
</html>