-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
634 lines (578 loc) · 29 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>OLOMI Gallery</title>
<meta name="description" content="" />
<meta name="title" content="" />
<meta name="keywords" content="" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!--=== Add By Designer ===-->
<link href="css/aos.css" rel="stylesheet">
<link href="css/slick.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="fonts/fonts.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="css/fontawesome.min.css" rel="stylesheet">
<!--=== Windows Phone JS Code Start ===-->
<script type="text/javascript">
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
document.createTextNode(
'@-ms-viewport{width:auto!important}'
)
)
document.querySelector('head').appendChild(msViewportStyle)
}
</script>
<!--=== Windows Phone JS Code End ===-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="homepage">
<div class="splash-screen">
<div class="splash-content">
<div class="logo">
<img src="images/logo.svg" alt="logo" class="imgf-fluid">
</div>
<a href="#welcome" class="btn btn-common">Start Exploring</a>
</div>
</div>
<div class="sidebar">
<a href="#" class="logo"><img src="images/logo2.svg" alt="logo" class="img-fluid"></a>
<button class="navbar-toggler" type="button">
<span class="navbar-toggler-icon">
<span class="toggle-bar"></span>
<span class="toggle-bar"></span>
<span class="toggle-bar"></span>
</span>
</button>
</div>
<div class="navbar-menu">
<div class="menu-close">
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="42" cy="42" r="41.5" stroke="white" />
<path
d="M54.2834 51.7167C55.0168 52.45 55.0168 53.55 54.2834 54.2833C53.9168 54.65 53.5501 54.8333 53.0001 54.8333C52.4501 54.8333 52.0834 54.65 51.7168 54.2833L42.0001 44.5667L32.2834 54.2833C31.9167 54.65 31.5501 54.8333 31.0001 54.8333C30.4501 54.8333 30.0834 54.65 29.7167 54.2833C28.9834 53.55 28.9834 52.45 29.7167 51.7167L39.4334 42L29.7167 32.2833C28.9834 31.55 28.9834 30.45 29.7167 29.7167C30.4501 28.9833 31.5501 28.9833 32.2834 29.7167L42.0001 39.4333L51.7168 29.7167C52.4501 28.9833 53.5501 28.9833 54.2834 29.7167C55.0168 30.45 55.0168 31.55 54.2834 32.2833L44.5667 42L54.2834 51.7167Z"
fill="white" />
<mask id="mask0_204_791" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="29" y="29" width="26"
height="26">
<path
d="M54.2834 51.7167C55.0168 52.45 55.0168 53.55 54.2834 54.2833C53.9168 54.65 53.5501 54.8333 53.0001 54.8333C52.4501 54.8333 52.0834 54.65 51.7168 54.2833L42.0001 44.5667L32.2834 54.2833C31.9167 54.65 31.5501 54.8333 31.0001 54.8333C30.4501 54.8333 30.0834 54.65 29.7167 54.2833C28.9834 53.55 28.9834 52.45 29.7167 51.7167L39.4334 42L29.7167 32.2833C28.9834 31.55 28.9834 30.45 29.7167 29.7167C30.4501 28.9833 31.5501 28.9833 32.2834 29.7167L42.0001 39.4333L51.7168 29.7167C52.4501 28.9833 53.5501 28.9833 54.2834 29.7167C55.0168 30.45 55.0168 31.55 54.2834 32.2833L44.5667 42L54.2834 51.7167Z"
fill="white" />
</mask>
<g mask="url(#mask0_204_791)">
<rect x="20" y="20" width="44" height="44" fill="white" />
</g>
</svg>
</div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-olomi.html">About Olomi</a>
</li>
<li class="nav-item">
<a class="nav-link" href="media.html">Media</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<div id="welcome" class="main-wrapper">
<div class="artist-image-block">
<div class="row g-0 justify-content-center">
<div class="col-sm-12 col-md-8 col-lg-7 col-xl-5">
<div class="artist-image" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<img src="images/artist1.jpg" alt="artist-block" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="artist-block">
<div class="row g-0 justify-content-center">
<div class="col-sm-12 col-md-6">
<div class="artist-detail" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<div class="main-title">
<h1>Olomi
Afghan artist</h1>
</div>
<p>Olomi and his art have traveled from Kabul to touch the world from Hollywood to Bollywood.
</p>
<p>
He has crafted powerful pieces for clients such as Mike Tyson, Madonna, The Maryleys, Tom
Hanks, Dr. Florance Harding, Dr. Hasan Kakar, the noble family of Loy Khan Zaman Khan, and
many more.
</p>
<p>He has an important message to share through his art, and he’s so excited to have you here.
</p>
<div class="link">
<a href="gallery.html"><svg width="36" height="36" viewBox="0 0 36 36" fill="none"
xmlns="http://www.w3.org/2000/svg">
<circle cx="18" cy="18" r="17.5" stroke="#464447" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.4108 11.5774C17.0853 11.9028 17.0853 12.4305 17.4108 12.7559L21.8215 17.1666H12.1667C11.7065 17.1666 11.3334 17.5397 11.3334 18C11.3334 18.4602 11.7065 18.8333 12.1667 18.8333H21.8215L17.4108 23.2441C17.0853 23.5695 17.0853 24.0971 17.4108 24.4226C17.7362 24.748 18.2639 24.748 18.5893 24.4226L24.4226 18.5892C24.5808 18.4311 24.662 18.2253 24.6665 18.018C24.6668 18.006 24.6668 17.994 24.6665 17.9819C24.6643 17.8764 24.6424 17.7757 24.6044 17.6833C24.5638 17.5842 24.5032 17.4913 24.4226 17.4107L18.5893 11.5774C18.2639 11.252 17.7362 11.252 17.4108 11.5774Z"
fill="#212121" />
<mask id="mask0_303_1274" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11"
y="11" width="14" height="14">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.4108 11.5774C17.0853 11.9028 17.0853 12.4305 17.4108 12.7559L21.8215 17.1666H12.1667C11.7065 17.1666 11.3334 17.5397 11.3334 18C11.3334 18.4602 11.7065 18.8333 12.1667 18.8333H21.8215L17.4108 23.2441C17.0853 23.5695 17.0853 24.0971 17.4108 24.4226C17.7362 24.748 18.2639 24.748 18.5893 24.4226L24.4226 18.5892C24.5808 18.4311 24.662 18.2253 24.6665 18.018C24.6668 18.006 24.6668 17.994 24.6665 17.9819C24.6643 17.8764 24.6424 17.7757 24.6044 17.6833C24.5638 17.5842 24.5032 17.4913 24.4226 17.4107L18.5893 11.5774C18.2639 11.252 17.7362 11.252 17.4108 11.5774Z"
fill="white" />
</mask>
<g mask="url(#mask0_303_1274)">
<rect x="8" y="8" width="20" height="20" fill="#464447" />
</g>
</svg>
Explore the Olomi Portfolio</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="artist-image" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<img src="images/artist2.jpg" alt="artist-block" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="aucation-sec">
<div class="container">
<div class="row g-0 align-items-end">
<div class="col-sm-12 col-md-5">
<div class="auc-img" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<img src="images/aucation.jpg" alt="auc-img" class="img-fluid">
<div class="a-title d-flex d-md-none">
<div class="date">
5/24/2022
</div>
<div class="section-title">
<h2>Auction for afghanistan</h2>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="auc-detail" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<div class="a-title d-none d-md-block">
<div class="date">
5/24/2022
</div>
<div class="section-title">
<h2>Auction for afghanistan</h2>
</div>
</div>
<div class="text-block">
<p>Join Olomi and Afghan journalist Fatema Hosseini in a night of art, music, and
storytellling. This black tie fundraiser will celebrate Afghan culture and raise
funds
to evacuate at-risk Afghans from Taliban persecution.</p>
<div class="link">
<a href="future-project-auction.html"><svg width="36" height="36"
viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="18" cy="18" r="17.5" stroke="#464447" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.4108 11.5774C17.0853 11.9028 17.0853 12.4305 17.4108 12.7559L21.8215 17.1666H12.1667C11.7065 17.1666 11.3334 17.5397 11.3334 18C11.3334 18.4602 11.7065 18.8333 12.1667 18.8333H21.8215L17.4108 23.2441C17.0853 23.5695 17.0853 24.0971 17.4108 24.4226C17.7362 24.748 18.2639 24.748 18.5893 24.4226L24.4226 18.5892C24.5808 18.4311 24.662 18.2253 24.6665 18.018C24.6668 18.006 24.6668 17.994 24.6665 17.9819C24.6643 17.8764 24.6424 17.7757 24.6044 17.6833C24.5638 17.5842 24.5032 17.4913 24.4226 17.4107L18.5893 11.5774C18.2639 11.252 17.7362 11.252 17.4108 11.5774Z"
fill="#212121" />
<mask id="mask0_303_1274" style="mask-type:alpha" maskUnits="userSpaceOnUse"
x="11" y="11" width="14" height="14">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.4108 11.5774C17.0853 11.9028 17.0853 12.4305 17.4108 12.7559L21.8215 17.1666H12.1667C11.7065 17.1666 11.3334 17.5397 11.3334 18C11.3334 18.4602 11.7065 18.8333 12.1667 18.8333H21.8215L17.4108 23.2441C17.0853 23.5695 17.0853 24.0971 17.4108 24.4226C17.7362 24.748 18.2639 24.748 18.5893 24.4226L24.4226 18.5892C24.5808 18.4311 24.662 18.2253 24.6665 18.018C24.6668 18.006 24.6668 17.994 24.6665 17.9819C24.6643 17.8764 24.6424 17.7757 24.6044 17.6833C24.5638 17.5842 24.5032 17.4913 24.4226 17.4107L18.5893 11.5774C18.2639 11.252 17.7362 11.252 17.4108 11.5774Z"
fill="white" />
</mask>
<g mask="url(#mask0_303_1274)">
<rect x="8" y="8" width="20" height="20" fill="#464447" />
</g>
</svg>
Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="meet-artist">
<div class="row g-0 align-items-end">
<div class="col-sm-12 col-md-4">
<div class="meet-detail" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<div class="section-title">
<h2>Meet the artist</h2>
</div>
<p>Olomi’s mission is to leave the earth and the world of art a better place than he received.
</p>
<div class="link">
<a href="about-olomi.html"><svg width="36" height="36" viewBox="0 0 36 36" fill="none"
xmlns="http://www.w3.org/2000/svg">
<circle cx="18" cy="18" r="17.5" stroke="#464447" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.4108 11.5774C17.0853 11.9028 17.0853 12.4305 17.4108 12.7559L21.8215 17.1666H12.1667C11.7065 17.1666 11.3334 17.5397 11.3334 18C11.3334 18.4602 11.7065 18.8333 12.1667 18.8333H21.8215L17.4108 23.2441C17.0853 23.5695 17.0853 24.0971 17.4108 24.4226C17.7362 24.748 18.2639 24.748 18.5893 24.4226L24.4226 18.5892C24.5808 18.4311 24.662 18.2253 24.6665 18.018C24.6668 18.006 24.6668 17.994 24.6665 17.9819C24.6643 17.8764 24.6424 17.7757 24.6044 17.6833C24.5638 17.5842 24.5032 17.4913 24.4226 17.4107L18.5893 11.5774C18.2639 11.252 17.7362 11.252 17.4108 11.5774Z"
fill="#212121" />
<mask id="mask0_303_1274" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11"
y="11" width="14" height="14">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.4108 11.5774C17.0853 11.9028 17.0853 12.4305 17.4108 12.7559L21.8215 17.1666H12.1667C11.7065 17.1666 11.3334 17.5397 11.3334 18C11.3334 18.4602 11.7065 18.8333 12.1667 18.8333H21.8215L17.4108 23.2441C17.0853 23.5695 17.0853 24.0971 17.4108 24.4226C17.7362 24.748 18.2639 24.748 18.5893 24.4226L24.4226 18.5892C24.5808 18.4311 24.662 18.2253 24.6665 18.018C24.6668 18.006 24.6668 17.994 24.6665 17.9819C24.6643 17.8764 24.6424 17.7757 24.6044 17.6833C24.5638 17.5842 24.5032 17.4913 24.4226 17.4107L18.5893 11.5774C18.2639 11.252 17.7362 11.252 17.4108 11.5774Z"
fill="white" />
</mask>
<g mask="url(#mask0_303_1274)">
<rect x="8" y="8" width="20" height="20" fill="#464447" />
</g>
</svg>
Read more</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-8">
<div class="meet-img" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<img src="images/meet.jpg" alt="meet" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="explore-work">
<div class="container">
<div class="section-title" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<h2>Explore Works</h2>
</div>
<div class="work-slider">
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/HR_from_habib/7Buddhas.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="./portfolio.html#Afghanistan" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/auction.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/gallery1.jpg" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/HR_from_habib/AfghanGirl.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/HR_from_habib/DrHassanKakar.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/HR_from_habib/LoyKhanZamanKhan.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/HR_from_habib/TheComfortableCorner.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/HR_from_habib/unknownTitle.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/HR_from_habib/LoyKhanZamanKhan2.png" alt="project" class="img-fluid">
</a>
</div>
<div class="work-item" data-aos="fade" data-aos-offset="100" data-aos-delay="100"
data-aos-duration="1000" data-aos-easing="ease-in-out">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="images/work3.jpg" alt="project" class="img-fluid">
</a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-8">
<div class="f-left">
<div class="logo">
<a href="#">
<img src="images/logo.svg" alt="logo" class="img-fluid">
</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="f-right">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about-olomi.html">About Olomi</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-sm-12 col-md-8">
<div class="f-left">
<p>©2022 Olomi Afghan Artist. All rights reserved.</p>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="f-right">
<div class="social">
<ul>
<li><a target="_blank" href="https://www.instagram.com/olomigallery/"><img
src="images/instagram.png" alt="social" class="img-fluid"></a></li>
<li><a target="_blank" href="https://www.facebook.com/olomiart"><img
src="images/facebook.png" alt="social" class="img-fluid"></a></li>
<li><a target="_blank"
href="https://www.youtube.com/channel/UCB0UlgntVzBdNGA2PNJQocg"><img
src="images/youtube.png" alt="social" class="img-fluid"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Modal -->
<div class="modal fade gallery-modal" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<a href="#" class="modal-close" data-bs-dismiss="modal" aria-label="Close">
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="42" cy="42" r="41.5" stroke="white"></circle>
<path
d="M54.2834 51.7167C55.0168 52.45 55.0168 53.55 54.2834 54.2833C53.9168 54.65 53.5501 54.8333 53.0001 54.8333C52.4501 54.8333 52.0834 54.65 51.7168 54.2833L42.0001 44.5667L32.2834 54.2833C31.9167 54.65 31.5501 54.8333 31.0001 54.8333C30.4501 54.8333 30.0834 54.65 29.7167 54.2833C28.9834 53.55 28.9834 52.45 29.7167 51.7167L39.4334 42L29.7167 32.2833C28.9834 31.55 28.9834 30.45 29.7167 29.7167C30.4501 28.9833 31.5501 28.9833 32.2834 29.7167L42.0001 39.4333L51.7168 29.7167C52.4501 28.9833 53.5501 28.9833 54.2834 29.7167C55.0168 30.45 55.0168 31.55 54.2834 32.2833L44.5667 42L54.2834 51.7167Z"
fill="white"></path>
<mask id="mask0_204_791" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="29" y="29"
width="26" height="26">
<path
d="M54.2834 51.7167C55.0168 52.45 55.0168 53.55 54.2834 54.2833C53.9168 54.65 53.5501 54.8333 53.0001 54.8333C52.4501 54.8333 52.0834 54.65 51.7168 54.2833L42.0001 44.5667L32.2834 54.2833C31.9167 54.65 31.5501 54.8333 31.0001 54.8333C30.4501 54.8333 30.0834 54.65 29.7167 54.2833C28.9834 53.55 28.9834 52.45 29.7167 51.7167L39.4334 42L29.7167 32.2833C28.9834 31.55 28.9834 30.45 29.7167 29.7167C30.4501 28.9833 31.5501 28.9833 32.2834 29.7167L42.0001 39.4333L51.7168 29.7167C52.4501 28.9833 53.5501 28.9833 54.2834 29.7167C55.0168 30.45 55.0168 31.55 54.2834 32.2833L44.5667 42L54.2834 51.7167Z"
fill="white"></path>
</mask>
<g mask="url(#mask0_204_791)">
<rect x="20" y="20" width="44" height="44" fill="white"></rect>
</g>
</svg>
</a>
<div class="modal-body">
<div class="gallery-slider">
<div class="g-item">
<div class="g-block">
<div class="g-title">
<h3>The Great Buddhas of Afghanistan</h3>
</div>
<a href="images/HR_from_habib/7Buddhas.png">
<img src="images/HR_from_habib/7Buddhas.png" alt="gallery-slider" class="img-fluid">
</a>
<div class="g-detail">
<p>This piece was inspired by the <em>Buddhas of Bamiyan</em>, a worldly historic
monument that previously stood 55 and 38 meters tall, and by Olomi's own
recreation of the Western Buddha at the Hotel Inter-Continental, Kabul.</p>
<p>He re-constructed it from concrete and strong materials “because it needed to
last forever.” Olomi's recreation of the historic Buddha statue was destroyed by
the Taliban in August, 2021. They have also destroyed many other pieces of his
art across Afghanistan.</p>
<p>This piece, <em>The Great Buddhas of Afghanistan</em>, depicts the history of the
great Buddhas over the last 2000 years as well as news clippings and Olomi's
messages surrounding the Buddhas</p>
</div>
</div>
</div>
<div class="g-item">
<div class="g-block" id="Afghanistan">
<div class="g-title">
<h3>Afghanistan</h3>
</div>
<a href="images/auction.png">
<img src="images/auction.png" alt="gallery-slider" class="img-fluid">
</a>
<div class="g-detail">
<p>Originally painted in 2009, this piece was illustrates Olomi's optimism and hope
that Afghanistan was going to be able to stand on its own two feet. The image
shows a broken woman who isn't defeated, who is still standing tall and strong.
</p>
<p>The 2022 version of this painting portrays a more shattered and broken version of
the same woman. The background shows mountains and a massive explosion, and
there is a river of blood by her right foot.</p>
<p>The 2009 version was used as the cover for a book entitled "The Sound of Breaking
Feet" (translated from Farsi).</p>
</div>
</div>
</div>
<div class="g-item">
<div class="g-block">
<div class="g-title">
<h3>Haunting Eyes</h3>
</div>
<a href="images/gallery1.jpg">
<img src="images/gallery1.jpg" alt="gallery-slider" class="img-fluid">
</a>
<div class="g-detail">
<p>This piece was inspired by the National Geographic cover from June 1985: a famous
photograph entitled Afghan Girl. Olomi chose to do a realism recreation of her
eyes with oil on canvas.</p>
<p>Sharbat Gula's eyes are what really jump out to the viewer of the photo and spoke
to the whole world, and drew attention to the Soviet invasion of Afghanistan.
</p>
</div>
</div>
</div>
<div class="g-item">
<div class="g-block">
<div class="g-title">
<h3>The Comfortable Corner</h3>
</div>
<a href="images/HR_from_habib/TheComfortableCorner.png">
<img src="images/HR_from_habib/TheComfortableCorner.png" alt="gallery-slider"
class="img-fluid">
</a>
<div class="g-detail">
<p>This piece depicts a man during Ramadan, he's sitting on hay in a corner, leaning
against a wooden pillar.</p>
</div>
</div>
</div>
<div class="g-item">
<div class="g-block">
<div class="g-title">
<h3>Loy Khan Zaman Khan Portrait #1</h3>
</div>
<a href="images/HR_from_habib/LoyKhanZamanKhan.png">
<img src="images/HR_from_habib/LoyKhanZamanKhan.png" alt="gallery-slider"
class="img-fluid">
</a>
<div class="g-detail">
<p>Olomi was commissioned to do a small series of portraits for Loy Khan Zaman
Khan's family. Loy Khan Zaman Khan was a famous official in the Afghan army
during the reign of King Amanullah Khan.</p>
<p>Loy Khan Zaman Khan was an afghan nobleman, and well respected by the people of
Afghanistan. Olomi had only a tiny passport photo to work from, taken in 1920.
</p>
<p>Olomi researched the historical era, learning about historically accurate weapons
and guns, boots, style and clothing, even the official military uniform.</p>
</div>
</div>
</div>
<div class="g-item">
<div class="g-block">
<div class="g-title">
<h3>Loy Khan Zaman Khan Portrait #2</h3>
</div>
<a href="images/HR_from_habib/LoyKhanZamanKhan2.png">
<img src="images/HR_from_habib/LoyKhanZamanKhan2.png" alt="gallery-slider"
class="img-fluid">
</a>
<div class="g-detail">
<p>Olomi was commissioned to do a small series of portraits for Loy Khan Zaman
Khan's family. Loy Khan Zaman Khan was a famous official in the Afghan army
during the reign of King Amanullah Khan.</p>
<p>Loy Khan Zaman Khan was an afghan nobleman, and well respected by the people of
Afghanistan. Olomi had only a tiny passport photo to work from, taken in 1920.
</p>
<p>Olomi researched the historical era, learning about historically accurate weapons
and guns, boots, style and clothing, even the official military uniform.</p>
<p>This particular portrait will be carved into a copper plate and be placed on a
monument in Afghanistan.</p>
</div>
</div>
</div>
<div class="g-item">
<div class="g-block">
<div class="g-title">
<h3>Afghan Girl</h3>
</div>
<a href="images/HR_from_habib/AfghanGirl.png">
<img src="images/HR_from_habib/AfghanGirl.png" alt="gallery-slider"
class="img-fluid">
</a>
<div class="g-detail">
<p>This impressionist piece is another recreation of the famous face of the Afghan
Girl from the cover of the National Geographic. The painting is made out of tiny
little Xs, except her eyes.</p>
<p>This distinctive style draws the viewer in, much like the Haunting Eyes piece, as
they're the most closely detailed area.</p>
</div>
</div>
</div>
<div class="g-item">
<div class="g-block">
<div class="g-title">
<h3>Elon Musk</h3>
</div>
<a href="images/artist1.jpg">
<img src="images/artist1.jpg" alt="gallery-slider" class="img-fluid">
</a>
<div class="g-detail">
<p>This portrait of Elon Musk contains hidden symbols, such as Space X and Tesla
logos in the businessman's eyes. Olomi accurately recreated the beauty marks and
minute details in Elon's face.</p>
<p>Olomi is interested in donating the painting to Musk, and he requests in return
that Musk help Afghanistan with Starlink internet as he did in Ukraine.</p>
<p>Olomi would be happy to hand deliver the piece to Elon and thank him for his help
with Starlink. The piece was done with reference to two differnt photos: one
with his hands clasped under his chin, the pose Elon takes when he's deep in
thought, as well as one image where he's posing with his hands pressed together
in front of his face.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.6.0.min.js"></script>
<!-- Bootstrap Bundle with Popper -->
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/slick.min.js"></script>
<!-- ofi -->
<script src="js/ofi.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/script.js"></script>
</body>
</html>