forked from wdmc-nitj/nitj-site-6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanagerial.html
427 lines (363 loc) · 16 KB
/
managerial.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
<!DOCTYPE html>
<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>Managerial Society- NITJ</title>
<!-- CSS -->
<link rel="stylesheet" href="../style.css" />
<!-- ICONS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- font-family: 'Barlow', sans-serif;
font-family: 'Poppins', sans-serif; -->
<style>
/* Customizing the Scrollbar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background-color: rgba(30, 58, 138, 1);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color: gray;
}
::-webkit-resizer {
background-color: #ffffff;
}
.material-symbols-outlined {
font-variation-settings: "FILL" 0, "wght" 300, "grad" 0, "opzs" 20;
}
::-webkit-scrollbar {
width: 4px;
}
.font2 {
font-family: 'Barlow', sans-serif;
}
:root {
--primary-color: #fff;
--background-color: #212121;
--blue-color: #0369A1;
--light-blue-color: #F6F6FE;
--purple-color: #040320;
--font1: 'Poppins', sans-serif;
--font2: 'Barlow', sans-serif;
}
* {
margin: 0;
padding: 0;
}
.main-body {
font-family: var(--font1);
}
.titlebg {
background: linear-gradient(90.09deg, rgba(0, 0, 0, 0.7) 0.08%, rgba(255, 255, 255, 0) 99.11%), url(img/about_top.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.tile1 {
background: linear-gradient(132.04deg, rgba(255, 255, 255, 0.1) 16.87%, rgba(255, 255, 255, 0.4) 75.02%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(40px);
background-color: #0369A1;
/* Note: backdrop-filter has minimal browser support */
border-radius: 6px;
transition: all .3s ease-in-out;
}
.tile1:hover {
transform: scale(1.1);
}
/* Outer Layer with the timeline border */
.outer {
border-left: 3px solid #0369A1;
}
/* Card container */
.card {
position: relative;
/* box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
0.3em 0.3em 1em rgba(0, 0, 0, 0.3); */
}
/* Timeline dot */
.title::before {
content: "";
position: absolute;
width: 15px;
height: 15px;
background: white;
border-radius: 999px;
left: -29px;
border: 3px solid #0369A1;
}
.box {
flex: 1;
overflow: hidden;
transition: 0.5s;
line-height: 0;
}
.box>img {
width: 100%;
height: 100%;
border: 0.2rem solid white;
border-radius: 8px;
-o-object-fit: cover;
object-fit: cover;
transition: ease 0.75s;
}
.box:hover {
flex: 1 1 30%;
/* box-shadow: 0px 6px 6px rgba(73, 73, 73, 0.65); */
z-index: 1;
cursor: pointer;
}
.box:hover>img {
opacity: 1;
width: 100%;
height: 100%;
}
.base-image {
margin-top: 40px;
background-image: url("img/nitj3.jpg"),
linear-gradient(rgb(255, 255, 255), rgba(4, 4, 4));
background-color: #cccccc;
height: 400px;
background-position: 0% 28%;
background-repeat: no-repeat;
background-size: cover;
}
.base-image-2 {
margin-top: 40px;
background-image: url("img/nitj3.jpg"),
linear-gradient(rgb(255, 255, 255), rgba(4, 4, 4));
background-color: #cccccc;
height: 300px;
background-position: 58% 28%;
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (max-width: 1000px) {
.academic-timeline {
display: none;
}
}
</style>
</head>
<body>
<script src="/common template/header.js" type="module"></script>
<div class="main-body flex flex-col gap-8 lg:gap-2 pt-[112px] md:pt-[144px] lg:pt-[144px] lg:mb-32">
<div class="titlebg">
<div class="container flex flex-col justify-center items-start h-[224px] py-[48px]">
<!-- <p> Code by Bhavya Mittal </p> -->
<p class="font2 font-bold text-[52px] lg:text-[68px] uppercase text-white leading-[1]">Managerial Society</p>
</div>
<nav class="flex bg-gray-200 py-[8px] text-black" aria-label="Breadcrumb">
<ol class="container inline-flex items-center">
<li class="inline-flex items-center">
<a href="" class="inline-flex items-center text-sm font-medium hover:text-gray-900">
<a href="../index.html" class="text-lg font-medium ml-2">Home</a>
</a>
</li>
<li aria-current="page">
<div class="inline-flex items-center">
<i style="color: rgb(128, 128, 128); font-size: 12px; margin-left: 12px"
class="fa-solid fa-angle-right ml-2"></i>
<a href="#" class="text-lg font-medium ml-2">About</a>
</div>
</li>
</ol>
</nav>
</div>
<!-- <p> Code by Bhavya Mittal </p> -->
<div class="container">
<div class="flex flex-col items-start gap-[20px] lg:gap-[16px]">
<div class="flex md:flex-row justify-center flex-col mt-0 py-0">
<div class="w-full flex flex-col items-start">
<p class="font2 font-medium text-[28px] lg:text-[32px]">Introduction</p>
<div class="bg-accent w-full lg:w-[111px] h-[1px] lg:h-[3px]"></div>
<br>
<div class="w-full flex flex-row items-start">
<div class="w-12/12 md:w-5/12 px-2" style=" width: 700px; ">
<img src="./img/MS_logo - Gaurav Kumar.jpg "
alt="">
</div>
<div id="Introduction" style=" position:relative;top:-12px; text-align:justify; text-justify:inter-word; margin: 10px;">
"We at Managerial Society MBA, NITJ on its mission towards building an enterprising India. We have 6 Committees in Managerial
Society that includes, Industry Interaction Cell, Alumni Engagement Committee, Marketing & Public Relations committee, Finance
committee, Human resource committee , sports and cultural committee.
Managerial Society's major focus is Networking, mentorship, resources and events.
We believe that entrepreneurship is the key to India's development. To fulfil this vision, we have
conceptualized & successfully implemented various initiatives to help students , young entrepreneurs
& professionals in their journey. Some of the events recently organised are as: Ad mad national level show,
Knockout-Vivad national level virtual debate contest, Worksop on CV hacks and LinkedIn building, leadership
and mentoring national level event, be Inquisitive national level quiz , budget breakdown discussions."
<br>
</div>
</div>
</div>
</div>
</div>
<div id="quality-policy">
<div class="my-6 mx-auto">
<div class="w-full flex flex-col items-start">
<p class="font2 font-medium text-[28px] lg:text-[32px]">Committee</p>
<div class="bg-accent w-full lg:w-[111px] h-[1px] lg:h-[3px]"></div>
</div>
<div class="overflow-x-auto mt-6 relative">
<table class="w-full border text-sm text-left ">
<tbody>
<tr class="bg-white border-b ">
<th scope="row" class="py-4 px-6 font-medium text-gray-900 whitespace-nowrap ">
<p class="font2 text-[20px]">Faculty Coordinator</p>
</th>
<td class="py-4 px-6 text-black">
<p> <span class="font2 text-[20px] mb-1">Dr Gaurav Kumar</span>
<br>
Assistant Professor
<br>
Department of Humanities and Management
<br>
<a href="mailto:[email protected]"><u>[email protected]</u></a>
<br>
</p>
</td>
</tr>
<tr class="bg-white border-b ">
<th scope="row" class="py-4 px-6 font-medium text-gray-900 whitespace-nowrap ">
<p class="font2 text-[20px]">Student Coordinator</p>
</th>
<td class="py-4 px-6 text-black">
<p> <span class="font2 text-[20px] mb-1">Rajveer Kaur</span>
<br>
Student
<br>
Department of Humanities and Management
<br>
<a href="mailto:[email protected]"><u>[email protected]</u></a>
<br>
9888595593
<br>
</p>
<p> <span class="font2 text-[20px] mb-1">Jasmeen Kaur</span>
<br>
Student
<br>
Department of Humanities and Management
<br>
<a href="mailto:[email protected]"><u>[email protected]</u></a>
<br>
7355316951
<br>
</p>
<p> <span class="font2 text-[20px] mb-1">Tanvi Verma </span>
<br>
Student
<br>
Department of Humanities and Management
<br>
<a href="mailto:[email protected]"><u>[email protected]</u></a>
<br>
6283408004
<br>
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="flex flex-col items-start gap-[20px] lg:gap-[16px]">
<div class="w-full flex flex-col items-start">
<p class="font2 font-medium text-[28px] lg:text-[32px]">Others</p>
<div class="bg-accent w-full lg:w-[111px] h-[1px] lg:h-[3px]"></div>
</div>
<div id="Introduction">
<p class="my-2"><a target="_blank" class="inline text-red-500">
<b>The club welcomes participation form all students of NIT J.</b></a>
</p>
</div>
<br>
<br>
<div >
<div class=" flex h-[30vh] w-full">
<div class="box">
<img src="img/managerial1.jpeg" />
</div>
<div class="box hidden lg:block">
<img src="img/managerial2.jpeg" />
</div>
<div class="box hidden lg:block">
<img src="img/managerial3.jpeg" />
</div>
</div>
<div class=" flex h-[30vh] w-full" >
<div class="box">
<img src="img/managerial4.jpeg" />
</div>
<div class="box hidden lg:block">
<img src="img/managerial5.jpeg" />
</div>
</div>
</div>
</div>
<div class="flex items-center justify-center space-x-2" style="text-align: left;">
<!-- Instagram -->
<a class="mr-4" style="margin: 1px;" href="https://instagram.com/animaniacs_official?igshid=YmMyMTA2M2Y=">
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7" fill="currentColor" style="color: #c13584"
viewBox="0 0 24 24">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg>
</a>
<!--Linkedin-->
<a class="mr-3" href="https://www.linkedin.com/company/msnitj/">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-7"
fill="currentColor"
style="color: #0077b5; "
viewBox="0 0 24 24">
<path
d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" />
</svg>
</a>
</div>
<!-- <p class="font-normal text-gray-800 lg:text-[16px] lg:leading-[27px] text-justify">
Dr B R Ambedkar National Institute of Technology was established in the year 1987 as Regional
Engineering
College and was given the status of National Institute of Technology (Deemed University) by the
Government
of India on October 17, 2002 under the aegis of Ministry of Education (Shiksha Mantralaya), New Delhi.
Now
the Ministry of Education (Shiksha Mantralaya), Government of India has declared the Institute as <span
class="text-accent italic font-medium">“Institute of National Importance”</span> under the act of
Parliament-2007. A large number of reputed Industrial houses in the country visit the Institution and
select
the final year students as Engineers/ Management Trainees. As one of the National Institutes of
Technology
(NIT), the Institute has the responsibility of providing high quality education in Engineering,
Technology
and Sciences to produce competent technical and scientific manpower for the country. The Institute
offers
BTech, MTech, MSc, MBA and PhD programmes in the several disciplines of Engineering, Technology and
Sciences.
</p> -->
</div>
</div>
</div>
</div>
<script src="app.js"></script>
<script src="../common template/footer.js"></script>
</body>
</html>