-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmou.html
460 lines (448 loc) · 22.7 KB
/
mou.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
449
450
451
452
453
454
455
456
457
458
459
460
<!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="description" content="" />
<meta name="keywords" content="" />
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap" rel="stylesheet">
<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/style.css">
<title>MOU | NISP MSIT</title>
</head>
<style>
.site-nav{
background-image: url('images/bg_1.jpg');
}
.py-20 {
padding-top: 10px;
padding-bottom: 10px;
}
</style>
<body>
<!-- header start -->
<div class="lines-wrap">
<div class="lines-inner">
<div class="lines"></div>
</div>
</div>
<!-- END lines -->
<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-5">
<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><a href="index.html#features">Facilities</a></li>
<li class="active"><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>
<!-- header end -->
<!-- MOU'S Start -->
<div class="untree_co-section bg-light py-5">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-7 pt-5 mt-5">
<h1 class="text-black" data-aos="fade-up" data-aos-delay="100">Memorandum Of Understanding</h1>
</div>
</div>
</div>
<h2 class="d-block text-center pt-3">2023-2024</h2>
<div class="container mt-5 h6 text-info">
<ol>
<div class="row"></div>
<li><a href="/mou_pdf/neww/SHIVAJI_2024 2.pdf" target="_blank">E-Cell | SHIVAJI 2024 2</a></li><br>
<li><a href="/mou_pdf/neww/SHIVAJI_2024.pdf" target="_blank">E-Cell | SHIVAJI 2024</a></li><br>
<li><a href="/mou_pdf/neww/MAIMS_2024.pdf" target="_blank">E-Cell | MAIMS 2024</a></li><br>
<li><a href="/mou_pdf/neww/ARYABHATTA_2024.pdf" target="_blank">E-Cell | ARYABHATTA 2024</a></li><br>
<li><a href="/mou_pdf/neww/DTU_2024.pdf" target="_blank">E-Cell | DTU 2024</a></li><br>
<li><a href="/mou_pdf/neww/GTBIT_2024.pdf" target="_blank">E-Cell | GTBIT 2024</a></li><br>
<li><a href="/mou_pdf/neww/MSI_2024.pdf" target="_blank">E-Cell | MSI 2024</a></li><br>
<li><a href="/mou_pdf/neww/RAMANUJAN_2024.pdf" target="_blank">E-Cell | RAMANUJAN 2024</a></li><br>
<li><a href="/mou_pdf/neww/IIT DELHI_2024.pdf" target="_blank">E-Cell | IIT DELHI 2024</a></li><br>
<li><a href="/mou_pdf/neww/MAIT_2024.pdf" target="_blank">E-Cell | MAIT 2024</a></li><br>
<li><a href="/mou_pdf/neww/ACHARAYA NARENDRA DEV COLLEGE_2024.pdf" target="_blank">E-Cell | ACHARYA NARENDRA DEV COLLEGE 2024</a></li><br>
<li><a href="/mou_pdf/neww/ATMA RAM SANTAN DHARAM_2024.pdf" target="_blank">E-Cell | ATMA RAM SANTAN DHARAM 2024</a></li><br>
<li><a href="/mou_pdf/neww/DELHI_COLLEGE_OF_COMMERCE_AND_ARTS_2024.pdf" target="_blank">E-Cell | DELHI COLLEGE OF COMMERCE AND ARTS 2024</a></li><br>
<li><a href="/mou_pdf/neww/JANKI_DEVI_MEMORIAL_COLLEGE_2024.pdf" target="_blank">E-Cell | JANKI DEVI MEMORIAL COLLEGE 2024</a></li><br>
<li><a href="/mou_pdf/neww/KIRORIMAL_2024.pdf" target="_blank">E-Cell | KIRORIMAL 2024</a></li><br>
<li><a href="/mou_pdf/neww/COLLEGE OF VOCATIONAL STUDIES_2024.pdf" target="_blank">E-Cell | COLLEGE OF VOCATIONAL STUDIES 2024</a></li><br>
<li><a href="/mou_pdf/neww/VIPS_2024.pdf" target="_blank">E-Cell | VIPS 2024</a></li><br>
<li><a href="/mou_pdf/neww/SRI AUROBINDO COLLEGE_2024.pdf" target="_blank">E-Cell | SRI AUROBINDO COLLEGE 2024</a></li><br>
<li><a href="/mou_pdf/neww/MOTILAL NEHRU_2024.pdf" target="_blank">E-Cell | MOTILAL NEHRU 2024</a></li><br>
<li><a href="/mou_pdf/neww/IGDTUW_2024.pdf" target="_blank">E-Cell | IGDTUW 2024</a></li><br>
<li><a href="/mou_pdf/neww/USAR_2024.pdf" target="_blank">E-Cell | USAR 2024</a></li><br>
<li><a href="/mou_pdf/neww/SRCASW_2024.pdf" target="_blank">E-Cell | SRCASW 2024</a></li><br>
<li><a href="/mou_pdf/neww/ADGIPS_2024.pdf" target="_blank">E-Cell | ADGIPS 2024</a></li><br>
<li><a href="/mou_pdf/neww/MLNCE_2024.pdf" target="_blank">E-Cell | MLNCE 2024</a></li><br>
<li><a href="/mou_pdf/neww/SATYAWATI_2024.pdf" target="_blank">
E-Cell | Enactus
Satyawati College, DU
</a></li>
</br>
<li><a href="/mou_pdf/gtbit.pdf" target="_blank">
E-Cell | GTBIT
</a></li>
</br>
<li><a href="/mou_pdf/galgotias.pdf" target="_blank">
E-Cell | Galgotias University
</a></li>
</br>
<li><a href="/mou_pdf/edc mait.pdf" target="_blank">
EDC | MAIT
</a></li>
</br>
<li><a href="/mou_pdf/wwcngo.pdf" target="_blank">
warriorswithoutcause
</a></li>
</br>
<li><a href="/mou_pdf/bluechip.pdf" target="_blank">
Blue Chip | Sri Venkateswara
</a></li>
</br>
<li><a href="/mou_pdf/finshark.pdf" target="_blank">
Finshark | IINTM
</a></li>
</br>
<li><a href="/mou_pdf/spade.pdf" target="_blank">
Spade | Shivaji College
</a></li>
</br>
<li><a href="/mou_pdf/advertere.pdf" target="_blank">
Advertere | MSI
</a></li>
</br>
<li><a href="/mou_pdf/ramjas.pdf" target="_blank">
E-Cell | Ramjas
</a></li>
</br>
<li><a href="/mou_pdf/rajdhani.pdf" target="_blank">
Placement & Internship Cell | Rajdhani College
</a></li>
</br>
<li><a href="/mou_pdf/rotaract.pdf" target="_blank">
Rotaract Club of Delhi Janak | Rotaract club
</a></li>
</br>
<li><a href="/mou_pdf/iiitd.pdf" target="_blank">
E-Cell, IIIT DELHI
</a></li>
</br>
<li><a href="/mou_pdf/comsoc-zakir.pdf" target="_blank">
COMSOC | Zakir Hussain
</a></li>
</br>
<li><a href="/mou_pdf/ecell-msi.pdf" target="_blank">
E-Cell | MSI
</a></li>
</br>
<li><a href="/mou_pdf/comsoc-khalsa.pdf" target="_blank">
Vanaj - COMSOC | Khalsa College, DU
</a></li>
</br>
<li><a href="./mou_pdf/urja.pdf" target="_blank">
Urja | SGSCC, DU
</a></li>
</br>
<li><a href="/mou_pdf/satyawati.pdf" target="_blank">
Placement Cell | Satyawati College, DU
</a></li>
</br>
<li><a href="/mou_pdf/monoliths.pdf" target="_blank">
Monolithics | Motilal Nehru College, DU
</a></li>
</br>
<li><a href="/mou_pdf/e-cell jims.pdf" target="_blank">
E-Cell | JIMS, Kalkaji
</a></li>
</br>
<li><a href="/mou_pdf/ay mou.pdf" target="_blank">
AY Ventures | Communev Pvt. Ltd., Gurugram
</a></li>
</br>
<li><a href="/mou_pdf/nasscomm.pdf" target="_blank">
NASSCOM Foundation | NASSCOM, Delhi
</a></li>
</br>
<h2 class="d-block text-center pt-5">2022-2023</h2>
<div class="container text-center pt-5">
<div class="row">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>E-Cell Aryabhatta</h4>
<p>Aryabhatta College</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>E-Cell MAIT</h4>
<p>Maharaja Agrasain Institute of Technology</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Commerce Society</h4>
<p>College of Vocational Studies</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>EDC DDUC</h4>
<p>Deen Dayal Upadyay College</p>
</a>
</div>
<div class="row py-20">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>E-Society</h4>
<p>Dyal Singh College, DU</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Enactus SAC</h4>
<p>Sri Aurobindo College, DU</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Nivesh SAC</h4>
<p>Sri Aurobindo College, DU</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Enactus AGDITM</h4>
<p>Dr. Akhilesh Das Gupta Institute of Technology</p>
</a>
</div>
<div class="row py-20">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>IIC</h4>
<p>Shaheed Rajguru College</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>TEB-ECELL CVS</h4>
<p>College of Vocational Studies</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Commerce Society</h4>
<p>Kirori Mal College</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Advertere</h4>
<p>Maharaja Surajmal Institute</p>
</a>
</div>
<div class="row py-20">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>E-Cell</h4>
<p>Galgotias University</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Rotaract Club</h4>
<p>Delhi District 3011</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>CIE Cell</h4>
<p>Lakshmibai College, DU</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>E-Cell</h4>
<p>KITCoEK, Kolhapur</p>
</a>
</div>
<div class="row py-20">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>Illuminate - MAIMS</h4>
<p>Maharaja Agrasain Institute of Management Studies</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>E-Cell IIITD</h4>
<p>IIIT, Delhi</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>UPKRAM</h4>
<p>Bharati College</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Thrust : E-Cell</h4>
<p>Ramanujan College</p>
</a>
</div>
<div class="row py-20">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>FMA India</h4>
<p>SSCBS</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Ecovision</h4>
<p>SSCBS</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Mark Haven</h4>
<p>SRCASW</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Vangati</h4>
<p>DCAC</p>
</a>
</div>
<div class="row py-20">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>Raqam</h4>
<p>Shaheed Rajguru College</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>E-Cell</h4>
<p>NSUT</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>E-Cell</h4>
<p>IIT, Kharagpu</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>CONSOC</h4>
<p>College of Vocational Studies</p>
</a>
</div>
<div class="row py-20">
<a href="'#" target="_blank" class="col flex-col px-3 ">
<h4>Equilibrium</h4>
<p>SRCASW</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Commpact</h4>
<p>Maharaja Agrasain Institute of Management Studies</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>Women Development Cell</h4>
<p>Motilal Nehru College, DU</p>
</a>
<a href="'#" target="_blank" class="col flex-col px-3">
<h4>E-Cell</h4>
<p>Motilal Nehru College, DU</p>
</a>
</div>
</ol>
</div>
</div>
<!-- MOU'S End -->
<!-- Footer start -->
<div class="site-footer">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-lg-7 mx-auto text-center">
<h2 class="mb-4">Want to join a community of upcoming entrepreneurs?</h2>
<p><a href="#" target="_blank" class="btn btn-primary text-white">Get Started</a></p>
</div> <!-- /.col-lg-7 -->
</div> <!-- /.row -->
<div class="row">
<div class="col-lg-4">
<div class="widget">
<h3>Contact</h3>
<address>C-4 Janak Puri, New Delhi-110058</address>
<ul class="list-unstyled links">
<li><a href="tel://25528117">25528117</a></li>
<li><a href="tel://25552667">25552667</a></li>
<li><a href="mailto:ecell.msit@gmail.com">ecell.msit@gmail.com</a></li>
</ul>
</div> <!-- /.widget -->
</div> <!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="widget">
<h3>Sources</h3>
<ul class="list-unstyled float-left links">
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Vision</a></li>
<li><a href="#">Mission</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy</a></li>
</ul>
<ul class="list-unstyled float-left links">
<li><a href="#">Partners</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Creative</a></li>
</ul>
</div> <!-- /.widget -->
</div> <!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="widget">
<h3>Links</h3>
<ul class="list-unstyled links">
<li><a href="#">Our Vision</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact us</a></li>
</ul>
<ul class="list-unstyled social">
<li><a href="https://instagram.com/ecellmsit"><span class="icon-instagram"></span></a></li>
<li><a href="https://twitter.com/ecellmsit"><span class="icon-twitter"></span></a></li>
<li><a href="https://facebook.com/ecellmsit"><span class="icon-facebook"></span></a></li>
<li><a href="https://www.linkedin.com/company/ecellmsit"><span
class="icon-linkedin"></span></a></li>
</ul>
</div> <!-- /.widget -->
</div> <!-- /.col-lg-4 -->
</div> <!-- /.row -->
<div class="row mt-5">
<div class="col-12 text-center">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Made with <i class="icon-heart text-danger" aria-hidden="true"></i> by <a
href="http://ecellmsit.in" target="_blank">Tech. Team ECell MSIT</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div> <!-- /.container -->
</div> <!-- /.site-footer -->
<!-- Footer End -->
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border" role="status">
<span class="sr-only">Loading...</span>
</div>
</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>
<script>window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-23581568-13');</script>
</body>
</html>