-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutUs.html
More file actions
315 lines (300 loc) · 16.3 KB
/
aboutUs.html
File metadata and controls
315 lines (300 loc) · 16.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161227337-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-161227337-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NMIMS-About Us</title>
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="css/template.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<style>
.naac-image img {
width: 100vw;
}
.block1 {
background-color: #444;
color: #eee;
padding: 2rem;
}
.block2,
.block4 {
background-color: #eee;
padding: 2rem;
}
.block3 {
background-color: #294e94;
color: white;
padding: 2rem;
}
#exampleSlider {
position: relative;
/* recommended */
}
#exampleSlider .MS-content {
white-space: nowrap;
/* required */
overflow: hidden;
}
#exampleSlider .MS-content .item {
display: inline-block;
/* required */
width: 45%;
position: relative;
/* required */
vertical-align: top;
/* required */
overflow: hidden;
/* required */
height: 100%;
/* margin: 0 1rem; recommended */
white-space: normal;
margin: 0 1rem;
/* recommended */
}
@media (max-width: 600px) {
#exampleSlider .MS-content .item{
width: 100%;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light sticky-top" style="background-color:#eee;">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto" id="nav-top">
<li class="nav-item" id="call">
<a class="nav-link" href="tel:7091346907">Call Us: 7091346907</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutUs.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Learning Experience
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="corporate.html">For Corporates</a>
<a class="dropdown-item" href="advantage.html">NMIMS Advantage</a>
<a class="dropdown-item" href="alumni.html">Alumni</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="faculty.html">Faculty</a>
</li>
<li class="nav-item">
<a class="nav-link" href="courses.html">Programs</a>
</li>
<li class="nav-item" id="last">
<a class="nav-link" href="career.html">Career Services</a>
</li>
</ul>
</div>
</nav>
<div class="header row">
<div class="header_left col-lg-12 col-md-12 text-center p-2">
<a href="index.html"><img src=" images/nmims_logo.png" alt="" class="img-fluid"></a>
</div>
<div class="header_right col-lg-12 col-md-12">
<p class="header_right_h1 header_right_title">Information Website</p>
</div>
</div>
<div class="btn-whatsapp">
<a target="_blank" href="https://api.whatsapp.com/send?phone=+917091346907&text=Hi%20I%20would%20like%20to%20get%20more%20information">
<img src="images/whatsapp.jpg" alt="">
</a>
</div>
<main>
<div class="About_NGA text-justify container">
<h3 class="red_text my-3 ml-2">About NGA- SCE</h3>
<div class="row">
<div class="col-lg-6 col-md-12">
<img src="images/banner-about-us.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6 col-md-12">
<p>We are NMIMS Global Access School For Continuing Education – India’s No.1 Distance
Management University. From being the country’s premiere distance-learning establishment of the
20th century to crafting a 21st-century ready online education platform, our journey has been
dynamic and gratifying. Thousands of students have graduated from NGA-SCE and are now fulfilling
their hopes and dreams. </p>
<p>SVKM’s NMIMS was founded in 1981 and by 2003, they were awarded the ‘Deemed-to-be-University’
status. However, by 1994, it had become clear that the youth of urban and rural India were
looking for quality education, which would supplement their professional career without them
having to attend traditional classroom-based courses. </p>
</div>
</div>
<p class=" mx-4">This insight marked the birth of NGA-SCE, an establishment with a core focus on online and
distance learning.
Thus, a merger between technology and academic prowess created a more student-centric platform, and
today,
we can proudly claim that all our lectures are 100% online. Our programs are designed to help working
professionals advance in their career and enhance their employability. To make the enrolment process
easier,
we are spread across 30 cities in India with 9 regional offices and over 80 Authorised Enrolment
Partners.
</p>
</div>
<div class="naac-image">
<img src="images/NMIMS-About-Us.png" alt="">
</div>
<div class="blocks container my-5 text-justify">
<div class="row">
<div class="block1 col-lg-6 col-sm-12">
<h3>Vision</h3>
<p>To develop and deliver quality programs, curricula and services to the students with
uncompromising work ethic, with the primary intention of nurturing a pool of highly employable
professionals honed to live up to 21st Century demands.</p>
</div>
<div class="block2 col-lg-6 col-sm-12">
<h3 class="maroon_text">Mission</h3>
<p>We are committed to prepare students to fulfil corporate demands in a globalised world. This we
shall achieve by providing support of technologically-enhanced teaching-learning opportunities
and using multiple modes of course delivery. We will reach out to a community of learners by
creating an environment characterised by quality, convenience, timeliness and accuracy. Through
our values we will create a climate of high expectations for the success of our students and
corporate associates.</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-sm-12" style="padding: 0;">
<img src="images/about_us_1.jpg" class="img-fluid" alt="">
</div>
<div class="block3 col-lg-6 col-sm-12">
<h3>Our Programs</h3>
<p>Our programs are designed to help improve the knowledge, competencies and skills of working
professionals while keeping in mind their busy schedules, so that they are better equipped to
become leaders in their fields. In order to stay relevant and updated, we constantly revise and
review our curriculum, courseware and the pedagogy. Our programs are backed by extensive
academic research conducted by our faculty. We are committed to giving our students an enriching
learning experience, which will better prepare them for the future.</p>
</div>
</div>
<div class="row">
<div class="block4 col-lg-6 col-sm-12">
<h3 class="maroon_text">Credibility</h3>
<p>Our programs are approved & recognised by University Grants Commission (UGC) & the
Distance Education Bureau (UGC-DEB) of India. In 2018, we were granted Autonomy Category I by
UGC (University Grants Commission), thereby giving us a blanket approval to offer programs
through open & distance learning modes. The National Assessment and Accreditation Council
have accredited us with Grade A+ in its 3rd cycle of assessment in 2018, which signifies the
highest standards of academic leadership.</p>
</div>
<div class="col-lg-6 col-sm-12" style="padding: 0;">
<img src="images/credibility.jpg" class="img-fluid" alt=""></div>
</div>
<div class="row">
<div class="block1 col-lg-6 col-sm-12">
<h3>What sets us apart?</h3>
<p>Our programs are approved & recognised by University Grants Commission (UGC) & the
Distance Education Bureau (UGC-DEB) of India. In 2018, we were granted Autonomy Category I by
UGC (University Grants Commission), thereby giving us a blanket approval to offer programs
through open & distance learning modes. The National Assessment and Accreditation Council
have accredited us with Grade A+ in its 3rd cycle of assessment in 2018, which signifies the
highest standards of academic leadership.</p>
</div>
<div class="block4 col-lg-6 col-sm-12">
<h3 class="maroon_text">How did it all begin?</h3>
<p>NMIMS was established in 1981 by Shri Vile Parle Kelavani Mandal with the help of a donation from
Narsee Monjee Educational Trust as a Management Institute affiliated to University of Mumbai.
Today, NMIMS is one of the top 10 B-schools in India. In 1994, we opened our doors to students
who were looking to balance their education and work. Currently, we have grown to 55,000+
students & have 9,500 strong alumni. Even though we have been in the field of education for
the last 3 decades, it feels like our journey has only begun.</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-sm-12" style="padding: 0rem;">
<img src="images/nmims_ofc.png" alt="" class="img-fluid">
</div>
<div class="col-lg-6 col-sm-12 block3" style="padding:1rem 0rem;">
<div id="exampleSlider" >
<div class="MS-content" >
<div class="item">
<p> <b> 1981 </b> <br> The foundation was laid for the Narsee Monjee Institute of Management
studies with the introduction of their management program. </p>
</div>
<div class="item">
<p><b>1994</b> <br> NMIMS Global Access School of Distance Learning inaugurated its distance education program.</p>
</div>
<div class="item">
<p><b>1999</b> <br> NMIMS accredited with 5 stars from NAAC which speaks towards our commitment to education.</p>
</div>
<div class="item">
<p><b>2003</b> <br> NMIMS declared a Deemed-to-be-University under Section 3 of the UGC Act 1956.</p>
</div>
<div class="item">
<p><b>2007</b> <br> NMIMS received the Golden Peacock Innovation Management Award.</p>
</div>
<div class="item">
<p><b>2012</b> <br> DNA Indus Survey identifies NGA-SCE as the 5th top distance learning institute in India. In the same year, NGA-SCE commenced live lectures</p>
</div>
<div class="item">
<p><b>2013</b> <br> Was awarded the top Distance Learning Institute of India at the CSR Awards for Excellence.</p>
</div>
<div class="item">
<p><b>2016</b><br> NMIMS University received the University of the Year Award from FICCI.</p>
</div>
<div class="item">
<p><b>2017</b><br>NMIMS University accredited by NAAC with ‘A+’ Grade, 3.59 CGPA in the third cycle of accreditation.</p>
</div>
<div class="item">
<p><b>2018</b><br>NMIMS Granted Category – I Autonomy by University Grants Commission.</p>
</div>
<divv class="item">
<p><b>2020</b><br>NMIMS Global Access grows to 55,000+ Active Students, 9,500+ Alumni & 225+ distinguished faculty.</p>
</divv>
</div>
</div>
</div>
</div>
</div>
<div class="slider">
</div>
</main>
<footer>
<div class="footer-section">
<div class="container">
<p>© 2020 (c) All Rights Reserved. </p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous">
</script>
<!-- slider script initialization -->
<script src=" multislider/multislider/js/jquery-2.2.4.min.js"></script>
<script src=" multislider/multislider/js/multislider.min.js"></script>
<script>
$('#exampleSlider').multislider({
interval: 3000,
slideAll: false
});
</script>
</body>
</html>