-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathteam.html
More file actions
351 lines (317 loc) · 11.7 KB
/
Copy pathteam.html
File metadata and controls
351 lines (317 loc) · 11.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/teamNav.css">
<title>Core Team</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
background-color: #f7f9fa;
color: #333;
}
.header {
background-color: #ffffff;
border-bottom: 1px solid #e1e4e8;
border-top: 1px solid #e1e4e8;
color: #24292e;
text-align: center;
padding: 2.5rem 1rem;
margin-bottom: 2rem;
margin-top: 2rem;
}
.header h1 {
font-family: 'Georgia', serif;
font-size: 2.5rem;
font-weight: normal;
margin: 0;
color: #1a202c;
}
.header p {
font-size: 1.15rem;
color: #586069;
margin-top: 0.8rem;
}
.team-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
padding: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.mentor-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
padding: 2rem;
max-width: 100%;
margin: 0 auto;
}
.team-card, .mentor-card {
background: #ffffff;
border: 1px solid #e1e4e8;
border-top: 4px solid #0366d6;
border-radius: 4px;
text-align: center;
padding: 1.5rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
transition: all 0.2s ease;
}
.mentor-card {
flex: 0 0 auto;
width: 250px;
}
.team-card:hover, .mentor-card:hover {
transform: translateY(-2px);
border-color: #0366d6;
box-shadow: 0 4px 8px rgba(0,0,0,0.08);
background-color: #f6f8fa;
}
.team-card img, .mentor-card img {
width: 200px;
height: 200px;
border-radius: 4px;
object-fit: cover;
margin-bottom: 1.2rem;
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #e1e4e8;
}
.team-card h3, .mentor-card h3 {
color: #0366d6;
font-size: 1.35rem;
font-weight: 600;
margin: 0;
font-family: 'Arial', sans-serif;
}
.team-card p, .mentor-card p {
color: #444d56;
font-size: 1.05rem;
margin: 0.5rem 0 0;
}
.section {
max-width: 1200px;
margin: 2rem auto;
padding: 1rem;
}
.department {
background: #ffffff;
border: 1px solid #e1e4e8;
border-left: 4px solid #0366d6;
border-radius: 4px;
padding: 2rem;
margin-bottom: 1.5rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
transition: all 0.2s ease;
}
.department:hover {
box-shadow: 0 4px 8px rgba(0,0,0,0.08);
background-color: #f6f8fa;
border-color: #0366d6;
}
.department h2 {
font-size: 1.6rem;
margin: 0 0 1rem;
color: #24292e;
font-family: 'Georgia', serif;
font-weight: normal;
}
.role {
margin: 0.6rem 0;
color: #444d56;
font-size: 1.1rem;
}
.role strong {
color: #24292e;
font-weight: 600;
}
.footer {
background-color: #ffffff;
color: #586069;
border-top: 1px solid #e1e4e8;
text-align: center;
padding: 2rem 1rem;
margin-top: 3rem;
font-size: 1.1rem;
}
.footer p {
margin: 0;
}
@media (max-width: 768px) {
.mentor-container {
flex-wrap: wrap;
justify-content: center;
}
}
</style>
</head>
<body>
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<nav class="site-nav dark mb-2">
<div class="container">
<div class="site-navigation">
<a href="index.html" class="logo m-0">NISP MSIT<span class="text-primary">.</span></a>
<ul class="js-clone-nav d-none d-lg-inline-block site-menu float-right">
<li><a href="index.html">Home</a></li>
<li class="has-children">
<a href="#">Startup Policies</a>
<ul class="dropdown">
<li><a href="./policies/NISP MSIT Policy 2020.pdf">NISP MSIT Policy</a></li>
<li><a href="./policies/Startup policy of NCT, Delhi.PDF">Delhi Government's Startup
Policy</a></li>
<li><a href="https://www.startupindia.gov.in/content/sih/en/international/go-to-market-guide/government-initiatives.html"
target="_blank">Centeral Government's Startup Policy</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">Collaboration</a>
<ul class="dropdown">
<li><a href="collaborations.html">Collaboration</a></li>
<li><a href="index.html#alumini-network">Alumini Network</a></li>
<li><a href="mou.html">MOU's</a></li>
</ul>
</li>
<li class="active"><a href="/team.html">Ecell Team</a></li>
<li><a href="index.html#features">Facilities</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="contact.html">IP Support</a></li>
</ul>
<a href="#"
class="burger ml-auto float-right site-menu-toggle js-menu-toggle d-inline-block d-lg-none light"
data-toggle="collapse" data-target="#main-navbar">
<span></span>
</a>
</div>
</div>
</nav>
<div class="header">
<h1>Our Mentors</h1>
<p>Guiding us towards excellence</p>
</div>
<div class="mentor-container">
<div class="mentor-card">
<img src="images/Events/neer.jpg" alt="Dr Neeru Rathee">
<h3>Dr Neeru Rathee</h3>
<p><b>Convener</b></p>
</div>
<div class="mentor-card">
<img src="images/Events/shaa.jpg" alt="Dr Shaily Malik">
<h3>Dr Shaily Malik</h3>
<p><b>Department Advisor</b></p>
</div>
<div class="mentor-card">
<img src="images/Events/sat.jpg" alt="Dr Satinder Malik">
<h3>Dr Satinder Malik</h3>
<p><b>Department Advisor</b></p>
</div>
<div class="mentor-card">
<img src="images/Events/rakhi.jpg" alt="Dr Rakhi Kamra">
<h3>Dr Rakhi Kamra</h3>
<p><b>Department Advisor</b></p>
</div>
<div class="mentor-card">
<img src="images/Events/rak.jpg" alt="Dr Rakesh Chikara">
<h3>Dr Rakesh Chikara</h3>
<p><b>Department Advisor</b></p>
</div>
</div>
<div class="header">
<h1>Meet Our Core Team</h1>
<p>The driving force behind our success</p>
</div>
<div class="team-container">
<div class="team-card">
<img src="images/Events/nandini.png" alt="Nandini Gangwar">
<h3>Nandini Gangwar</h3>
<p><b>President</b></p>
</div>
<div class="team-card">
<img src="images/Events/harshitmittal.png" alt="Harshit Mittal">
<h3>Harshit Mittal</h3>
<p><b>Vice President</b></p>
</div>
<div class="team-card">
<img src="images/Events/harshitkhaneja.png" alt="Harshit Khaneja">
<h3>Harshit Khaneja</h3>
<p><b>Vice President</b></p>
</div>
</div>
<div class="header">
<h1>Executive Heads and Deputy Heads</h1>
</div>
<div class="section">
<div class="department">
<h2>Event Management</h2>
<p class="role"><strong>Executive Head:</strong> Anika Kohli</p>
<p class="role"><strong>Deputy Heads:</strong> Krish Kumar, Sannidhya Vyas</p>
</div>
<div class="department">
<h2>Technical</h2>
<p class="role"><strong>Executive Head:</strong> Shivam Mishra</p>
<p class="role"><strong>Deputy Head:</strong> Kunal Pandey, Abhinav Yadav</p>
</div>
<div class="department">
<h2>Design and Videography</h2>
<p class="role"><strong>Executive Head:</strong> Manas Gulati, Rohit Chauhan</p>
<p class="role"><strong>Deputy Heads:</strong> Danish Raza, Vansh Mishra</p>
</div>
<div class="department">
<h2>Content & Internal Affairs</h2>
<p class="role"><strong>Executive Head:</strong> Ayush Naik</p>
<p class="role"><strong>Deputy Heads:</strong> Charvi Goel, Ayush Kumar</p>
</div>
<div class="department">
<h2>PR and Outreach</h2>
<p class="role"><strong>Executive Head:</strong> Navya Bora</p>
<p class="role"><strong>Deputy Heads:</strong> Anmol Sharma, Krishna Sharma</p>
</div>
<div class="department">
<h2>Sponsorship</h2>
<p class="role"><strong>Executive Head:</strong> Rohit</p>
<p class="role"><strong>Deputy Head:</strong> Anshuman, Pushker</p>
</div>
<div class="department">
<h2>Publicity</h2>
<p class="role"><strong>Executive Head:</strong> Siddhant Khandelwal</p>
<p class="role"><strong>Deputy Heads:</strong> Manik Gupta, Divyakshi</p>
</div>
<div class="department">
<h2>Incubation</h2>
<p class="role"><strong>Executive Head:</strong> Madhav Gupta</p>
<p class="role"><strong>Deputy Heads:</strong> Satyam Goel, Krishna Garg</p>
</div>
</div>
<div class="footer">
<p>Together, we create magic.</p>
</div>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/custom.js"></script>
</body>
</html>