-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
504 lines (475 loc) · 24.4 KB
/
index.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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!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">
<meta name="title" content="CML GNDEC">
<meta name="description" content="CML provides the students with e-learning (NPTEL-SWAYAM), Personality Development, and Entrepreneurship Capsule Courses. Apart from regular professional learning, CML brings the students an opportunity to prepare for various entrance exams like GATE, P.S.U, Civil Service Examinations like U.P.S.C along with Employment Enhancement programs.">
<meta name="google-site-verification" content="z5GBikvJd76x2RiOrTMp3U1rCc3bWxUOALaN0vNze4s" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cml.gndec.ac.in/">
<meta property="og:title" content="CML GNDEC">
<meta property="og:description" content="CML provides the students with e-learning (NPTEL-SWAYAM), Personality Development, and Entrepreneurship Capsule Courses. Apart from regular professional learning, CML brings the students an opportunity to prepare for various entrance exams like GATE, P.S.U, Civil Service Examinations like U.P.S.C along with Employment Enhancement programs.">
<meta property="og:description" name="description" content="CML provides the students with e-learning (NPTEL-SWAYAM), Personality Development, and Entrepreneurship Capsule Courses. Apart from regular professional learning, CML brings the students an opportunity to prepare for various entrance exams like GATE, P.S.U, Civil Service Examinations like U.P.S.C along with Employment Enhancement programs.">
<meta property="og:image" content="https://cml.gndec.ac.in/cml/assets/images/cml_logo-sm.png">
<meta property="og:image:height" content="100">
<meta property="og:image:width" content="100">
<meta property="twitter:card" content="https://cml.gndec.ac.in/cml/assets/images/cml_logo-sm.png">
<meta property="twitter:url" content="https://cml.gndec.ac.in/">
<meta property="twitter:title" content="CML GNDEC">
<meta property="twitter:description" content="CML provides the students with e-learning (NPTEL-SWAYAM), Personality Development, and Entrepreneurship Capsule Courses. Apart from regular professional learning, CML brings the students an opportunity to prepare for various entrance exams like GATE, P.S.U, Civil Service Examinations like U.P.S.C along with Employment Enhancement programs.">
<meta property="twitter:image" content="https://cml.gndec.ac.in/cml/assets/images/cml_logo-sm.png">
<meta name="keywords" content="cml gndec, center for multi faceted learning, center for multi faceted learning gndec, center for multi-faceted learning, center for multi-faceted learning gndec, cml"/>
<title>CML GNDEC</title>
<link rel="shortcut icon" href="./assets/images/cmlfavicon.png">
<link rel="icon" href="./assets/images/cmlfavicon.png">
<link rel="stylesheet" href="./assets/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./assets/plugins/slick/slick.css">
<link rel="stylesheet" href="./assets/plugins/animate/animate.css">
<link href="./assets/css/style.css" rel="stylesheet" type="text/css">
<link href="./assets/css/footer.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"/>
</head>
<body>
<div id="snackbar"></div>
<div class="load" data-pagetype="home" id="info">
<header class="fixed-top header">
<div class="navigation w-100">
<div class="container">
<nav class="navbar navbar-expand-md navbar-dark p-0">
<a class="navbar-brand nav-logo" href="/">
<img src="./assets/images/cml_logo.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto text-center">
<li class="nav-item @@home">
<a class="nav-link" href="./" data-link="Home">Home</a>
</li>
<li class="nav-item @@about">
<a class="nav-link" href="./About/" data-link="About">About</a>
</li>
<li class="nav-item @@events">
<a class="nav-link" href="./Events/" data-link="Events">EVENTS</a>
</li>
<li class="nav-item @@contact">
<a class="nav-link" href="./Contact/" data-link="Contact">CONTACT</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
</div>
<!-- hero slider -->
<section class="hero-section overlay bg-cover" data-background="./assets/images/banner/banner-1.jpg">
<div class="container">
<!-- slider item -->
<div class="hero-slider">
<div class="hero-slider-item">
<div class="row">
<div class="col-md-8">
<h2 class="text-white mb-20" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".1">Center For Multi-Faceted Learning</h2>
<p class="text-muted mb-4" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".4">CML provides the students with e-learning (NPTEL-SWAYAM), Personality Development, and Entrepreneurship Capsule Courses. It also provides courses for students aspiring to join Armed Forces. Apart from regular professional learning, CML brings the students an opportunity to prepare for various entrance exams like GATE, P.S.U, Civil Service Examinations like U.P.S.C along with Employment Enhancement programs.</p>
<a href="./About/" rel="noopener" class="btn banner-btn"
data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".7">About us</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /hero slider -->
<!-- about us -->
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 order-2 order-md-1">
<h2 class="section-title">About CML</h2>
<div class="about-us-content">Center for Multi-Faceted Learning is a hub for imparting ethical and general-purpose knowledge in terms of
education, morality, and humility. The concept of this program is to utilize all the capabilities of the
students to negotiate and clinch top-quality communication skills, problem-solving skills, and develop
distinctive personalities. This absolutely helps students to identify their fields of interest. A lot of
activities under this updated society surely help the students to explore and have a broader view of their
selective fields. In addition to this center also encourage students for enrolling in MOOCs and get involved
in self-learning which will lead to incremental knowledge and development of interest in different fields.
Being a part of this club an individual can primarily build not only his/her personal individualization but
also enrich their mindset with optimistic thoughts, constructive behavior, and confidence.</div>
<a href="./About/" class="btn btn-primary-outline">Learn more</a>
</div>
<div class="col-md-6 order-1 order-md-2 mb-4 mb-md-0">
<img class="img-fluid w-100" src="./assets/images/about/about-us.jpg" alt="CML Office">
</div>
</div>
</div>
</section>
<!-- /about us -->
<!-- cta -->
<section class="section bg-primary">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<!-- <h6 class="text-white font-secondary mb-0">Click to Join </h6> -->
<h2 class="section-title text-white">Center For Multi-Faceted Learning</h2>
<a href="https://forms.gle/pRGeTMkYTv5NwhXC9" target="_blank" class="btn btn-secondary-outline">join now</a>
</div>
</div>
</div>
</section>
<!-- /cta -->
<!-- events -->
<section class="section bg-gray">
<div class="container">
<div class="row mb-10">
<div class="col-12">
<div class="d-flex align-items-center section-title justify-content-between">
<h2 class="mb-0 text-nowrap mr-3">Events</h2>
<div class="border-top w-100 border-primary d-none d-sm-block"></div>
<div>
<a href="./Events/" class="btn btn-sm btn-primary-outline ml-sm-3 d-none d-sm-block">see all</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<!-- event -->
<!-- <div class="col-lg-4 col-sm-6 mb-5">
<div class="card card-cover">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="card-img-top" src="./assets/images/events/inspirationalDrift.png" alt="Event Image" title="Inspirational Drift">
<div class="card-date"><span>11</span><br>AUG, 2021</div>
</div>
<div class="flip-card-back">
<div class="flip-card-back-content">
<p>A motivational eve combined with a fusion of fitness, supremacy of public speaking, and grails for decision making</p>
</div>
</div>
</div>
</div>
<div class="card-body">
<p class="card-title">Inspirational Drift</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5">
<div class="card card-cover">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="card-img-top" src="./assets/images/events/linkedInProfile.png" alt="Event Image" title="Boost your LinkedIn Profile">
<div class="card-date"><span>28</span><br>AUG, 2021</div>
</div>
<div class="flip-card-back">
<div class="flip-card-back-content">
<p>CML organized a session on Boost your LinkedIn Profile</p>
</div>
</div>
</div>
</div>
<div class="card-body">
<p class="card-title">Boost your LinkedIn Profile</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5">
<div class="card card-cover">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="card-img-top" src="./assets/images/events/graciousGivers.png" alt="Event Image" title="Gracious Givers">
<div class="card-date"><span>06</span><br>SEP, 2021</div>
</div>
<div class="flip-card-back">
<div class="flip-card-back-content">
<p>A book drive for the students by the students with the aim to learn and conquer the dreams.</p>
</div>
</div>
</div>
</div>
<div class="card-body">
<p class="card-title">Gracious Givers</p>
</div>
</div> -->
<div class="col-lg-4 col-sm-6 mb-5">
<div class="card card-cover">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="card-img-top" src="./assets/images/events/Time Management.png" alt="Event Image" title="Time Management" alt="Time Management">
<div class="card-date"><span>12</span><br>Oct, 2022</div>
</div>
<div class="flip-card-back">
<div class="flip-card-back-content">
<p>Series fulfilled with the great experience lessons remarking the importance of crucial time, time management skills, productivity and efficiency</p>
</div>
</div>
</div>
</div>
<div class="card-body">
<p class="card-title">Time Management</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5">
<div class="card card-cover">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="card-img-top" src="./assets/images/events/Acceleration Zone 2.0.png" alt="Event Image" title="Introduction to Blockchain & NFT" alt="Introduction to Blockchain & NFT">
<div class="card-date"><span>21,23</span><br>Sept, 2022</div>
</div>
<div class="flip-card-back">
<div class="flip-card-back-content">
<p>Workshop enriched with excellent knowledge of demanding technology and thinking out of box, illustrating use of NFTs representing real-world items like artwork & real estate</p>
</div>
</div>
</div>
</div>
<div class="card-body">
<p class="card-title">Acceleration Zone 2.0</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5">
<div class="card card-cover">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="card-img-top" src="./assets/images/events/Entrepreneurship.png" alt="Event Image" title="Webinar on Entrepreneurship" alt="Webinar on Entrepreneurship">
<div class="card-date"><span>7</span><br>Sept, 2022</div>
</div>
<div class="flip-card-back">
<div class="flip-card-back-content">
<p>Webinar demonstrates the quote - "The price of success is hard work, dedication to job at hand, & determination that whether we win/lose, we have applied the best of ourselves to the task at hand"</p>
</div>
</div>
</div>
</div>
<div class="card-body">
<p class="card-title">Entrepreneurship</p>
</div>
</div>
<!-- mobile see all button -->
<div class="row">
<div class="col-12 text-center">
<a href="./Events/" class="btn btn-sm btn-primary-outline d-sm-none d-inline-block">see all</a>
</div>
</div>
</div>
</div>
</section>
<!-- /events -->
<!-- Footer -->
<div class="fetch-footer"></div>
<!--Important link source from https://bootsnipp.com/snippets/ooa9M-->
<!------ Include the above in your HEAD tag ---------->
<footer id="dk-footer" class="dk-footer">
<div class="f-container">
<div class="row m-0">
<div class="col-md-12 col-lg-4 p-0">
<div class="dk-footer-box-info">
<div class="footer-logo">
<a href="">
<img src="./assets/images/cml_logo.png" alt="footer_logo" class="img-fluid-f">
</a>
<a href="https://gndec.ac.in">
<img src="./assets/images/logogne.png" alt="footer_logo" class="img-fluid-f1">
</a>
</div>
<p class="footer-info-text">
Center For Multi-Faceted Learning,
Guru Nanak Dev Engineering College, Ludhiana
</p>
<div class="footer-social-link">
<h3>Follow us</h3>
<ul>
<li>
<a href="mailto:cml.gndec@gmail.com" target="_blank">
<i class="fa fa-envelope"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/CMLGNDEC" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCgfkZOFLDzOKBRLA-vRQBQA" target="_blank">
<i class="fa fa-youtube-play"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/cmlgndec" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/cmlgndec/" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
<!-- End Social link -->
</div>
<!-- End Footer info -->
<div class="footer-awarad">
<p></p>
</div>
</div>
<!-- End Col -->
<br>
<br>
<div class="col-md-12 col-lg-8 align-self-center">
<div class="row">
<div class="col-md-6">
<div class="contact-us">
<div class="contact-icon">
<a target="_blank" href="https://goo.gl/maps/AEWTXb7T1Xc5GDYH8">
<i class="fa fa-map-o" aria-hidden="true"></i>
</a>
</div>
<!-- End contact Icon -->
<div class="contact-info">
<a target="_blank" href="https://goo.gl/maps/AEWTXb7T1Xc5GDYH8">
<h3>CML</h3>
<p>GNDEC</p>
</a>
</div>
<!-- End Contact Info -->
</div>
<!-- End Contact Us -->
</div>
<!-- End Col -->
<div class="col-md-6">
<div class="contact-us contact-us-last">
<div class="contact-icon">
<a target="_blank" href="tel:01615064813">
<i class="fa fa-volume-control-phone" aria-hidden="true"></i>
</a>
</div>
<!-- End contact Icon -->
<div class="contact-info">
<a target="_blank" href="tel:01615064813">
<h3>0161-5064813</h3>
<p>Give us a call</p>
</a>
</div>
<!-- End Contact Info -->
</div>
<!-- End Contact Us -->
</div>
<!-- End Col -->
</div>
<!-- End Contact Row -->
<div class="row">
<div class="col-md-12 col-lg-6">
<div class="footer-widget footer-left-widget">
<div class="section-heading">
<h3>Useful Links</h3>
<span class="animate-border border-black"></span>
</div>
<ul>
<li>
<a href="">Home</a>
</li>
<!-- <li>
<a href="./About/">About</a>
</li> -->
<li>
<a href="./Events/">Events</a>
</li>
<li>
<a href="./Contact/">Contact</a>
</li>
</ul>
<ul>
<li>
<a href="./About/Faculty/">Faculty</a>
</li>
<li>
<a href="./About/Members/">Members</a>
</li>
<li>
<a href="./About/Developers/">Web Developers</a>
</li>
<!-- <li>
<a href="#">FAQ</a>
</li> -->
</ul>
</div>
<!-- End Footer Widget -->
</div>
<!-- End col -->
<div class="col-md-12 col-lg-6 footer-subscribe">
<div class="footer-widget">
<div class="section-heading">
<h3>Subscribe</h3>
<span class="animate-border border-black"></span>
</div>
<p>Subscribe us to get further updates</p>
<form action="https://formspree.io/f/mvollevw" method="POST" id="subscribe_form">
<div class="form-row">
<div class="col dk-footer-form">
<input type="email" name="email" class="form-control f-subscribe" placeholder="Email Address" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$" required>
<button type="submit">
<i class="fa fa-send"></i>
</button>
</div>
</div>
</form>
<!-- End form -->
</div>
<!-- End footer widget -->
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End Col -->
</div>
<!-- End Widget Row -->
</div>
<!-- End Contact Container -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<span>Copyright <span id="date"></span>
<script>
var CurrentYear = new Date().getFullYear();
document.getElementById('date').innerText = CurrentYear;
</script>
© CML GNDEC</span>
</div>
<!-- End col -->
</div>
<!-- End Row -->
</div>
<!-- End Copyright Container -->
</div>
<!-- End Copyright -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<div id="back-to-top" class="back-to-top">
<button class="btn btn-dark" title="Back to Top" id="js-top">
<i class="fa fa-angle-up"></i>
</button>
</div>
<!-- End Back to top -->
<!-- jQuery -->
<script src="./assets/plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="./assets/plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="./assets/plugins/slick/slick.min.js"></script>
<!-- aos -->
<!-- <script src="./assets/plugins/aos/aos.js"></script> -->
<!-- venobox popup -->
<!-- <script src="./assets/plugins/venobox/venobox.min.js"></script> -->
<!-- filter -->
<!-- <script src="./assets/plugins/filterizr/jquery.filterizr.min.js"></script> -->
<!-- Main Script -->
<script src="./assets/js/script.js"></script>
<script src="./assets/js/jQuery.js"></script>
</body>
</html>