-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathActing.html
140 lines (114 loc) · 5 KB
/
Acting.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
<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 - Game Development Workshop</title>
<link rel="icon" type="image/x-icon" href="/img/48x48.png">
<link rel="stylesheet" href="Acting.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>Acting</h1>
</div>
<!-- <a class="reg" href="/impulse5.0/index.html#pricing"> Registeration Closed </a> -->
</div>
<div class="content">
<p>
Join us for an exciting workshop on acting, where creativity meets expression! This hands-on session will guide you through the fundamentals of performing and honing your acting skills. Whether you're a beginner or looking to refine your craft, you'll learn about character development, improvisation, script analysis, and more. Expert instructors from the industry will provide insights and tips to help you bring your characters to life. Don't miss this opportunity to unleash your potential and shine on stage or screen!
</p>
<!-- <img src="/img/Workshops/full-stack-game-development.png" alt="">
<a class="registerbtn" href="/impulse5.0/#pricing"> Registeration Closed </a> -->
<!-- <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/Speakers/Sreejith.png" alt="rizz king">
<div>
<h3 style="font-size: 40px;">Sreejith Kanhilassery
</h3>
<h4>Theatre Practiitioner
</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>