-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDance.html
139 lines (112 loc) · 4.99 KB
/
Dance.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=<device-width>, initial-scale=1.0" />
<title>Impulse 5.0 - Dance</title>
<link rel="icon" type="image/x-icon" href="/img/48x48.png">
<link rel="stylesheet" href="Workshop.css" />
<script
src="https://kit.fontawesome.com/a96adbd0c9.js"
crossorigin="anonymous"
></script>
<script src="script.js"></script>
</head>
<body>
<!-- Navbar -->
<!-- Navbar -->
<nav class="nav">
<div class="logo" id="asset">
<img src="img/Aasset.png"/>
</div>
<div class="menu">
<!-- <a id="reg" href="/#pricing">Register</a> -->
<i class="fa-solid fa-bars toggle-menu"></i>
</div>
</nav>
<div class="open-menu">
<i class="fa-solid fa-xmark close-menu" id></i>
<div class="list">
<ul>
<l1><a href="/impulse5.0/#Speakers">Speakers</a></l1>
<l1><a href="/impulse5.0/#Events">About Event</a></l1>
<l1><a href="/impulse5.0/#workshop">Workshops</a></l1>
<l1><a href="/impulse5.0/#pricing">Pricing</a></l1>
<l1><a href="/impulse5.0/#footer">Location</a></l1>
</ul>
</div>
</div>
<div class="heading">
<div class="name">
<a href="index.html">
<i class="fa-solid fa-arrow-left"></i>
</a>
<h1>Dance</h1>
</div>
<a class="reg" href="/impulse5.0/index.html#pricing"> Register </a>
</div>
<div class="content">
<p>
Explore different dance styles and connect with fellow enthusiasts. This workshop offers a vibrant space to learn and express yourself through movement and music.Beyond the dance floor, the workshop fosters a vibrant community of dance enthusiasts. It’s a space where you can connect with fellow participants, share your passion for dance, and build lasting friendships. Collaborative activities and group performances are integrated into the program, encouraging teamwork and mutual support. This supportive environment not only enhances the learning process but also creates a sense of belonging among participants, making the workshop a truly enriching and memorable experience.<img src="img/Workshops/OIP.jpeg" alt="hello">
<!-- <div class="content">
<h3>About GADS</h3>
<p>Founded with a commitment to making technology accessible, GADS provides cutting-edge, affordable, and reliable solutions. Recognizing evolving client needs, we’ve become a dynamic force in the industry, leading in upskilling, digitalization, and marketing with interactive, user-friendly, and innovative services.</p>
</div> -->
</div>
<h1 style="align-self: flex-start; margin: 50px; font-size: 50px; position: relative; top: 100px; left: 90px;">Our Speaker</h1>
<div class="spkr">
<img src="img/Workshops/_DSC6554.JPG" alt="rizz king">
<div>
<h3 style="font-size: 40px;">Rakhil X Crozz</h3>
<h4>Dance Choreographer, Dsoul Dance Company
</h4>
</div>
</div>
<!-- Footer -->
<div class="footer">
<img src="img/gregg.png" width="100%"/>
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3926.3724180597765!2d76.40626477532166!3d10.231517589886055!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3b08068aa17bd247%3A0xf048b9ebcbd2af28!2sFederal%20Institute%20of%20Science%20And%20Technology%20(FISAT)%C2%AE!5e0!3m2!1sen!2sin!4v1715874732686!5m2!1sen!2sin"
style="border: 0;" src="" frameborder="0" allowfullscreen loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="footer-content">
<div class="fcontent">
<h4>Contact</h4>
<p>Bhavana R Nair</p>
<p>Chair:IEEE FISAT SB</p>
<a href="https://api.whatsapp.com/send?phone=+917994880936"><p>+917994880936</p></a>
</div>
<div class="fcontent">
<h4>Mail Id</h4>
</div>
<div class="fcontent">
<h4>Follow Us</h4>
<div>
<a href="https://www.instagram.com/ieeefisatsb/">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/ieeefisat/">
<i class="fa-brands fa-facebook"></i> </a>
<a>
<i class="fa-brands fa-youtube"></i> </a>
</div>
</div>
<div class="fcontent"><h4>
Address
</h4>
<p>Hormis Nagar,Mookanoor<br>Angamaly</p>
</div>
</div>
<div class="rights">
<p id="des"> ©Copyright IEEE FISAT SB</p>
<br><br><br>
<p id="all">All Rights Reserved</p>
<a href="/impulse5.0/Webteam.html" id="webcom">
<br><br><br><p>Designed with Love 💞 IEEE FISAT SB WebCom</p>
</a>
</div>
</body>
</html>