-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathour-students.html
274 lines (248 loc) · 12 KB
/
our-students.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Our Students</title>
<meta name="description" content="Learn Programming and Data Science through online mode with opportunity to get Bachelor’s Degree (BSc) or Diploma from IIT Madras upon successfully completing required online courses. First of its kind undergraduate program that leverages the ease of online learning.">
<meta content="IITM, IIT Madras, IITMOD, IITM Bsc, IITM online, placement, IITM placement, IITMOD placement" name="keywords">
<meta property="og:title" content="IIT Madras Online Degree Program">
<meta property="og:description" content="Learn Programming and Data Science through online mode with opportunity to get Bachelor’s Degree (BSc) or Diploma from IIT Madras upon successfully completing required online courses. First of its kind undergraduate program that leverages the ease of online learning.">
<meta property="og:image" content="assets/img/socialmedia_card.jpg">
<meta property="og:url" content="https://onlinedegree.iitm.ac.in/">
<!-- Favicons -->
<link href="assets/img/iitmlogo.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="stylesheet" href="assets/css/chartLocal.css">
<!-- =======================================================
* Template Name: Moderna - v4.8.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/6218c18c1ffac05b1d7bb5e0/1fsob8442';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</head>
<body>
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<h1 class="text-light"><a href="index.html"><img src="assets/img/logo.png" alt="IIT Madras logo" class="img-fluid"></a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="our-students.html">Our Students</a></li>
<li><a href="curriculum.html">Curriculum</a></li>
<!-- <li><a href="training.html">Training</a></li> -->
<!-- <li><a href="achievements.html">Achievements</a></li> -->
<li><a href="contact.html">Contact Us</a></li>
<!-- <li><a href="portfolio.html">Portfolio</a></li>
<li><a href="team.html">Team</a></li> -->
<!-- <li class="dropdown"><a href="#"><span>About</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</li>-->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header>
<!-- ================ MAIN CONTENT ======================== -->
<div id="main">
<section class="breadcrumbs">
<div class="container-fluid">
<div class="d-flex justify-content-between align-items-center" ">
<h2 >Our Students</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>Our Students</li>
</ol>
</div>
</div>
</section>
<section class="about" data-aos="fade-up">
<div class="container">
<div class="row">
<!-- <div class="col-lg-6">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
</div> -->
<div class="col col-lg-12 pt-lg-0">
<div style="padding:20px 8px 20px 8px;">
<h3 style="color: #4fa6d5;">Cohort ready for Internship and job offers</h3>
<hr>
<p class="fst-italic">
We have a cohort of over 655 talented students who have completed double diplomas in Programming and Data Sciences and will be taking up 3-6 months long internships starting September 2022. About 100 students from the cohort are working professionals and most students have dual degrees and therefore bring strong domain knowledge in various fields.
</p>
</div>
</div>
</div>
</div>
</section>
<div class="stats" data-aos="fade-up">
<div class="row justify-content-center">
<div class="inner_stats">
<div class="numbers">655</div>
<p>Learners</p>
</div>
<div class="inner_stats">
<div class="numbers">2300+</div>
<p>Hours of video learning</p>
</div>
</div>
<div class="row justify-content-center">
<div class="inner_stats">
<div class="numbers">101</div>
<p>Working Professionals</p>
</div>
<div class="inner_stats">
<div class="numbers">1700+</div>
<p>Hours of hands on learning</p>
</div>
</div>
</div>
<section class="learner-data" data-aos="fade-up">
<div class="container">
<div class="row justify-content-center">
<div class="col col-lg-6 chart-div">
<canvas id="wps"></canvas>
</div>
<div class="col col-lg-6 chart-expl right">
<h3>Working Professionals</h2><hr>
<p>We have a fair share of working professionals enrolled in the program. They not only bring their experience with them but also mentor the students for better position in industry.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-lg-6 chart-div">
<canvas id="field"></canvas>
</div>
<div class="col col-lg-6 chart-expl">
<h3>Fields of study</h3><hr>
<p>Learners in the cohort come from a wide variety of educational backgrounds. Though a majority of them being from engineering and technlogy background, learners from arts, science, commerce are not short. They offer different perspectives for the same problem posed to them and bring varied skills to the table.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-lg-6 chart-div" style="padding-top:80px">
<canvas id="cgpa"></canvas>
</div>
<div class="col col-lg-6 chart-expl">
<h3>CGPA Distribution</h3><hr>
<p>The rigour of the program is as par with the offline courses of IITM. Weekly assignments, vivas, projects and in-centre exams are testing criteria for learners. CGPAs show the excellence of students in coming over these tests efficiently.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-lg-6 chart-div" style="padding-top:80px">
<canvas id="age"></canvas>
</div>
<div class="col col-lg-6 chart-expl">
<h3>Age Distribution</h3><hr>
<p>Learners in our program are not only diversified in educational backgrouond but also in the years they have lived. Presence of learners even in the age group of 40 - 50 is in indication of indulgement of course. </p>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-lg-6 chart-div" style="padding-top:80px">
<canvas id="expec-term"></canvas>
</div>
<div class="col col-lg-6 chart-expl">
<h3>Expected term to complete diplomas</h3><hr>
<p>Our program provides a very flexible path to complete courses and earn diplomas as well as degree. This ensures that the learners build upon the concepts efficiently during the program.</p>
</div>
</div>
</div>
</section>
</div>
<!-- ================ MAIN CONTENT ENDS ======================== -->
<footer id="footer">
<!-- FOLLOWING PART CAN BE USED IF WE NEED TO USE NEWSLETTER SUBSCRIPTION AT SOME POINT -->
<!--<div class="footer-newsletter">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
</div>
<div class="col-lg-6">
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
IITM BSc Degree Office, 3rd Floor, ICSR Building,<br>
IIT Madras, Chennai - 600036<br><br>
<strong>Phone:</strong> 7850-999966 (Mon-Fri 9am-6pm)<br>
<strong>Email:</strong> iic@onlinedegree.iitm.ac.in<br>
</p>
<div class="social-links mt-3">
<a href="https://twitter.com/iitm_bsc" class="twitter" target="blank"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/iitmadrasbscdegree/" class="facebook" target="blank"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/iitmadras_bsc?utm_medium=copy_link" class="instagram" target="blank"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/iit-madras-online-degree-programme" class="linkedin" target="blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://wa.me/message/IVROM2UN7XIJL1" class="whatsapp" target="blank"><i class="bx bxl-whatsapp"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Resources</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://onlinedegree.iitm.ac.in/index.html" target="_blank" rel="noopener noreferrer">IITM BSc Online Degree - Official Website</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://onlinedegree.iitm.ac.in/partnerships.html" target="_blank" rel="noopener noreferrer">Partner with us!</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://drive.google.com/file/d/1R-gxbRSJOiFbJGhwNFqSgNy2mMI2o0LC/view" target="_blank" rel="noopener noreferrer">Overview Presentation</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://drive.google.com/file/d/117CiFSrlx5joALD6pTNyEcBL-xLGVSQ7/view?usp=sharing" target="_blank" rel="noopener noreferrer">Placement & Internship Brochure</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>IIT Madras</span></strong>. All Rights Reserved
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="./assets/js/chartLocal.js"></script>
</body>
</html>