-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
273 lines (214 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Azure</title>
<meta content="Fine Arts and Crafts Club, IIT Delhi" name="description">
<meta content="FACC" name="keywords">
<!-- Favicons -->
<link href="img/azure.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: BizPage - v4.0.4
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-11 d-flex align-items-center">
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo me-auto"><img src="img/azure.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="artworks.html">Gallery</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</div>
</div>
</header><!-- End Header -->
<!-- ======= Intro Section ======= -->
<section id="intro">
<video muted autoplay loop id="myVideo">
<source src="img/intro-carousel/introfinal.mp4" type="video/mp4">
</video>
<!-- Optional: some overlay text to describe the video -->
<div class="content">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Welcome</h2>
<p class="animate__animated animate__fadeInUp">Art is unquestionably one of the purest and highest elements in human happiness. It trains the mind through the eye, and the eye through the mind. As the sun colours flowers, so does art colour life.
―John Lubbock.</p>
<a href="#upcoming-events" class="btn-get-started scrollto animate__animated animate__fadeInUp">
Events</a>
</div>
</div>
</section><!-- End Intro Section -->
<main id="main">
<!-- ======= About Us Section ======= -->
<!---->
<section id="upcoming-events">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>RECENT EVENTS</h3>
<p></p>
</header>
<div class="row about-cols">
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="about-col">
<div class="img">
<img src="img/Events/rangoli Competition (1).jpeg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="https://bit.ly/3GMaOeN" target="_blank" rel="noopener noreferrer">Rangoli Making Event</a></h2>
<p>
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="about-col">
<div class="img">
<img src="img/Events/Still-life.jpeg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="https://docs.google.com/document/d/1HNMRrWAU5oLZD3UUXrvfH3eyQzHH-nJF49iGFUx0A00/edit?usp=sharing" target="_blank" rel="noopener noreferrer"> STILL LIFE SKETCHING COMPETITION</a></h2>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="about-col">
<div class="img">
<img src="img/Kirigami/main_poster.jpeg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="https://docs.google.com/document/d/1TE96oZe2icVBnEzLw8peVUQ-hRpsbzthb0ao0gm1rKM/edit?usp=drivesdk" target="_blank" rel="noopener noreferrer">KIRIGAMI COMPETITION</a></h2>
<p>
</p>
</div>
</div>
</div>
<!-------->
<!------------>
<div class="container" data-aos="fade-up">
<div class="row about-cols" style="margin-top: 25px;">
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="about-col">
<div class="img">
<img src="img/Events/Paper craft.jpeg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="https://drive.google.com/file/d/1_XUEjReJm1Sr1ybAJtyDwPYj5GHHcd-B/view?usp=sharing" target="_blank" rel="noopener noreferrer">PAPER CRAFTS WORKSHOP</a></h2>
<p>
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="about-col">
<div class="img">
<img src="img/Events/Mask painting.jpeg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="#" target="_blank" rel="noopener noreferrer">MASK PAINTING EVENT</a></h2>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Us Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-col">
<h4>Fine Arts and Crafts Society</h4>
<p>FACC is the perfect platform for you to showcase your artistic capabilities and also learn a various new art-forms. With events like Oil Painting, Charcoal Painting, Mask Painting and workshops on artistic activities like Origami, there is a lot to fulfill your creative appetite. The club also organizes various events such as Street Painting, Graffiti, Face Painting etc during Rendezvous. The FAC junta is renowned for its untiring efforts, and is one of closest knit communities on campus.</p>
</div>
<div class="col-lg-3 col-md-6 footer-col">
<h4>Contact Us</h4>
<center>
<form style = "margin-left: 0;" action="https://docs.google.com/forms/d/e/1FAIpQLSfye1LiyyouEn_GJiXaQGP-W6BTUPhWWPHyGmvtIuZmGUXOqw/formResponse" method="post" target="_blank">
<input name="entry.1345873462" type="text" class="feedback-input" placeholder="Name" />
<input name="entry.787418921" type="text" class="feedback-input" placeholder="Email" />
<input name="entry.1473426120" type="text" class="feedback-input" placeholder="Phone no." />
<textarea name="entry.1055650092" class="feedback-input" placeholder="Comment"></textarea>
<input type="submit" value="SUBMIT"/>
</form>
</center>
</div>
<div class="col-lg-3 col-md-6 footer-col">
<h4>Address</h4>
<p>
Student Activities Center <br>
Indian Institute of Technology<br>
Delhi, India <br>
<strong>Email:</strong><a
href="mailto:[email protected]"> [email protected]</a><br>
</p>
<div class="social-links">
<a href="https://m.facebook.com/Azure.IITD/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://instagram.com/facc.azure.iitd?igshid=e7zqby7v1u89" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/azure-fine-arts-society-of-iit-delhi" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>Azure</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=BizPage
-->
<a href="https://bootstrapmade.com/"></a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>