-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmedia.html
335 lines (320 loc) · 14.6 KB
/
media.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="format-detection" content="telephone=no">
<meta name="theme-color" content="#75dab4" />
<title>JYC</title>
<meta name="author" content="Themezinho">
<meta name="description" content="Tourog | Creative Agensy for Digital Age">
<meta name="keywords" content="creative, works, showcase, portfolio, highlight, projects, modern, tourog, digital, studio, css, animation, transition, freelancers">
<!-- FAVICON FILES -->
<link href="images/logojyc.png" rel="apple-touch-icon" sizes="144x144">
<link href="images/logojyc.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/logojyc.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/logojyc.png" rel="apple-touch-icon">
<link href="images/logojyc.png" rel="shortcut icon">
<link href="images/logojyc.png" rel="icon">
<!-- CSS FILES -->
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/fancybox.min.css">
<link rel="stylesheet" href="css/hamburger.min.css">
<link rel="stylesheet" href="css/odometer.min.css">
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/card.css">
</head>
<body>
<div class="preloader">
<div class="layer"></div>
<!-- end layer -->
<div class="inner">
<figure> <img src="images/preloader.gif" alt="Image"> </figure>
<span>Committee Loading</span> </div>
<!-- end inner -->
</div>
<!-- end preloader -->
<div class="page-transition">
<div class="layer"></div>
<!-- end layer -->
</div>
<!-- end page-transition -->
<nav class="site-navigation">
<div class="layer"></div>
<!-- end layer -->
<div class="inner">
<ul data-splitting>
<li><a href="/">HOME</a></li>
<li><a href="index.html#about">ABOUT</a></li>
<li><a href="event.html">EVENTS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="latestNews.html">LATEST NEWS</a></li>
</ul>
<ul style="display: flex; flex-direction: row; gap: 10px;">
<li><a href="https://www.facebook.com/jyc.juit/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://x.com/JycJuit/"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/juit-youth-club/mycompany/"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://www.instagram.com/jyc.juit/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/@JYCPhotographyClub"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
<!-- end inner -->
</nav>
<!-- end site-navigation -->
<!-- end social-media -->
<!-- <div class="all-cases">
<div class="layer"> </div>
<div class="inner">
<ul>
<li><a href="#">Darkness</a></li>
<li><a href="#">Goddes</a></li>
<li><a href="#">Employee</a></li>
<li><a href="#">Berry</a></li>
<li><a href="#">Roosters</a></li>
<li><a href="#">Primero</a></li>
</ul>
</div>
</div> -->
<!-- end all-cases -->
<main>
<nav class="top-nav">
<div class="logo">
<a href="/"><img src="images/logojyc.png" alt="Logo"></a>
</div>
<ul class="nav-links">
<li><a href="/">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="event.html">Events</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="latestNews.html">Latest News</a></li>
</ul>
<div class="follow-us">
FOLLOW US
<!-- Mobile logo -->
<a href="/" class="mobile-logo"><img src="images/logojyc.png" alt="Mobile Logo"></a>
</div>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<header class="page-header">
<!-- <div class="video-bg">
<video src="videos/video02.mp4" muted loop autoplay></video>
</div> -->
<!-- end video-bg -->
<div class="inner">
<div class="container">
<h1>MEDIA AND PUBLICITY</h1>
<p>COMMITTEE</p>
</div>
<!-- end container -->
</div>
<!-- end inner -->
</header>
<!-- end page-header -->
<section class="text-content-block">
<div class="container">
<div class="row">
<div class="col-12 wow" data-splitting>
<h3 class="section-title">ABOUT</h3>
</div>
<!-- end col-12 -->
<div class="col-12 wow" data-splitting>
<h5>The Publicity Committee spreads the word on the what’s and when’s of every event, big or small. Their responsibility is to market all events, offline as well as online on various platforms. The committee members also coordinate
with local businesses and bring in sponsors all through the year for any and all events that take place within the college. They write Sponsorship proposals, travel and reach out to business owners that would be interested
in the college fests.</h5>
</div>
<!-- end col-12 -->
<!-- end col-3 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end text-content-block -->
<section class="intro-image light">
<div class="container">
<div class="row">
<div class="col-12">
<div class="office-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<figure class="reveal-effect masker wow"> <img src="images/media.webp" alt="Image">
<figcaption>
<h6> Team</h6>
</figcaption>
</figure>
</div>
</div>
<!-- end office-slider -->
</div>
<!-- end col-12 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end icon-content-block -->
<section class="team">
<div class="container">
<div class="row">
<div class="col-lg-6 wow" data-splitting>
<h3 class="section-title">FACULTY COORDINATORS
</h3>
</div>
<!-- end col-8 -->
</div>
<!-- end row -->
<div class="row">
<figure class="reveal-effect masker wow">
<div class="card-faculty">
<img src="https://www.juit.ac.in/profile_pics/juit_faculty_profile7dcf4c7cbe.jpg" />
<div class="card-info">
<h6>Prof. Dr. Tiratha Raj Singh</h6>
<span>Incharge Coordinator</span>
</div>
</div>
</figure>
<figure class="reveal-effect masker wow">
<div class="card-faculty">
<img src="https://www.juit.ac.in/profile_pics/Shweta_Pandit_ECE.jpg" />
<div class="card-info">
<h6>Dr.Shewta <br>Pandit</h6>
<span>Coordinator</span>
</div>
</div>
</figure>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end testimonials -->
<section class="team">
<div class="container">
<div class="row">
<div class="col-lg-6 wow" data-splitting>
<h3 class="section-title">CURRENT COORDINATORS
</h3>
</div>
<!-- end col-8 -->
</div>
<!-- end row -->
<div class="row">
<figure class="reveal-effect masker wow">
<div class="card-coordinator">
<img src="images/shreshth.webp" />
<div class="card-info">
<h6>SHRESHTH SINGLA</h6>
<div class="social">
<a href="https://www.linkedin.com/in/shreshth-singla-310653253/"><i
class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</figure>
<figure class="reveal-effect masker wow">
<div class="card-coordinator">
<img src="images/rishi.webp" />
<div class="card-info">
<h6>RISHI SINGH</h6>
<div class="social">
<a href="https://www.linkedin.com/in/rishi-singh-661141252/"><i
class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</figure>
<figure class="reveal-effect masker wow">
<div class="card-coordinator">
<img src="images/saksham.webp" />
<div class="card-info">
<h6>SAKSHAM YADAV</h6>
<div class="social">
<a href="https://www.linkedin.com/in/saksham-yadav-194294243/"><i
class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</figure>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end team -->
</main>
<!-- end main -->
<footer class="footer">
<div class="container">
<div class="footer-top">
<a href="index.html">
<img src="images/logojyc white.png" alt="University Clubs Logo" class="logo logo-left">
</a>
<a href="technical.html">
<img src="images/tech logo (1).png" alt="Made By Logo" class="logo logo-right">
</a>
</div>
<div class="footer-content">
<div class="footer-section">
<h3>Clubs</h3>
<ul>
<li><a href="technical.html">Technical Sciences, Movies and Photography</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="literary.html">Literary and Debating</a></li>
<li><a href="koshish.html">Koshish</a></li>
<li><a href="cultural.html">Cultural and Dance</a></li>
<li><a href="theatre.html">Theatre and Music</a></li>
<li><a href="environment.html">Environment, Ecology and Health</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Committees</h3>
<ul>
<li><a href="events.html">Procurement and Events</a></li>
<li><a href="finance.html">Finance</a></li>
<li><a href="creative.html">Creative Arts</a></li>
<li><a href="disciplinary.html">Disciplinary</a></li>
<li><a href="media.html">Media and Publicity</a></li>
<li><a href="hospitality.html">Registration and Hospitality</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="https://www.facebook.com/jyc.juit/" class="social-icon" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/jyc.juit/" class="social-icon" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://x.com/JycJuit/" class="social-icon" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/juit-youth-club/mycompany/" class="social-icon" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@JYCPhotographyClub" class="social-icon" aria-label="YouTube"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<nav>
<a href="ourTeam.html">Our Team</a>
</nav>
<div class="copyright">
© 2024-25 JYC All rights reserved.
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- JS FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/wow.min.js"></script>
<script src='js/splitting.min.js'></script>
<script src='js/odometer.min.js'></script>
<script src='js/fancybox.min.js'></script>
<script src="js/scripts.js"></script>
<script src="js/footer.js"></script>
</body>
</html>