-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
426 lines (393 loc) · 23 KB
/
portfolio.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
<!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/slick.css" rel="stylesheet">
<link href="css/aos.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>
<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" href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="portfolio.html">Portfolio</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 class="main-wrapper">
<div class="page-title" data-aos="fade" data-aos-offset="100" data-aos-delay="100" data-aos-duration="1000"
data-aos-easing="ease-in-out">
<h1>Portfolio</h1>
</div>
<div class="portfilo-main d-none d-md-block">
<div class="portfolio-slider" data-aos="fade" data-aos-offset="100" data-aos-delay="100" data-aos-duration="1000"
data-aos-easing="ease-in-out">
<div class="portfolio-item" id="7Buddhas">
<div class="g-title">
<h3>The Great Buddhas of Afghanistan</h3>
</div>
<img src="images/HR_from_habib/7Buddhas.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="Afghanistan">
<div class="g-title">
<h3>Afghanistan</h3>
</div>
<img src="images/auction.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="HauntingEyes">
<div class="g-title">
<h3>Haunting Eyes</h3>
</div>
<img src="images/gallery1.jpg" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="TheComfortableCorner">
<div class="g-title">
<h3>The Comfortable Corner</h3>
</div>
<img src="images/HR_from_habib/TheComfortableCorner.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="LoyKhanZamanKhan">
<div class="g-title">
<h3>Loy Khan Zaman Khan Portrait #1</h3>
</div>
<img src="images/HR_from_habib/LoyKhanZamanKhan.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="LoyKhanZamanKhan2">
<div class="g-title">
<h3>Loy Khan Zaman Khan Portrait #2</h3>
</div>
<img src="images/HR_from_habib/LoyKhanZamanKhan2.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="AfghanGirl">
<div class="g-title">
<h3>Afghan Girl</h3>
</div>
<img src="images/HR_from_habib/AfghanGirl.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="Elon">
<div class="g-title">
<h3>Elon Musk</h3>
</div>
<img src="images/artist1.jpg" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item" id="DrHassanKakar">
<div class="g-title">
<h3>Dr. Hassan Kakar</h3>
</div>
<img src="images/HR_from_habib/DrHassanKakar.png" alt="gallery-slider" class="img-fluid">
<div class="g-detail">
<p>This piece took some of the most work of anything Olomi has created. The books in the back are books that Dr. Hassan Kakar has written. Other parts of the work are similarly detailed: You can see a family portrait in the background.</p>
<p>No original photograph exists of the doctor in this exact pose, but the piece was made with reference to 12 different images. This was the doctor's deep thought pose.</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 class="portfilo-main d-block d-md-none">
<div class="portfolio-slider" data-aos="fade" data-aos-offset="100" data-aos-delay="100" data-aos-duration="1000"
data-aos-easing="ease-in-out">
<div class="portfolio-item">
<div class="g-title">
<h3>The Great Buddhas of Afghanistan</h3>
</div>
<img src="images/HR_from_habib/7Buddhas.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item">
<div class="g-title">
<h3>Afghanistan</h3>
</div>
<img src="images/auction.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item">
<div class="g-title">
<h3>Haunting Eyes</h3>
</div>
<img src="images/gallery1.jpg" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item">
<div class="g-title">
<h3>The Comfortable Corner</h3>
</div>
<img src="images/HR_from_habib/TheComfortableCorner.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item">
<div class="g-title">
<h3>Loy Khan Zaman Khan Portrait #1</h3>
</div>
<img src="images/HR_from_habib/LoyKhanZamanKhan.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item">
<div class="g-title">
<h3>Loy Khan Zaman Khan Portrait #2</h3>
</div>
<img src="images/HR_from_habib/LoyKhanZamanKhan2.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item">
<div class="g-title">
<h3>Afghan Girl</h3>
</div>
<img src="images/HR_from_habib/AfghanGirl.png" alt="gallery-slider" class="img-fluid">
<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 class="portfolio-item">
<div class="g-title">
<h3>Elon Musk</h3>
</div>
<img src="images/artist1.jpg" alt="gallery-slider" class="img-fluid">
<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>
<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-title">
<h3>name of the Piece</h3>
</div>
<img src="images/gallery1.jpg" alt="gallery-slider" class="img-fluid">
<div class="g-detail">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Viverra tempus cursus in molestie magna scelerisque. Amet commodo lectus orci luctus adipiscing.</p>
</div>
</div>
<div class="g-item">
<div class="g-title">
<h3>name of the Piece</h3>
</div>
<img src="images/gallery2.jpg" alt="gallery-slider" class="img-fluid">
<div class="g-detail">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Viverra tempus cursus in molestie magna scelerisque. Amet commodo lectus orci luctus adipiscing.</p>
</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>
<script src="js/aos.js"></script>
<!-- ofi -->
<script src="js/ofi.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>