-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
494 lines (477 loc) · 29.2 KB
/
index.html
File metadata and controls
494 lines (477 loc) · 29.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blogger Blogger</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="fontawesome-free-6.4.2-web/svgs/solid/heart-pulse.svg">
<!-- Offline bootstarp linking -->
<link rel="stylesheet" href="bootstrap-5.3.3-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="fontawesome-free-6.4.2-web/css/all.css">
<meta name="google-adsense-account" content="ca-pub-9023759312742971">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9023759312742971"
crossorigin="anonymous"></script>
</head>
<body class="body">
<section class="herosection">
<div class="container">
<nav class="navbar navbar-expand-lg bg-transparent">
<div class="container">
<a class="navbar-brand fs-3 text-light" href="#">auroraBlog</a>
<button class="navbar-toggler bg-light" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav text-capitalize fw-bold d-flex gap-4 align-items-center mx-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link text-light active p-0" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-light p-0" href="products.html" id="prodpage">products</a>
</li>
<li class="nav-item">
<a class="nav-link text-light p-0" href="#">shop</a>
</li>
<li class="nav-item">
<a class="nav-link text-light p-0" href="about.html">portfolio/about</a>
</li>
<li class="nav-item">
<a class="nav-link text-light p-0" href="#">blog</a>
</li>
<li class="nav-item">
<a class="nav-link text-light p-0" href="contact.html">contact us</a>
</li>
</ul>
<form class="d-flex gap-3 align-items-center justify-content-center mt-3 mt-lg-0 mt-md-0" role="search">
<button class="btn btn-light"><a href="upload.html" class="nav-link">Upload</a></button>
<button class="btn btn-light"><a href="form.html" style="color: #000; text-decoration: none;">Login</a></i></button>
</form>
</div>
</div>
</nav>
<div class="row hero-row d-flex align-items-end justify-content-between">
<div class="herocol col-lg-10 col-md-9 col-12 mt-5 mt-lg-0 md-md-0">
<div class="card bg-transparent border-0 text-light">
<h6 class="category"></h6>
<h3 class="topic"></h3>
<p style="width: 90%;" class="heroText"></p>
<div class="div d-flex gap-3">
<div class="radio1"></div>
<div class="radio2"></div>
<div class="radio3"></div>
<div class="radio4"></div>
</div>
</div>
</div>
<div class="herocol col-lg-2 col-md-3 col-12 mt-lg-0 mt-5">
<div class="card bg-transparent border-0 text-light">
<p class="m-0 d-grid">
<span>UP NEXT</span>
<span class="next">A Lot With Little</span>
<span><progress max="100" value="0"></progress></span>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="featured py-5 my-5">
<div class="container">
<div class="row">
<div class="col-12">
<div class="card d-flex border-0 flex-row justify-content-between align-items-center bg-transparent">
<h4 style="letter-spacing: 5px;">FEATURED</h4>
<div class="" style="border: 1px solid black; width: 85%; height: 0;"></div>
</div>
</div>
<div class="col-12 mt-5">
<div class="feature">
<div class="card card1 p-2 bg-transparent">
<div class="card-img mb-4">
<img src="images/img1.jpeg" alt="" class="img-fluid">
</div>
<div class="card-text" style="line-height: 10px;">
<p class="text-uppercase">sweat the technique - volume 2</p>
<h6>The right mindset - (with Dave Peace)</h6>
<p class="fw-bold d-flex align-items-center gap-2"><span>Read volume</span><i class="fa fa-arrow-right p-2"></i></p>
</div>
</div>
<div class="card card2 py-2 ms-lg-4 bg-transparent">
<div class="card-img">
<img src="images/img1.jpeg" width="100%" height="" alt="">
</div>
<div class="card-text p-2" style="line-height: 10px;">
<p class="text-uppercase">Lost debate - volume 30</p>
<h6>Understanding the concept of coding</h6>
<p class="fw-bold d-flex align-items-center gap-2"><span>Read volume</span><i class="fa fa-arrow-right p-2"></i></p>
</div>
</div>
<div class="card card3 py-2 ms-lg-4 bg-transparent">
<div class="card-img">
<img src="images/img1.jpeg" width="100%" height="" alt="">
</div>
<div class="card-text p-2" style="line-height: 10px;">
<p class="text-uppercase">Lost debate - volume 31</p>
<h6>Understanding the concept of coding</h6>
<p class="fw-bold d-flex align-items-center gap-2"><span>Read volume</span><i class="fa fa-arrow-right p-2"></i></p>
</div>
</div>
<div class="card card4 py-2 ms-lg-4 bg-transparent">
<div class="card-img">
<img src="images/img1.jpeg" width="100%" height="" alt="">
</div>
<div class="card-text p-2" style="line-height: 10px;">
<p class="text-uppercase">Lost debate - volume 32</p>
<h6>Understanding the concept of coding</h6>
<p class="fw-bold d-flex align-items-center gap-2"><span>Read volume</span><i class="fa fa-arrow-right p-2"></i></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="article py-5">
<div class="container">
<div class="row">
<div class="col-12 py-5">
<div class="card d-flex flex-row justify-content-between align-items-center bg-transparent border-0">
<h3>Articles</h3>
<button class="btn text-uppercase p-0 py-2 px-4"><a href="#">all articles <i class="fa fa-arrow-up-right-from-square"></i></a></button>
</div>
</div>
<div class="col-12 swipe">
<swiper-container class="row mySwiper" id="swipeRow" slides-per-view="3" autoplay space-between="30" pagination="true" pagination-clickable="true" navigation="true">
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
<swiper-slide>
<div class="card p-3 bg-transparent border-0">
<div class="card-img">
<img src="images/img4.png" alt="..." class="img-fluid">
</div>
<div class="card-text mt-3">
<p class="text-uppercase fw-bold m-0" style="font-size: 14px;">exhibition</p>
<h4 class="pt-2 fs-2">There is Room</h4>
<p class="fs-5 m-0">August 15 - October 14, 2024</p>
<p class="mt-1" style="font-size: 14px;">Aurora presents the exhibition <i>There is Room</i> by US-based architecture office <i>Rhema Von Fortuna</i>. The exhibition took place at <abbr title="Contact us to learn more about Aurora Reading Room">Aurora Reading Room</abbr>.</p>
</div>
</div>
</swiper-slide>
</swiper-container>
</div>
</div>
</div>
</section>
<section class="join">
<div class="container join-cont py-5">
<div class="row">
<div class="col-12 text-center">
<h1 class="text-uppercase fw-bold" style="font-size: 5rem;">Let's be faster.</h1>
<p class="mx-auto fw-bold py-3">We believe the most important conversations in society happen in the dark corners of the Internet - on platforms dominated by political arsonist, nihilists and extermists. our mission is to infuse more empathy, nuance and objectivity into those conservations. Join us.</p>
<div class="card-btn d-flex justify-content-center gap-4">
<button class="btn text-uppercase fw-bold p-0 px-4 py-2"><a href="#">join us <i class="fa fa-arrow-right"></i></a></button>
<button class="btn text-uppercase fw-bold p-0 px-4 py-2"><a href="#">donate now <i class="fa fa-arrow-right"></i></a></button>
</div>
</div>
</div>
</div>
</section>
<section class="newsletter">
<div class="container news-cont py-5">
<div class="row">
<div class="col-12">
<div class="card text-center bg-transparent border-0 mb-3">
<h1>Newsletter</h1>
</div>
</div>
<div class="col col-lg-6 col-md-6 col-12 py-5 news-col1 px-lg-5">
<div class="card bg-transparent border-0 pe-5 ms-5">
<h4>Daily reminder</h4>
<p class="fw-bold">Get constant remainders to read alongside tips to harness the power of information and also be the first to be notified when a new article is released.</p>
<form action="index.html">
<input type="email" placeholder="Input your Email address" class="form-control bg-transparent subs-form">
<button class="btn p-0 px-4 py-2 mt-3 text-uppercase">Subscribe</button>
</form>
</div>
</div>
<div class="col col-lg-6 col-md-6 col-12 py-5 news-col2 px-lg-5">
<div class="card bg-transparent border-0 ps-5 me-5">
<h4>Writing Tips</h4>
<p class="fw-bold">Get constant tips to improve with on your journey of writing and get to know how it is done from the professionals themselves.</p>
<form action="index.html">
<input type="email" placeholder="Input your Email address" class="form-control bg-transparent subs-form">
<button class="btn p-0 px-4 py-2 mt-3 text-uppercase">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="team py-5">
<div class="container">
<hr class="my-5" style="border: 2px solid rgb(0, 0, 0);">
<div class="row pt-3 d-flex align-items-center">
<div class="col-lg-4 col-md-5">
<div class="card bg-transparent border-0 p-3">
<div class="card-img">
<img src="images/img6.jpg" alt="" class="img-fluid teamimg">
</div>
<div class="card-text mt-3 d-flex align-items-center justify-content-between">
<div class="part d-grid gap-2">
<h5 class="m-0 teamname"></h5>
<p class="text-uppercase fw-bold m-0 teamjob" style="font-size: 14px;"></p>
<div class=" d-flex gap-3">
<a href="#" style="color: inherit;"><i class="fab fa-instagram" style="font-size: 1.5rem;"></i></a>
<a href="#" style="color: inherit;"><i class="fab fa-x-twitter" style="font-size: 1.5rem;"></i></a>
</div>
</div>
<div class="d-flex gap-2">
<i class="fa p-2 fa-arrow-left" id="back"></i>
<i class="fa p-2 fa-arrow-right" id="front"></i>
</div>
</div>
</div>
</div>
<div class="col-lg-8 col-md-7">
<div class="card bg-transparent border-0 p-3">
<p class="m-0 text-uppercase fw-bold" style="font-size: 14px;">auroraBlog blogger program</p>
<h1 class="w-75 mt-3">Join us in building a real social network.</h1>
</div>
</div>
</div>
</div>
</section>
<footer class="footer mt-5 py-5">
<div class="container">
<div class="row gap-5 gap-lg-0 gap-md-0">
<div class="col col-lg-4 col-md-4 col-12 mx-auto">
<h1 style="font-size: 5rem; color: #febd1f; line-height: 40px;">aurora<br> <span style="color: #fbabec;">Blog</span></h1>
</div>
<div class="col col-lg-4 col-md-4 col-12 mx-auto">
<div class="card bg-transparent border-0">
<p class="text-uppercase text-light fw-bold" style="font-size: 14px;">follow us</p>
<div class="fabs d-flex gap-3">
<i class="fab p-3 fa-tiktok"></i>
<i class="fab p-3 fa-youtube"></i>
<i class="fab p-3 fa-instagram"></i>
<i class="fab p-3 fa-x-twitter"></i>
</div>
<button class="btn text-uppercase fw-bold w-25 p-0 py-2 mt-3">donate</button>
</div>
</div>
<div class="col col-lg-4 col-md-4 col-12 mx-auto contact">
<div class="card bg-transparent border-0 text-light">
<p class="text-uppercase text-light fw-bold" style="font-size: 14px;">contact us</p>
<a class="mb-2" style="text-decoration: none;" href="http://googlemaps.com"><i class="fa fa-location"></i> 1240 North Mumbai Crescent, Plot 48 Nigeria</a>
<a class="mb-2" style="text-decoration: none;" href="tel:+2347081696490"><i class="fa fa-phone"></i> +234 708 1696 490</a>
<a class="mb-2" style="text-decoration: none;" href="mailto:adelekeoluwayokun27@gmail.com"><i class="fa fa-message"></i> adelekeoluwayokun27@gmail.com</a>
</div>
</div>
<div class="col-12 mt-5 last">
<div class="card d-flex flex-row justify-content-between align-items-center bg-transparent">
<p class="text-uppercase fw-bold m-0">© 2024 aurorablog all right reserved by <a href="oluwamayokun.netlify.app">oluwamayokun</a>.</p>
<p class="m-0"><a href="#"><i class="fa fa-arrow-up fa-2x"></i></a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- <section class="blog overflow-x-hidden py-5" id="blog">
<div class="container">
<h1 class="py-3">Blog</h1>
<div class="row text-center" id="blogRow">
<div class="my-3 col col-lg-12 col-md-12 col-12">
<div class="card pb-3 d-flex flex-row border-0">
<div class="card-img">
<img src="images/img22.png" style="border-radius: 50%;" class="" width="100px" height="100px" alt="...">
</div>
<div class="text text-start">
<h5 class="card-title my-3">Insurgency</h5>
<p class="card-text">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptatum placeat aut blanditiis vitae amet saepe aliquid explicabo vero culpa ipsa? Nisi, exercitationem iste. Eveniet, nam vero unde consequuntur neque illum!
Lorem ipsum dolor sit amet consectetur adipisicing elit. At animi, temporibus, expedita corrupti ut rerum eos et debitis asperiores vel beatae suscipit. Suscipit et assumenda libero, dolorem quae dolore. Ut dicta molestias harum ipsum adipisci corporis quam, quod nulla consequatur sapiente alias eius tenetur facilis aut! Eum impedit aliquid perspiciatis nesciunt fugiat? Possimus, natus facilis? Rerum architecto odit iusto omnis pariatur ea provident totam fuga, maiores nisi aperiam nostrum temporibus delectus esse, corrupti numquam quaerat qui, ipsam aut quibusdam neque ut eos? Eaque assumenda doloremque laborum, eveniet, aliquam accusantium, itaque quibusdam corrupti odio eos praesentium! Alias accusantium eligendi iusto odio.
</p>
</div>
</div>
</div>
<div class="my-3 col col-lg-12 col-md-12 col-12">
<div class="card pb-3 d-flex flex-row border-0">
<div class="card-img">
<img src="images/img22.png" style="border-radius: 50%;" class="" width="100px" height="100px" alt="...">
</div>
<div class="text text-start">
<h5 class="card-title my-3">Price Hike</h5>
<p class="card-text">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptatum placeat aut blanditiis vitae amet saepe aliquid explicabo vero culpa ipsa? Nisi, exercitationem iste. Eveniet, nam vero unde consequuntur neque illum!
Lorem ipsum dolor sit amet consectetur adipisicing elit. At animi, temporibus, expedita corrupti ut rerum eos et debitis asperiores vel beatae suscipit. Suscipit et assumenda libero, dolorem quae dolore. Ut dicta molestias harum ipsum adipisci corporis quam, quod nulla consequatur sapiente alias eius tenetur facilis aut! Eum impedit aliquid perspiciatis nesciunt fugiat? Possimus, natus facilis? Rerum architecto odit iusto omnis pariatur ea provident totam fuga, maiores nisi aperiam nostrum temporibus delectus esse, corrupti numquam quaerat qui, ipsam aut quibusdam neque ut eos? Eaque assumenda doloremque laborum, eveniet, aliquam accusantium, itaque quibusdam corrupti odio eos praesentium! Alias accusantium eligendi iusto odio.
</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Online bootstarp linking -->
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> -->
<!-- Offline bootstarp linking -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js"></script>
<script src="bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="script.js"></script>
</body>
</html>