-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
461 lines (394 loc) · 16.9 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Atulya Foundation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/newStyle.css">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.3.0/animate.css"/>
<script src="https://kit.fontawesome.com/11722d95b8.js" crossorigin="anonymous"></script>
<style type="text/css">
.n {
visibility: hidden;
display: none;
}
.form-control {
width: 94% !important;
}
.icon {
visibility: hidden;
display: none;
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
.abcd {
visibility: hidden;
display: none;
}
body{
overflow:auto !important;
}
.n {
visibility: visible;
display: flex;
}
.n .brand {
margin-top: 1.6vh;
margin-bottom: 1.6vh;
}
.n .btn {
height: 2vh;
width: 6vw;
margin-right: 1vw;
right: 7.292vw;
padding-top: 0rem;
margin-top: 0rem;
}
.logo-pos{
visibility:hidden;
}
.sidenav{
background-color:black;
}
.sidenav ul li a {
/* font-size: 2.187rem !important; */
margin: 0.825rem 0rem 0rem 0rem !important;
color: #EAEAEA !important;
letter-spacing: 0rem !important;
}
.social-head {
visibility: hidden;
}
.closebtn {
color: #EAEAEA !important;
}
.nav-menu{
padding-top:8vh;
}
.small-nav ul li a{
font: 300 3rem Poppins, sans-serif;
}
.btn-call-to-action {
font-weight: normal !important;
}
.j-center {
text-align: center;
}
.f-left {
justify-content: center !important;
}
.form-control {
width: 90% !important;
}
.icon {
visibility: visible;
display: flex;
}
.text1 {
visibility: hidden;
display: none;
}
section .container h1 {
font-size: 2.5rem !important;
}
section .container h2 {
font-size: 2.5rem !important;
}
.live h2 {
letter-spacing: 0rem !important;
}
.fab {
font-size: 1rem;
}
}
@media only screen and (max-width: 991px) {
body{
overflow:auto !important;
}
.abcd {
visibility: hidden;
display: none;
}
.n {
visibility: visible;
display: flex;
}
.n .brand {
margin-top: 1rem;
margin-bottom: 1rem;
}
.n .btn {
padding-top: 0rem;
margin-top: 0rem;
}
.btn-call-to-action {
font-weight: normal !important;
}
.j-center {
text-align: center;
}
.f-left {
justify-content: center !important;
}
.form-control {
width: 90% !important;
}
.icon {
visibility: visible;
display: flex;
}
.text1 {
visibility: hidden;
display: none;
}
section .container h1 {
font-size: 2.5rem !important;
}
section .container h2 {
font-size: 2.5rem !important;
}
.live h2 {
letter-spacing: 0rem !important;
}
.fab {
font-size: 1rem;
}
}
</style>
</head>
<body>
<header>
<div id="mySidenav" class="sidenav" >
<div id="arts-bg" class="bg-image" style="background-image: url('assets/img/navbar/Arts_2.jpg')"></div>
<div id="crafts-bg" class="bg-image" style="background-image: url('assets/img/navbar/Crafts_2.jpg')"></div>
<div id="design-bg" class="bg-image" style="background-image: url('assets/img/navbar/Designs_2.jpg')"></div>
<div id="about-bg" class="bg-image" style="background-image: url('assets/img/navbar/About Us_AF.jpg')"></div>
<div class="row nb">
<!--div class="col-xl-4 vh-100 view-desktop" id="box">
</div-->
<div class="col-xl-1" style="margin-right : 0; padding: 0"></div>
<div class="col-xl-5 nav-menu doomst">
<ul>
<!-- <li><a id="home" href="javascript:void(0)"> Homepage</a></li>-->
<li><a id="arts" class="nav-main-menu" href="arts">Atulya Arts</a></li>
<li><a id="crafts" class="nav-main-menu" href="crafts">Atulya Crafts</a></li>
<li><a id="design" class="nav-main-menu" href="designs">Atulya Designs</a></li>
<li><a id="about" class="nav-main-menu" href="consulting">Art Consulting</a></li>
</ul>
</div>
<div class="col-xl-4 nav-menu">
<div class="row justify-content-end">
<div class="col-xl-12 small-nav color_h_w">
<ul class="sec">
<li><a href="about-us">About Us</a></li>
<li><a href="art-collection">Art Collection</a></li>
<li><a href="volunteer-program">Join as Volunteer</a></li>
<li><a href="atulya-artists">Join As Artist</a></li>
<li><a href="atulya-artists#benefits">Artist Network Benefits</a></li>
<li><a href="about-us#team">Our Team</a></li>
<li><a data-wow-delay="0.30s" href="get-in-touch">Get in touch</a></li>
</ul>
</div>
<div class="col-xl-12 color_h_w " >
<ul class="social-head">
<li><a href="https://www.instagram.com/atulya_foundation/" target="_blank">Instagram</a></li>
<li><a href="https://www.facebook.com/Aulyafoundation" target="_blank">Facebook</a></li>
<li><a href="https://www.linkedin.com/company/atulya" target="_blank">Linkedin</a></li>
<li><a href="https://www.youtube.com/channel/UCFaDTKXpGJ7P8izz0inccNg" target="_blank">Youtube</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-12"></div>
<div class="col-xl-1"></div>
<div class="col-xl-5">
</div>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
</div>
</div>
</header>
<section class="main">
<div onclick="openNav()" class="toggle-btn abcd"><img src="assets/img/toggle-white.svg" id="toggle" alt=""></div>
<div id="main">
<div class="logo abs abcd">
<img src="assets/img/Component2.svg" class="img-fluid" alt="">
</div>
<nav class="navbar navbar-dark fixed-top n" style="background-color: #000000!important;">
<a href="/" class="brand"><img src="assets/img/Component2.svg" class="img-fluid" alt=""></a>
<div onclick="openNav()" class="btn "><img src="assets/img/toggle-white.svg" alt=""></div>
</nav>
<div class="content" id="content">
<img src="assets/img/Group216.svg" class="img-fluid" alt="">
<div class="text">
Art is an instrument painted in lavender,<br>
Every chord a different hue. In its music tint of gold.
</div>
</div>
</div>
</section>
<section class="art-gallery">
<div class="container">
<h6>Atulya Idea</h6>
<h1>A paintbrush <span>and</span> a canvas,<br>
creates a whole <span>new world.</span></h1>
<div class="text">
<p class="text-center"> Atulya foundation is a not for profit organization working for the welfare of the artist community in India. We
believe that art can only be preserved when the artists get incentives, both monetary and social, to remain artists and these incentive can only be brought to them
when art is a viable means of livelihood.</p>
</div>
<div class="call-to-action">
<a href="about-us" class="btn-call-to-action small-btn">About Us</a>
</div>
</div>
</section>
<div id="scrollhere">
<section class="video">
<iframe width="100%" src="https://www.youtube.com/embed/w0OazedMCBE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</section>
<section class="art-gallery">
<div class="container">
<h6>Atulya Collection</h6>
<h1>Meet <span>the</span> makers.<br>
Explore <span>their craft</span>. Share <span>their stories</span>.</h1>
<div class="text">
<p> This collection features some of the best artworks from our artists network. From traditional to modern and other forms of art,
the collection depicts India’s eclectic and rich art tradition. If you want to get a glimpse of the profound imagination and creativity of our artists, a quick
glimpse inside is highly recommended.</p>
</div>
<div class="call-to-action">
<a href="art-collection" class="btn-call-to-action">Premium Collection</a>
</div>
</div>
</section>
<section class="bg-new marquee">
<div class="marquee__inner" aria-hidden="true">
<div>
<img src="assets/img/slider/m1.jpg" alt="">
<img src="assets/img/slider/m2.jpg" alt="">
<img src="assets/img/slider/m3.jpg" alt="">
<img src="assets/img/slider/m4.jpg" alt="">
<img src="assets/img/slider/m5.jpg" alt="">
<img src="assets/img/slider/m6.jpg" alt="">
<img src="assets/img/slider/m7.jpg" alt="">
<img src="assets/img/slider/m8.jpg" alt="">
</div>
<div>
<img src="assets/img/slider/m1.jpg" alt="">
<img src="assets/img/slider/m2.jpg" alt="">
<img src="assets/img/slider/m3.jpg" alt="">
<img src="assets/img/slider/m4.jpg" alt="">
<img src="assets/img/slider/m5.jpg" alt="">
<img src="assets/img/slider/m6.jpg" alt="">
<img src="assets/img/slider/m7.jpg" alt="">
<img src="assets/img/slider/m8.jpg" alt="">
</div>
<div>
<img src="assets/img/slider/m1.jpg" alt="">
<img src="assets/img/slider/m2.jpg" alt="">
<img src="assets/img/slider/m3.jpg" alt="">
<img src="assets/img/slider/m4.jpg" alt="">
<img src="assets/img/slider/m5.jpg" alt="">
<img src="assets/img/slider/m6.jpg" alt="">
<img src="assets/img/slider/m7.jpg" alt="">
<img src="assets/img/slider/m8.jpg" alt="">
</div>
<div>
<img src="assets/img/slider/m1.jpg" alt="">
<img src="assets/img/slider/m2.jpg" alt="">
<img src="assets/img/slider/m3.jpg" alt="">
<img src="assets/img/slider/m4.jpg" alt="">
<img src="assets/img/slider/m5.jpg" alt="">
<img src="assets/img/slider/m6.jpg" alt="">
<img src="assets/img/slider/m7.jpg" alt="">
<img src="assets/img/slider/m8.jpg" alt="">
</div>
</div>
</section>
<section class="craftman">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 j-center">
<h6>CRAFTSMANSHIP</h6>
<h2>Join Our Artist <span>network</span></h2>
<div class="text">
<p>We understand it takes courage to be creative. If you see the world more colourful than others, Atulya artist network is
the right place for you. We firmly believe that the only qualification for an artist is his/her art and art alone, so we call you to join us just with
your paintbrush.</p>
</div>
<div class="call-to-action f-left">
<a href="atulya-artists" class="btn-call-to-action">Join our network</a>
</div>
</div>
<div class="col-lg-2 col-md-2"></div>
<div class="col-lg-5 col-md-5">
<img src="assets/img/joa.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<section class="live">
<div class="container">
<h6>Live in colour</h6>
<h2>Join volunteer <span>network</span></h2>
<div class="text">
<p class="text-center"> We welcome art enthusiasts to join us in making this world more colourful. Become a part of our stories. Join the adventure. </p>
</div>
<div class="call-to-action">
<a href="volunteer-program" class="btn-call-to-action">Volunteer with us</a>
</div>
</div>
</section>
<section class="live mt-100 bg-new mb-100">
<div class="container">
<h6>Newsletter</h6>
<h2><span>Subscribe</span> to get<br>
the latest updates</h2>
<div class="newsletter">
<form action="https://atulyafoundation.us19.list-manage.com/subscribe/post" method="POST">
<input type="hidden" name="u" value="d0828646301471c9c6d7306d8">
<input type="hidden" name="id" value="c99cd87b30">
<div class="input-group">
<input type="text" class="form-control" name="MERGE0" placeholder="Enter your E-mail address">
<!-- <label> Enter your E-mail address</label> -->
<button class="newsbutton" type="submit"><img src="assets/img/svg/right-arrow.svg" alt=""></button>
</div>
</form>
</div>
<ul>
<li>
<h6><span>Official Channels</span></h6>
</li>
<li>
<h6><span>|</span></h6>
</li>
<li>
<h6>
<a class="icon" href="https://www.instagram.com/atulya_foundation/"><i class="fab fa-instagram"></i></a>
<a class="text1" href="https://www.instagram.com/atulya_foundation/" target="_blank">Instagram</a>
</h6>
</li>
<li>
<h6>
<a class="icon" href="https://www.linkedin.com/company/atulya"><i class="fab fa-linkedin"></i></a>
<a class="text1" href="https://www.linkedin.com/company/atulya" target="_blank">LinkedIn</a>
</h6>
</li>
<li>
<h6>
<a class="icon" href="https://www.facebook.com/Aulyafoundation"><i class="fab fa-facebook"></i></a>
<a class="text1" href="https://www.facebook.com/Aulyafoundation" target="_blank">Facebook</a>
</h6>
</li>
<li>
<h6>
<a class="icon" href="https://www.youtube.com/channel/UCFaDTKXpGJ7P8izz0inccNg"><i class="fab fa-youtube"></i></a>
<a class="text1" href="https://www.youtube.com/channel/UCFaDTKXpGJ7P8izz0inccNg" target="_blank">Youtube</a>
</h6>
</li>
</ul>
</div>
</section>
</div>
<?php include('footer.php') ?>