forked from dynamicclub/Dynamic-Club
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
448 lines (390 loc) · 19.4 KB
/
team.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
443
444
445
446
447
448
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title >Meet Our Team | SKIT JAIPUR</title>
<link rel="icon" type="image/x-icon" href="./assets/fav1.png">
<link rel="stylesheet" href="icofont.css">
<link rel="stylesheet" href="./css/team.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/skrollr/0.6.29/skrollr.min.js"></script>
<style>
::-webkit-scrollbar {
display: none;
}
*{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
@media only screen and (max-width: 900px) { #heading{
text-align: center;
position: static;
transform: translate(0%, 0%);
font-size: 2em;
color: teal;
}
}
.fa {
font-size: 20px;
width: 20px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-linkedin {
color: white;
}
.fa-google {
color: white;
}
.fa-instagram {
color: white;
}
.navbar{
background-color: #141414!important;
}
input{color:black;}
button{color:black;}
@media(min-width: 1750px){
.dsc{
font-size: 9px!important;
}
}
@media(max-width: 400px){
.dsc{
font-size: 6px!important;
}
}
.bg{ pointer-events: none;
width: 77vw;
left: 11vw;
top: 4vh;
z-index: -999;
position: fixed;
opacity: 0.07;
}
#heading{
font-family: pirulen;
}
.ytp-cued-thumbnail-overlay-image{
z-index: 5;
position: absolute;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174908567-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174908567-1');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
#preloader {
background:rgb(10, 10, 10) url("./assets/preloader.gif") no-repeat center center;
background-size: 70%;
height: 100vh;
width: 100%;
position: fixed;
z-index: 999999;
}
</style>
</head>
<body style="background: black!important;" onload="myFunction()">
<div id="preloader"></div>
<img src = "./assets/Event/logo.gif" class = 'bg'>
<style>
svg{
color:white;
}
svg:hover{
color:teal;
}
.navbarfont{
font-family: sans-serif;
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top" style = "font-family: sans-serif;">
<a class="navbar-brand" href="index.html"><img src ="./Img/logo.png" alt="Dynamic_Club_Logo"></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExample"
aria-controls="navbarsExample" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExample">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><span class = "navbarfont">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#about"><span class = "navbarfont">About-Us</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html"><span class = "navbarfont">Team</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown03" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><span class = "navbarfont">Events</span></a>
<div class="dropdown-menu" aria-labelledby="dropdown03">
<a class="dropdown-item" href="events.html" style="width:70%">Upcoming Events</a>
<a class="dropdown-item" href="pastevent.html" style="width:70%">Past Events</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><span class = "navbarfont">Contact-Us</span></a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div id="heading" class='heading'><br>
Meet Our Team
</div>
<div id="main">
<div class="img">
<div class="name">
Dr Shipra Malik
</div>
<img src="./assets/Team/Shipra Ma'am.jpg" alt="Dr. Shipra Malik">
<div class="dsc">
<b><h4>Faculty Coordinator</h4></b> <br>
<br>
<a href="https://www.linkedin.com/in/drshipramalik/" class="fa fa-linkedin" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<!-- umesh -->
<div class="img">
<div class="name">
Kuldeep Meena
</div>
<img src="./assets/Team/Kuldeep Meena.jpg" alt="Kuldeep Meena">
<div class="dsc">
<b>(Coordinate)</b> <br>
Hello Everyone, My name is Kuldeep Meena <br>
I like to Explore Tech Stuffs and an <br> Automobile Enthusiast. I like to <br>Create and Edit Videos.<br>
<a href="https://www.linkedin.com/in/kuldeep-meena-99058625b/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/ktg_cool_scout/?utm_source=qr&igshid=ZDc4ODBmNjlmNQ==" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected] " class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Krishnav Sharma
</div>
<img src="./assets/Team/Krishnav Sharma.jpg" alt="Krishnav Sharma">
<div class="dsc">
Hey guys! My name is Krishnav Sharma <br>
I am a tech enthusiast avid gamer, love <br> playing
my guitar and listening to music, <br> with a passion to learn and discover <br>new things<br>
<a href="https://www.linkedin.com/in/krishnav-sharma-960350247/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/krish.woke/?igshid=YTQwZjQ0NmI0OA%3D%3D" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Makhan Yadav
</div>
<img src="./assets/Team/Makhan Yadav.jpg" alt="Makhan Yadav">
<div class="dsc">
Hey Guys! My name is Makhan Yadav <br>
I am a Graphic Designer and <br> a front end developer. I loves to learns, <br> explore and create new things.<br>
<a href="https://www.linkedin.com/in/makhan-yadav-740a531b7/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/makhan_yadav11/" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Rachit Saini
</div>
<img src="./assets/Team/Rachit Kumar Saini.jpg" alt="Rachit Saini">
<div class="dsc">
<b>(Coordinate)</b> <br>
Hey guys! My name is Rachit Kumar Saini <br>
A tech enthusiast. I like gaming <br>and learning new things. <br>
<a href="#" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/rachit_saini1034/?igshid=NTc4MTIwNjQ2YQ%3D%3D" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Aman Jain
</div>
<img src="./assets/Team/Aman Jain.png" alt="Aman Jain">
<div class="dsc">
Hii ! My name is Aman Jain <br>
I'm a game enthusiast who loves <br> listening to music.
I like to solve coding <br>problems. I'm adventurous <br>and wanna explore new things.<br>
<a href="https://www.linkedin.com/in/aman-jain-773860263/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/aman__jain11/?igshid=NzZlODBkYWE4Ng" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Deepesh Gupta
</div>
<img src="./assets/Team/Deepesh.jpg" alt="Deepesh Gupta">
<div class="dsc">
<b>(Founder)</b> <br>
Hey Guys! My name is Deepesh Gupta<br> I am Cloud Enthusiast, loves
Web,<br>designing, building creative stuff and <br>learning and exploring new things.<br>
<a href="https://www.linkedin.com/in/deepeshgupta3257/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/deepeshguptadg/" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Kushal Gupta
</div>
<img src="./assets/Team/Kushal.jpg" alt="Kushal Gupta">
<div class="dsc">
Hey guys! My name is Kushal Gupta <br> I love solving coding problems, <br> video editing, an instagrammer and <br> likes to play chess.<br>
<a href="https://www.linkedin.com/in/kushal-gupta-0bb55b228" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/kushalgupta2510/" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Kuldeep Singh Rathore
</div>
<img src="./assets/Team/Kuldeep.jpg" alt="Kuldeep Singh Rathore">
<div class="dsc">
Hey guys! My name is kuldeep <br> I am a creative person who likes <br> to indulge himself in <br> real life problem solving<br>
<a href="https://www.linkedin.com/in/kuldeep-singh-rathore-4467391b5/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/kuru_banna/" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Kunal Soni
</div>
<img src="./assets/Team/Kunal.jpg" alt="Kunal Soni">
<div class="dsc">
<b>(Founder)</b> <br>
Hey Guys! My name is Kunal Soni, <br> Passionate about create beautiful and <br>user intuitive front end interfaces to <br>give seamless experience.<br>
<a href="https://www.linkedin.com/in/soni-kunal-li" class="fa fa-linkedin" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Hardik Vijay
</div>
<img src="./assets/Team/hardik.jpg" alt="Hardik Vijay">
<div class="dsc">
Hey guys! My name is Hardik Vijay <br> A tech enthusiast, loves web designing <br> and learning new things <br>
<a href="https://www.linkedin.com/in/hardik-vijay-067981222" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/hardik.vijay.984/" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
<div class="img">
<div class="name">
Gaurav Sankhala
</div>
<img src="./assets/Team/Gaurav.jpg" alt="Gaurav Sankhala">
<div class="dsc">
Hey guys! My name is Gaurav Sankhla<br>A tech enthusiast, avid gamer, and <br> web development aficionado. With a <br>passion for all things digital<br>
<a href="https://www.linkedin.com/in/gaurav-sankhla-654a9424b" class="fa fa-linkedin" target="_blank"></a>
<a href="https://instagram.com/sankhla4524?igshid=NTc4MTIwNjQ2YQ==" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:[email protected]" class="fa fa-google" target="_blank"></a>
</div>
</div>
</div>
</div>
</div>
<script>
var loader = document.getElementById("preloader");
function myFunction() {
preloader.style.display = "none";
}
</script>
<script src="js/main.js"></script>
</body>
</html>
<script src="jquery.min.js"></script>
<script>
$(document).ready(function () {
$('.img').each(function(index) {
if (index < 4) {
index += 1;
$(this).css('margin-top', (index / 1.73205080757 * parseFloat($(this).css('width'))).toString() + 'px');
$(this).css('margin-left', (index * parseFloat($(this).css('width'))).toString() + 'px');
} else if (index < 9) {
index -= 4;
$(this).css('margin-top', ((2 + index) / 1.73205080757 * parseFloat($(this).css('width'))).toString() + 'px');
$(this).css('margin-left', (index * parseFloat($(this).css('width'))).toString() + 'px');
} else {
index -= 9;
$(this).css('margin-top', ((4 + index) / 1.73205080757 * parseFloat($(this).css('width'))).toString() + 'px');
$(this).css('margin-left', ((index) * parseFloat($(this).css('width'))).toString() + 'px');
}
}).css('opacity', '1').hover(function () {
let w = $(this).css('height');
$(this).find('.name').css('margin-top', (parseFloat(w) / 1.99 - parseFloat($(this).find('.name').css('height'))).toString() + 'px');
$(this).find('.dsc').css('margin-top', (-parseFloat(w) / 1.99).toString() + 'px');
}, function () {
$(this).find('.name').css('margin-top', '-300px');
$(this).find('.dsc').css('margin-top', '100%');
});
onResize();
$(window).resize(onResize);
});
</script>
<script>
function onResize() {
if($(window).width() < 800){
var w = $(window).width()*0.5;
$("#main img").css("width", w+"px");
$("#main img").css("height", w*0.9+"px");
$("#main").css("height", ($('.img').length+1) * w * 1.1)
$('.img').each(function(index) {
// if (index < 14) {
$(this).css('margin-top', (150 + index * (w*1.1)).toString() + 'px');
$(this).css('margin-left', w *0.25); //(index * parseFloat($(this).css('width'))).toString() + 'px');
// }\
})
}else{
$("#main img").css("width", "15vw");
$("#main img").css("height", "auto");
$('.img').each(function(index) {
if (index < 4) {
index += 1;
$(this).css('margin-top', (index / 1.73205080757 * parseFloat($(this).css('width'))).toString() + 'px');
$(this).css('margin-left', (index * parseFloat($(this).css('width'))).toString() + 'px');
} else if (index < 9) {
index -= 4;
$(this).css('margin-top', ((2 + index) / 1.73205080757 * parseFloat($(this).css('width'))).toString() + 'px');
$(this).css('margin-left', (index * parseFloat($(this).css('width'))).toString() + 'px');
} else {
index -= 9;
$(this).css('margin-top', ((4 + index) / 1.73205080757 * parseFloat($(this).css('width'))).toString() + 'px');
$(this).css('margin-left', ((index) * parseFloat($(this).css('width'))).toString() + 'px');
}
})
}
}
</script>