-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
356 lines (338 loc) · 14.6 KB
/
gallery.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
<!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>
<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="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>Gallery</h1>
</div>
<div class="project-main">
<div class="project-list">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#7Buddhas">
<div class="p-img">
<img src="images/HR_from_habib/7Buddhas.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>The Seven Buddhas of Afghanistan</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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">
<div class="p-img">
<img src="images/auction.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Afghanistan</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#HauntingEyes">
<div class="p-img">
<img src="images/gallery1.jpg" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Haunting Eyes</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#AfghanGirl">
<div class="p-img">
<img src="images/HR_from_habib/AfghanGirl.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Afghan Girl</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#DrHassanKakar">
<div class="p-img">
<img src="images/HR_from_habib/DrHassanKakar.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Dr Hassan Kakar</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#LoyKhanZamanKhan">
<div class="p-img">
<img src="images/HR_from_habib/LoyKhanZamanKhan.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Loy Khan Zaman Khan</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#TheComfortableCorner">
<div class="p-img">
<img src="images/HR_from_habib/TheComfortableCorner.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>The Comfortable Corner</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" data-aos="fade" data-aos-offset="100" data-aos-delay="100" data-aos-duration="1000"
data-aos-easing="ease-in-out">
<a href="#">
<div class="p-img">
<img src="images/HR_from_habib/unknownTitle.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Title Unknown</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#LoyKhanZamanKhan2">
<div class="p-img">
<img src="images/HR_from_habib/LoyKhanZamanKhan2.png" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Loy Khan Zaman Khan</p>
</div>
</a>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="project-block" 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#Elon">
<div class="p-img">
<img src="images/work3.jpg" alt="project" class="img-fluid">
</div>
<div class="p-detail">
<p>Elon Musk</p>
</div>
</a>
</div>
</div>
</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-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>
<a href="#" class="btn btn-common">Read more</a>
</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>
<a href="#" class="btn btn-common">Read more</a>
</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>