-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtechnical.html
442 lines (426 loc) · 19.8 KB
/
technical.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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="preloader">
<div class="layer"></div>
<!-- end layer -->
<div class="inner">
<figure> <img src="images/preloader.gif" alt="Image"> </figure>
<span>Club 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 -->
<div class="social-media">
<div class="layer"> </div>
<!-- end layer -->
<div class="inner">
<h5>Social Share </h5>
<ul>
<li><a href="https://www.instagram.com/jyc.technical.club/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/technical-sciences-movies-photography-club-jyc/"><i
class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
<!-- 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>TECHNICAL SCIENCES, MOVIES AND PHOTOGRAPHY</h1>
<p>CLUB</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>CLUB, with a composition of Movies, Photography and 'Createch : The technical Club of JUIT.
This Club comes with a complete package of promoting overall growth, leadership, innovation,
and creativity in all forms. With every passing
day, it is creating more learning opportunities for students in creative field including
videography, photography, coding, design-softwares like photoshop, etc. From dealing with
all events photography to organizing boot camps,
is another crucial part of this club. Including all features, it comes with an add-on perk
of telecasting cricket matches and movies for students.</h5>
</div>
<!-- end col-12 -->
</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/tech.webp" alt="Image">
<figcaption>
<h6>Team</h6>
</figcaption>
</figure>
</div>
<!-- end swiper-slide -->
</div>
<!-- end office-slider -->
</div>
<!-- end col-12 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end intro-image -->
<section class="icon-content-block">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 wow" data-splitting>
<h3 class="section-title">EVENTS</h3>
</div>
<!-- end col-12 -->
<div class="col-lg-3 col-md-4 wow" data-splitting>
<div class="content-block">
<h6>UI-UX AND WEB-DEV BOOTCAMP</h6>
<ul>
<li>When building a website, the UI/UX designer determines what the team should build
and what the website should do & the developers make the website work and
functionable.</li>
</ul>
</div>
<!-- end content-block -->
</div>
<!-- end col-3 -->
<div class="col-lg-3 col-md-4 wow" data-splitting>
<div class="content-block selected">
<h6>MURIOUS</h6>
<ul>
<li>The two days panorama' will be a massive spectacle of technical events and shows, as
well as outstanding brain demos, with entertaining events like Click and Blink, Spot
the Bug, Web Wizard, Valorant, Tech Talks, Code Quest,
and Code Trails.</li>
</ul>
</div>
<!-- end content-block -->
</div>
<!-- end col-3 -->
<div class="col-lg-3 col-md-4 wow" data-splitting>
<div class="content-block">
<h6>PHOTOWALK</h6>
<ul>
<li>Photowalking is a communal activity of camera enthusiasts who gather in a group to
walk around with a camera for the main purpose of taking pictures of things that
interest them.</li>
</ul>
</div>
<!-- end content-block -->
</div>
<!-- end col-3 -->
</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/passport(1).jpeg" />
<div class="card-info">
<h6>Prof. Dr. Shruti Jain</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/TanmayGupta_Civil.jpg" />
<div class="card-info">
<h6>Dr. Tanmay Gupta</h6>
<span>Coordinator</span>
</div>
</div>
</figure>
<figure class="reveal-effect masker wow">
<div class="card-faculty">
<img src="https://www.juit.ac.in/profile_pics/alok_ece.jpg" />
<div class="card-info">
<h6>Dr. Alok Kumar</h6>
<span>Coordinator</span>
</div>
</div>
</figure>
<figure class="reveal-effect masker wow">
<div class="card-faculty">
<img src="https://www.juit.ac.in/profile_pics/Aayush_cse.jpg" />
<div class="card-info">
<h6>Dr. Aayush Sharma</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/srijan.webp" />
<div class="card-info">
<h6>SRIJAN SARASWAT</h6>
<div class="social">
<a href="https://www.linkedin.com/in/srijan-saraswat/"><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/yash.webp" />
<div class="card-info">
<h6>YASH KHATRI</h6>
<div class="social">
<a href="https://www.linkedin.com/in/yash--khatri/"><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/akshit.webp" />
<div class="card-info">
<h6>AKSHIT MAHAJAN</h6>
<div class="social">
<a href="https://www.linkedin.com/in/akshit0mahajan/"><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/ayush.webp" />
<div class="card-info">
<h6>AYUSH RAWAT</h6>
<div class="social">
<a href="https://www.linkedin.com/in/ayush-rawat-519b12255/"><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>