-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathevents.html
190 lines (171 loc) · 10.2 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet'>
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/events.css">
<title>The Dance Crew | Events</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-dark">
<a class="navbar-brand col-1 px-2 text-primary font-weight-bold" href="./index.html">
<img src="./assets/Logo.jpg" alt="" width="50"> The Dance Crew
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse px-2 font-weight-bold" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-primary" href="#">Events</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="./contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<div class="container">
<div class="row py-2">
<div class="col">
<h1 class="text-center py-3">The Dance Crew Events</h1>
</div>
</div>
<div class="row py-2">
<div class="col-12 col-md-10 card shadow-sm border-0">
<div class="card-body">
<h4 class="card-title pb-2 border-bottom border-dark text-primary">
Dandiya Night
</h4>
<div class="row align-items-center">
<div class="col-12 col-lg-4 py-2 py-lg-0">
<img src="./assets/Dandiya/dandiya.jpg" alt="" width="100%">
</div>
<div class="col-12 col-lg-8">
<p class="card-text">
To celebrate the festive season of Navratri, the Crew put together a magical night of dancing, laughter, and fun. Lively, upbeat music rang throughout the ground, leaving hearts pounding and faces flushed.
</p>
<p class="card-text">
The college, dressed in vibrant, ethnic attire, danced the night away. Fairy lights strung from above added to the mesmerizing atmosphere as people swirled around in one large circle, dandiya sticks clacking.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row py-2">
<div class="col-12 offset-md-2 col-md-10 card shadow-sm border-0">
<div class="card-body">
<h4 class="card-title pb-2 border-bottom border-dark text-primary">
Felicity Flashmob
</h4>
<div class="row align-items-center">
<div class="col-12 col-lg-8">
<p class="card-text">
One of the first events to kick off IIIT-H's annual Felicity Fest was the Crew-organized Flash-Mob. Backed by a week of sleepless nights and rigorous practice, around 70 of us were ready to blow away mall-goers with our synchronized, peppy choreography
at Sarath City Capital in Hi-tech city. The energy in the air was infectious, and every single participant gave it their all, winning thundering applause, huge smiles and excited hoots.
</p>
<p class="card-text">
We danced to twelve songs ranging from Tollywood hits to peppy Bollywood numbers. It was one of our most iconic events with the biggest participation, and is the best way to launch Felicity each year. Check out a
<a href="https://www.facebook.com/dancecrewIIIT/videos/pcb.191516578899370/485093242440375">video</a>!
</p>
</div>
<div class="col-12 col-lg-4 py-2 py-lg-0">
<img src="./assets/Flashmob/Fmob4.jpeg" alt="" width="100%">
</div>
</div>
</div>
</div>
</div>
<div class="row py-2">
<div class="col-12 col-md-10 card shadow-sm border-0">
<div class="card-body">
<h4 class="card-title pb-2 border-bottom border-dark text-primary">
Masquerade
</h4>
<div class="row align-items-center">
<div class="col-12 col-lg-8">
<p class="card-text">
A night to celebrate love, Masquerade presents a super cute opportunity for couples to enjoy a lovely evening of dancing. However, it gave everyone a chance to treasure their relationships, platonic or not, as they hit the dance floor with their friends.
</p>
<p class="card-text">
The room was decked out with balloons, banners, and streamers and everyone was dressed up in gorgeous dresses and adorable bowties. With the Music Club starting off the night with love songs, the event ended with everyone letting lose and having a blast.
</p>
</div>
<div class="col-12 col-lg-4 py-2 py-lg-0">
<img src="./assets/Prom/img1.jpeg" alt="" width="100%">
</div>
</div>
</div>
</div>
</div>
<div class="row py-2">
<div class="col-12 offset-md-2 col-md-10 card shadow-sm border-0">
<div class="card-body">
<h4 class="card-title pb-2 border-bottom border-dark text-primary">
Felicity Buzz : Tip Tap Toe
</h4>
<div class="row align-items-center">
<div class="col-12 col-lg-4 py-2 py-lg-0">
<img src="./assets/Buzz_ttt/buzz.jpg" alt="" width="100%">
</div>
<div class="col-12 col-lg-8">
<p class="card-text">
As part of Felicity Buzz, an event meant to introduce the freshers to Felicity, our college's biggest fest, the dance crew organized a dance workshop open for all. The oppurtunity was met with a lot of enthusiasm, and was ultimately not just a dance lesson,
but a great, fun workout!
</p>
<p class="card-text">
The session ran around an hour and a half long,and senior members of our Crew taught choreography to the song Khadke Glassy by Jabariya Jodi. You can check out our final video <a href="https://www.facebook.com/dancecrewIIIT/videos/684789662038152/">here!</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row py-2">
<div class="col-12 col-md-10 card shadow-sm border-0">
<div class="card-body">
<h4 class="card-title pb-2 border-bottom border-dark text-primary">
Garba Workshop: Navrang
</h4>
<div class="row align-items-center">
<div class="col-12 col-lg-4 py-2 py-lg-0">
<img src="./assets/Dandiya/IMG_3998.JPG" alt="" width="100%">
</div>
<div class="col-12 col-lg-8">
<p class="card-text">
To get ready for Dandiya Night, a Garba Workshop - Navrang - was held a week leading the event. Crew members and students who were experts in Garba and Dandiya lead the session, teaching popular, easy to grasp steps to classic Gujurati songs.
</p>
<p class="card-text">
Learning a new dance form is always an exciting oppurtunity, and many students took advantage of this interactive, lively workshop.
<a href="https://www.facebook.com/dancecrewIIIT/videos/953717368295720">Here's</a> our final video!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="my-3">
<div class="text-center">
<span class="text-primary">© The Dance Crew - IIITH</span> | 2020
</div>
</footer>
<!-- <script src="../node_modules/popper.js/dist/umd/popper.min.js"></script> -->
<script src="./js/bootstrap.min.js"></script>
</body>
</html>