-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.Html
392 lines (290 loc) · 14.6 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Online Gallery</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css"
integrity="sha512-PgQMlq+nqFLV4ylk1gwUOgm6CtIIXkKwaIHp/PAIWHzig/lKZSEGKEysh0TCVbHJXCLN7WetD8TFecIky75ZfQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="css/css.css" rel="stylesheet" />
</head>
<body>
<!-- Header-->
<header>
<nav class="navbar navbar-light bg-light">
<div class="container-fluid d-flex justify-content-end">
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#exampleModal">
About
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</header>
<!-- <header>
<nav class="navbar navbar-expand-lg navbar-toggleable-lg navbar-light mb-3">
<div class="container-fluid container-fluid1">
<div class="row">
<div class="col-md-6 mb-sm-0 mb-3">
<div class="col-md-2 col-sm-2 col-4">
<a class="navbar-brand" asp-controller="Home" asp-action="Index">
<img src="./Img/20230411_083912.jpg" width="100%">
Create With V
</a>
</div>
</div>
<div class="col-md-6 d-flex justify-content-end">
<div class="col-md-4 d-flex align-items-center">
<button type="button" class="btn btn-secondary w-100" data-toggle="modal"
data-target="#exampleModal">
About
</button>
</div>
</div>
</div>
</div>
</nav>
</header> -->
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class="container">
<div class="row">
<div class="col-md-12 justify-content-end" style="display: flex;">
<button type="button" class="btn btn-danger" data-dismiss="modal">
X
</button>
</div>
<div class="col-md-12 justify-content-center" style="display: flex;">
<h5>About</h5>
</div>
</div>
</div>
</div>
<div class="modal-body">
<!-- <p>
Vistorina is a Namibian self taught artist. She has loved drawing since her early age and has
started pursuing her talent since 2020.
She explores various art styles and mediums which drives her inspiration to create. She is
inspired by everyday life and other artists worldwide.
</p> -->
<h6> BIOGRAPHY</h6>
<p>
Vistorina Silvanus
Born in Oshakati, Namibia
Lives and works in Windhoek, Namibia
</p>
<p>
Vistorina is an award winning Namibian self taught artist. She has loved drawing since her early
age
and has started pursuing her talent since 2020.
</p>
<p>
She explores various art styles and mediums which drives her inspiration to create including but
not
limited to cultures, places and people. Over the years, her work tends to feature mostly human
faces
however she has started exploring landscapes, and wildlife of which she creates in mediums like
graphite and acrylics. She has worked with clients such as Onguma Safari Camps.
</p>
<h6>
EXHIBITIONS
</h6>
<p>
2023 TechNovation Social - NIPDB
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid ">
<div class=" d-flex justify-content-center">
<div class="col-12 col-md-6">
<img src="./Img/20230403_170325.jpg" style="width: 100%;" />
</div>
</div>
<div class="col-md-12">
<h1
style="font-family: 'EmpiricaHeadline','Times New Roman',serif;font-size: clamp(2.5rem, 10vw, 3.5rem);text-align: center;">
Welcome To My Art Gallery
</h1>
</div>
</div>
<section class="bg-light pt-5 pb-5 shadow-sm">
<div class="container container2">
<div class="row ">
<div class="col-md-12">
<fieldset class="border p-2 mt-4">
<legend class="w-auto"
style="font-size:14px; color:#EA2948; font-size: 18px; font-weight: bold;">
Pencil Drawings
</legend>
<div class="col-md-12">
<div class="row">
<div class="col-md-4">
<div class="form-group">
<img class="shadow1" src="./Img/7.jpg" />
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<img class="shadow1" src="./Img/5.jpg" />
</div>
</div>
</div>
</div>
</fieldset>
</div>
<div class="col-md-12">
<fieldset class="border p-2 mt-4">
<legend class="w-auto"
style="font-size:14px; color:#EA2948; font-size: 18px; font-weight: bold;">
Paintings
</legend>
<div class="col-md-12">
<div class="row">
<div class="col-md-4">
<div class="form-group">
<img class="shadow1" src="./Img/1.jpg" />
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<img class="shadow1" src="./Img/2.jpg" />
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<img class="shadow1" src="./Img/3.jpg" />
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<img class="shadow1" src="./Img/4.jpg" />
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<img class="shadow1" src="./Img/6.jpg" />
</div>
</div>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<div class="container">
<div class="col-md-12 mt-3 mb-2">
<h1>Send Us A Message:</h1>
<form action="https://formsubmit.co/[email protected] " method="POST">
<div class="row">
<div class="col-md-12">
<div class="row form-group">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" placeholder="Full Name"
required>
</div>
<div class="col-md-6">
<input type="email" name="email" class="form-control" placeholder="Email Address"
required>
</div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea placeholder="Your Message" class="form-control" name="message" rows="5"
required></textarea>
</div>
</div>
<div class="col-md-12">
<button type="submit" class="btn btn-lg btn-dark btn-block">Submit Form</button>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="row justify-content-center d-flex">
<div class="form-group col-md-6">
<p class="text-white">Contact Details</p>
<span class="text-white"><i class="fa-solid fa-phone fa-lg" style="color: white;"> </i> :
081 558 4840</span>
<p class="text-white"><i class="fa-solid fa-envelope fa-lg"></i> :
</div>
<div class="form-group col-md-4">
<div class="row">
<div class="col-md-12">
<p class="text-white">Social Media</p>
</div>
<div class="col-md-12">
<a href="https://www.instagram.com/createewith.v"><i
class="fa-brands fa-instagram textBG fa-xl " style="color: white;"></i></a>
</div>
</div>
<!-- <p class="text-white">Instagram: <span><a -->
<!-- <p class="text-white">
<b>Instagram</b> <a
href="https://www.instagram.com/createewith.v"><em>kuku.s_art.com</em> </a>
</p> -->
</div>
</div>
</div>
<div class="col-md-12">
<!-- <p class="m-0 text-center text-white">Copyright © 2022</p> -->
<p class="m-0 text-center text-white">
Copyright ©
<script>document.write(new Date().getFullYear());</script>
</p>
<!-- -->
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
</body>
</html>