-
Notifications
You must be signed in to change notification settings - Fork 2
/
painting_index.html
687 lines (613 loc) · 38 KB
/
painting_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
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
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!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">
<title>Heena's Gallery</title>
<!-- fontawesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- bootstrap css -->
<link rel = "stylesheet" href = "bootstrap-5.0.2-dist/css/bootstrap.min.css">
<!-- custom css -->
<link rel = "stylesheet" href = "./css/painting.css">
</head>
<body>
<!-- navbar -->
<nav class = "navbar navbar-expand-lg navbar-light bg-white py-4 fixed-top">
<div class = "container">
<a class = "navbar-brand d-flex justify-content-between align-items-center order-lg-0" href = "index.html">
<img src = "images/shopping-bag-icon.png" alt = "site icon">
<span class = "text-uppercase fw-lighter ms-2">Heena Singhal</span>
</a>
<!-- <div class = "order-lg-2 nav-btns">
<button type = "button" class = "btn position-relative">
<i class = "fa fa-shopping-cart"></i>
<span class = "position-absolute top-0 start-100 translate-middle badge bg-primary">5</span>
</button>
<button type = "button" class = "btn position-relative">
<i class = "fa fa-heart"></i>
<span class = "position-absolute top-0 start-100 translate-middle badge bg-primary">2</span>
</button>
<button type = "button" class = "btn position-relative">
<i class = "fa fa-search"></i>
</button>
</div> -->
<button class = "navbar-toggler border-0" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navMenu">
<span class = "navbar-toggler-icon"></span>
</button>
<div class = "collapse navbar-collapse order-lg-1" id = "navMenu">
<ul class = "navbar-nav mx-auto text-center">
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#header">Home</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#">Blog</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#about">About Me</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#about">Children's Books</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#about">Novels</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar -->
<!-- header -->
<header id = "header" class = "vh-100 carousel slide" data-bs-ride = "carousel" style = "padding-top: 104px;">
<div class = "container h-100 d-flex align-items-center carousel-inner">
<div class = "text-center carousel-item active">
<h2 class = "text-capitalize text-white">Heena's Artwork</h2>
<h1 class = "text-uppercase py-2 fw-bold text-white">Crafted with Love</h1>
<div class = "btn mt-3 text-uppercase">shop now</a>
</div>
<div class = "text-center carousel-item">
<h2 class = "text-capitalize text-white">Memorable gifting</h2>
<h1 class = "text-uppercase py-2 fw-bold text-white">Crafted with Love</h1>
<div class = "btn mt-3 text-uppercase">shop now</a>
</div>
</div>
<button class = "carousel-control-prev" type = "button" data-bs-target="#header" data-bs-slide = "prev">
<span class = "carousel-control-prev-icon"></span>
</button>
<button class = "carousel-control-next" type = "button" data-bs-target="#header" data-bs-slide = "next">
<span class = "carousel-control-next-icon"></span>
</button>
</header>
<!-- end of header -->
<!-- collection
<section id = "collection" class = "py-5">
<div class = "container">
<div class = "title text-center">
<h2 class = "position-relative d-inline-block">Books</h2>
</div>
<div class = "row g-0">
<div class = "d-flex flex-wrap justify-content-center mt-5 filter-button-group">
<button type = "button" class = "btn m-2 text-dark active-filter-btn" data-filter = "*">All</button>
<button type = "button" class = "btn m-2 text-dark" data-filter = ".ill">Illustrations</button>
<button type = "button" class = "btn m-2 text-dark" data-filter = ".cb">Children's books</button>
<button type = "button" class = "btn m-2 text-dark" data-filter = ".nov">Novels</button>
</div>
<div class = "collection-list mt-4 row gx-0 gy-3">
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 cb">
<div class = "collection-img position-relative">
<img src = "./images/book2.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Reana and the mysterious flower</p>
<p> <span class = "fw-bold d-block"></span></p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 cb">
<div class = "collection-img position-relative">
<img src = "./images/book3.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Smallie</p>
<p> <span class = "fw-bold d-block"></span></p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 nov">
<div class = "collection-img position-relative">
<img src = "./images/Songsofthereed.jpg" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Songs Of The Reed</p>
<p> <span class = "fw-bold d-block"></span></p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 ill">
<div class = "collection-img position-relative">
<img src = "./images/Illustartion1.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Jerovian Mango</p>
<p> <span class = "fw-bold d-block"></span></p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 ill">
<div class = "collection-img position-relative">
<img src = "./images/Illustartion2.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">The King Of Gnomesia</p>
<p> <span class = "fw-bold d-block"></span></p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 new">
<div class = "collection-img position-relative">
<img src = "./images/paint6.png" class = "w-100">
/// <span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span> ///
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Painting</p>
<p> <span class = "fw-bold d-block"></span></p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class = "collection-img position-relative">
<img src = "images/c_undershirt.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">gray shirt</p>
<span class = "fw-bold">$ 45.50</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 feat">
<div class = "collection-img position-relative">
<img src = "images/c_western-shirt.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">gray shirt</p>
<span class = "fw-bold">$ 45.50</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class = "collection-img position-relative">
<img src = "images/c_undershirt.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">gray shirt</p>
<span class = "fw-bold">$ 45.50</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class = "collection-img position-relative">
<img src = "images/c_undershirt.png" class = "w-100">
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">gray shirt</p>
<span class = "fw-bold">$ 45.50</span>
</div>
</div>
</div>
</div>
</div>
</section>
end of collection -->
<!-- Paintings -->
<section id = "special" class = "py-5">
<div class = "container">
<div class = "title text-center py-5">
<h2 class = "position-relative d-inline-block">Paintings</h2>
</div>
<div class = "special-list row g-0">
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "./images/paint1.png" class = "w-100">
<!-- <span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span> -->
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Reva</p>
<p> <span class = "fw-bold d-block">Acrylic on canvas | 24” X 24”
</span> A woman who knows her worth. </p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "./images/2.png" class = "w-100">
<!-- <span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span> -->
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Emptiness</p>
<p> <span class = "fw-bold d-block">Acrylic on canvas | 24” X 24”
</span>To praise is to praise how one surrenders to emptiness. </p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "./images/3.png" class = "w-100">
<!-- <span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span> -->
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Survivor</p>
<p> <span class = "fw-bold d-block">Acrylic on canvas | 24” X 24”
</span>The beauty lies not so much in the eyes of the beholder but in bravery and resilience </p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "./images/4.png" class = "w-100">
<!-- <span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span> -->
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Symphony</p>
<p> <span class = "fw-bold d-block">Acrylic on canvas | 24” X 24”
</span> What music is to ears, solitude is to the soul. </p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "./images/5.png" class = "w-100">
<!-- <span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span> -->
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Womanhood</p>
<p> <span class = "fw-bold d-block">Acrylic on canvas | 24” X 24” </span> <i>Description -- empty</i> </p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "./images/paint6.png" class = "w-100">
<!-- <span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span> -->
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Gaze</p>
<p> <span class = "fw-bold d-block">Acrylic on canvas | 24” X 24”
</span> Not every emotion is binary. There is a great world beyond black and white. </p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
<!--
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "images/special_product_4.jpg" class = "w-100">
<span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">gray shirt</p>
<p> <span class = "fw-bold d-block">You are helping</span> NGO 1. </p>
<a href = "#" class = "btn btn-primary mt-3">Buy Now</a>
</div>
</div>
</div>
-->
</div>
</section>
<!-- end of special products -->
<!-- banner -->
<section id = "offers" class = "py-5">
<div class = "container">
<div class = "row d-flex align-items-center justify-content-center text-center justify-content-lg-start text-lg-start">
<div class = "offers-content">
<span class = "text-white">A part of proceeds from the novel/artworks will go into </span>
<h2 class = "mt-2 mb-4 text-white">NGOs and Helping the poor.</h2>
<!-- <a href = "#" class = "btn">Buy Now</a> -->
</div>
</div>
</div>
</section>
<!-- end of banner -->
<!-- Reviews -->
<section id = "blogs" class = "py-5">
<div class = "container">
<div class = "title text-center py-5">
<h2 class = "position-relative d-inline-block">Reviews</h2>
</div>
<div class = "row g-3">
<div class = "card border-0 col-md-6 col-lg-4 bg-transparent my-3">
<img src = "./images/review2.png" alt = "">
<div class = "card-body px-0">
<h4 class = "card-title">"How can a rose which has never been watered be blamed for wilting?"</h4>
<p class = "card-text mt-3 text-muted">
This book has just reminded me of how much I enjoy slow paced books, where I can take my
time to absorb the story and enjoy the characters development without the feeling of being
rushed to the ending.
<p>
This book has been gifted to me by my dear friend @sonamreads
She introduced me to the beautiful author @pages_pen_heena who has accompanied me
during the reading journey which made it much more fun.
</p>
</p>
<p class = "card-text">
<small class = "text-muted">
<span class = "fw-bold">By: Sara Adnan </span><br>
Jordan | Dubai <br>
Art & Pilate Instructor
</small>
</p>
<!-- <a href = "#" class = "btn">Read More</a> -->
</div>
</div>
<div class = "card border-0 col-md-6 col-lg-4 bg-transparent my-3">
<img src = "./images/review1.png" alt = "">
<div class = "card-body px-0">
<h4 class = "card-title">"Every story decides for itself the time to be told."</h4>
<p class = "card-text mt-3 text-muted">
What a book! It is hard for me to believe this is a debut novel. The writing is so mature
and powerful.
It is a story of two girls- Noor and Reva scouting for their roots.
Noor, living in Spain, embarks on a quest for her real home, and Reva, a beautiful girl
from an orphanage in New Delhi, is on an unfaltering hunt for her family. It is beautiful
to witness how their paths cross, these two girls who are driven by desperate
compulsion in pursuit of their roots.
</p>
<p class = "card-text">
<small class = "text-muted">
<span class = "fw-bold">By: Shaleen Mishra</span>
<br>
India | Lucknow
<br>
Civil Judge
</small>
</p>
</div>
</div>
<div class = "card border-0 col-md-6 col-lg-4 bg-transparent my-3">
<img src = "./images/review3.png" alt = "">
<div class = "card-body px-0">
<h4 class = "card-title">“Listen to the song of the reed, how it wails with the pain of separation.”</h4>
<p class = "card-text mt-3 text-muted">
In his poem Song of the Reed, Rumi reflects on the yearning of the soul to return to where it
came from. Inspired by the poem, SOTR is about two women Reva and Noor tracing their
roots and trying to find their identity.
<p class = "card-text mt-3 text-muted">
The thing I love most about this book is its vivid narration, painting a clear picture of what
the author has envisioned. I took my own sweet time, indulging with this gem because this
one is not to be rushed but to be absorbed like poetry. I would definitely recommend this
book because it has a lot to offer, with something for everyone.
</p>
<p class = "card-text">
<small class = "text-muted">
<span class = "fw-bold">By: Sonam Verma Chauhan
</span><br>India | Dubai<br>
English Language Teacher
</small>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end of blogs -->
<!-- about us -->
<section id = "about" class = "py-5">
<div class = "container">
<div class = "row gy-lg-5 align-items-center">
<div class = "col-lg-6 order-lg-1 text-center text-lg-start">
<div class = "title pt-3 pb-5">
<h2 class = "position-relative d-inline-block ms-4">About Me</h2>
</div>
<p class = "lead text-muted">Heena Singhal lives her life in the world of imagination, believing hopelessly in the magnificent power of stories.
A Chartered Accountant by education, she teaches at the Institute of Chartered Accountants of India.</p>
<p>
Singhal dons many hats: a painter, children's book writer and illustrator, a poet, an award winning novelist, and
most of all, as it defines her the best—a storyteller.
Her debut novel, Songs of the Reed, is a lavishly narrated saga, sewn with the intricacies of love and emotions.
The story is inspired by the poem of the same name by Rumi, the very legendary Persian poet of all time.
Singhal is an advocate of inclusion and women & children's rights, especially their right to freedom and
education.
</p>
<p>
She works closely with the organisations that take care of lost and abandoned children, and acid attack
survivors.
</p>
</div>
<div class = "col-lg-6 order-lg-0">
<img src = "./images/hero-banner-main.png" alt = "" class = "img-fluid">
</div>
</div>
</div>
</section>
<!-- end of about us -->
<!-- footer -->
<footer class = "bg-dark py-5">
<div class = "container">
<div class = "row text-white g-4">
<div class = "col-md-6 col-lg-3">
<a class = "text-uppercase text-decoration-none brand text-white" href = "index.html">Heena Singhal</a>
<p class = "text-white text-muted mt-3"> Author | Painter </p>
</div>
<div class = "col-md-6 col-lg-3">
<h5 class = "fw-light">Links</h5>
<ul class = "list-unstyled">
<li class = "my-3">
<a href = "#" class = "text-white text-decoration-none text-muted">
<i class = "fas fa-chevron-right me-1"></i> Home
</a>
</li>
<li class = "my-3">
<a href = "#collection" class = "text-white text-decoration-none text-muted">
<i class = "fas fa-chevron-right me-1"></i> Gallery
</a>
</li>
<li class = "my-3">
<a href = "https://heenasinghal.blogspot.com/" class = "text-white text-decoration-none text-muted">
<i class = "fas fa-chevron-right me-1"></i> Blog
</a>
</li>
</ul>
</div>
<div class = "col-md-6 col-lg-3">
<h5 class = "fw-light mb-3">Contact Me</h5>
<div class = "d-flex justify-content-start align-items-start my-2 text-muted">
<span class = "me-3">
<i class = "fas fa-map-marked-alt"></i>
</span>
<span class = "fw-light">
Delhi, India
</span>
</div>
<div class = "d-flex justify-content-start align-items-start my-2 text-muted">
<a href="mailto:heenasinghal25@gmail.com" >
<span class = "me-3">
<i class = "fas fa-envelope"></i>
</span>
</a>
<span class = "fw-light">
heenasinghal25@gmail.com
</span>
</div>
</div>
<div class = "col-md-6 col-lg-3">
<h5 class = "fw-light mb-3">Follow Me</h5>
<div>
<ul class = "list-unstyled d-flex">
<li>
<a href = "https://www.facebook.com/profile.php?id=100082155894419&mibextid=LQQJ4d" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="mailto:heenasinghal25@gmail.com" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fas fa-envelope"></i>
</a>
</li>
<li>
<a href = "https://instagram.com/pages_pen_heena?igshid=NTc4MTIwNjQ2YQ==" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fab fa-instagram"></i>
</a>
</li>
<li>
<a href = "https://www.linkedin.com/in/heena-singhal-9aa695249" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- jquery -->
<script src = "js/jquery-3.6.0.js"></script>
<!-- isotope js -->
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js"></script>
<!-- bootstrap js -->
<script src = "bootstrap-5.0.2-dist/js/bootstrap.min.js"></script>
<!-- custom js -->
<script src = "js/script.js"></script>
</body>
</html>