-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareer.html
More file actions
346 lines (325 loc) · 17 KB
/
career.html
File metadata and controls
346 lines (325 loc) · 17 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
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
<!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-Career Services</title>
<link rel="icon" href=" images/logo.png">
<link rel="stylesheet" href=" css/template.css">
<link rel="stylesheet" href=" css/slider.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>
.card {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.301);
padding: 2rem;
}
.card img{
width: 50px;
}
.card1 {
background-color: #294e94;
color: white;
padding: 3rem;
}
.card2 {
background-color: #d4202d;
color: white;
padding: 1rem;
border-radius: 0.5rem;
margin-top: 1rem;
}
.card3 {
background-color: #444;
color: white;
padding: 3rem;
}
.mini-card {
display: inline-block;
padding: 0.5rem;
border-radius: 5px;
border: 1px solid white;
}
.mini-card:hover {
color: #294e94;
background-color: white;
}
@media (min-width: 900px) {
.banner {
height: 100%;
}
}
.card ul li {
list-style: none;
}
</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 class="container">
<div class="row my-5">
<div class="col-lg-6 col-md-6 col-sm-12 vertical_centre">
<h3 class="blue_text">Career Services</h3>
<p class="text-justify">First-of-its-kind offering in online education, this Career Services program is
built for our students & alumni of PG & Diploma Programs to prepare them for a lifetime of
career possibilities. Our focus is on providing comprehensive career services in order to support
students at all stages of the career development process.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="images/career.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="my-5">
<h3 class="red_text">Highlights</h3>
<div class="row my-5">
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon1.jpg" alt="">
<p>Access 3500+ E-learning modules</p>
</div>
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon2.jpg" alt="">
<p>Develop skills and highlight strengths for accelerating career growth</p>
</div>
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon3.jpg" alt="">
<p>Learn to create a personal brand</p>
</div>
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon4.jpg" alt="">
<p>Get personalised attention from career coaches through one-on-one sessions</p>
</div>
</div>
<div class="row my-5">
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon5.jpg" alt="">
<p>Identify and create a career roadmap guided by career coaches</p>
</div>
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon6.jpg" alt="">
<p>Get an edge in managing interviews through one-on-one sessions with experts</p>
</div>
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon7.jpg" alt="">
<p>Make CV, Cover-letter and LinkedIn profile stand out from the crowd</p>
</div>
<div class="card col-lg-3 col-sm-6">
<img src="images/services-highlight-icon8.jpg" alt="">
<p>Create strategy for connecting to best-suited opportunities</p>
</div>
</div>
<div class="card1">
<h2>Program Components</h2>
<p>Our Career Services focuses on a two-pronged approach with its Career Assistance & Career
Development programs to give our students the support they need to plan for their future.</p>
</div>
<div class="offerings mt-5">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-12">
<img src="images/career-forum-tile-1.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-1"></div>
<div class="col-lg-5 col-md-6 col-sm-12 vertical_centre">
<h3>Career Forum</h3>
<p>12 webinars conducted by career experts to provide program participants with comprehensive
knowledge on building their career paths. Few areas which will be explored in the webinars
are-</p>
<ul>
<li>Building a professional presence</li>
<li>Managing perceptions at work</li>
<li>Building an effective resume</li>
<li>Leveraging social media for career growth</li>
</ul>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-5 col-md-6 col-sm-12 vertical_centre">
<h3>Learning Portal</h3>
<p>A comprehensive portal encompassing important components of self-assessment, personal brand creation and more. The learning portal supports participants in assessing and identifying key developmental areas and offers suggested modules for individual growth. The learning portal also consists of a library with over 3500 E-learning modules on soft skills required for career growth.</p>
</div>
<div class="col-lg-1"></div>
<div class="col-lg-5 col-md-6 col-sm-12">
<img src="images/career-forum-tile-2.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="row mt-5">
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="images/1.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-sm-12 vertical_centre">
<h3>Career Counselling</h3>
<p>An hour-long personalised guidance session with career coaches to identify a career roadmap. The participants will receive guidance on suitable career options based on their aspirations and experiences. Finally, the coaches will help create a career growth strategy and provide support in building a resume, cover letter and LinkedIn profile.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-6 col-md-6 col-sm-12 vertical_centre">
<h3>Practice Interview Session 1</h3>
<p>A personalised practice session will be conducted to effectively manage stimulating conversations during interviews. The career coach will create a 30 minutes interview simulation based on the participant’s profile, to give them a flair of handling common HR questions. Detailed feedback on the interview discussion will follow along with inputs on the resume, cover letter and LinkedIn profile. The one-hour online session will be conducted one-on-one basis.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="images/2.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="row mt-5">
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="images/3.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-sm-12 vertical_centre">
<h3>Practice Interview Session 2</h3>
<p>The second round of personalised practice sessions will create challenging interview simulations to get the best results. Functional expertise on – finance, operations, marketing, human resource, and general management, will be evaluated. Post the simulation, the career coach will spend 30 minutes on feedback. Total session duration is one hour and will be conducted online on a one-on-one basis.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-6 col-md-6 col-sm-12 vertical_centre">
<h3>Job Search Support</h3>
<p>A dedicated team for each participant will work to identify job opportunities and schedule interviews with desired companies and roles. The hiring counsellor will work individually with each program participant to search for jobs in the desired roles and companies. The hiring counsellor will ensure that a program participant receives at least 3 job opportunities each week for the duration of the Job search support service. </p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="images/4.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
<div class=" my-5">
<div class="card3">
<h3>Career Development & Assistance</h3>
<p>Career Development & Assistance is a wholesome program that helps students & alumni identify career goals and prepares them for advancement in their careers. The program takes the participant through a series of processes to help identify career aspirations, develop skillsets and understand the job market.</p>
</div>
<div class="card1 mt-3">
<h3>Career Assistance</h3>
<p>Career Assistance is a career support program focusing on identification of right job opportunities in-line with the chosen career goal. This program is specifically designed for people who have already decided their career path and are seeking assistance for reaching out to the right set of companies.</p>
</div>
<div class="card2 p-5">
<h3>Career Development</h3>
<p>Career Development is a career enrichment program focusing on identification of the right career path and developing skillsets required for achieving the career goal. This program is specifically designed for people who are seeking guidance on growth prospects and would like to understand and develop their strengths for enriching their careers</p>
</div>
</div>
</main>
<div class="row pricing mx-5 my-5">
<div class="col-lg-3 col-md-3 col-sm-12 card ml-auto">
<h3 class="blue_text">
Career Development and Assistance
</h3>
<ul>
<li>Career Forum</li>
<li>Learning Portal</li>
<li>Career Counselling</li>
<li>Practice Interview 1</li>
<li>Practice Interview 2</li>
<li>Job Search Support</li>
</ul>
<div class="card2 ">
Price:9999 /-
</div>
<a href="template/inquire.html" class="red_text">Know More</a>
</div>
<div class="col-lg-1 col-md-1"></div>
<div class="col-lg-3 col-md-3 col-sm-12 card">
<h3 class="blue_text">
Career Development
</h3>
<ul>
<li>Career Forum</li>
<li>Learning Portal</li>
<li>Career Counselling</li>
<li>Practice Interview 1</li>
<li>Practice Interview 2</li>
</ul>
<div class="card2 mt-auto ">
Price:4999 /-
</div>
<a href="template/inquire.html" class="red_text">Know More</a>
</div>
<div class="col-lg-1 col-md-1"></div>
<div class="col-lg-3 col-md-3 col-sm-12 card mr-auto">
<h3 class="blue_text">Career Assistance</h3>
<ul>
<li>Career Forum</li>
<li>Learning Portal</li>
<li>Job Search Support</li>
</ul>
<div class="card2 mt-auto ">
Price:7999 /-
</div>
<a href="template/inquire.html" class="red_text">Know More</a>
</div>
</div>
<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>
</body>
</html>