-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathview.html
More file actions
388 lines (345 loc) · 18.5 KB
/
Copy pathview.html
File metadata and controls
388 lines (345 loc) · 18.5 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
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
<!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.0">
<title>PlaceMe | JobDetails</title>
<link rel="stylesheet" href="./CSS/MediaQ/CommonMedia.css">
<link rel="stylesheet" href="./CSS/view.css">
<link rel="stylesheet" href="./CSS/common.css">
<link rel="shortcut icon" href="./CSS/Images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./CSS/MediaQ/viewMediaQ.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,500;0,700;1,100;1,200;1,400&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet">
<script src="./Js/view.js" defer></script>
<script src="./Js/common.js" defer></script>
</head>
<body>
<!-- login slider -->
<div class="loginslider">
<nav id="primary-header">
<button class="mobile-nav-toggle" aria-controls="primary-navigation" aria-expanded="false"><span
class="sr-only"> <img src="./CSS/Images/hamburger.png" width="21px" alt="="></span></button>
<nav>
<ul id="primary-header" data-visible="false" class="primary-navigation">
<div class="UserDetails">
<h1 id="avatarhead">Hello User!</h1>
<img id="avatar" src="css/Images/avatar1.jpg">
<div>
<h4>Name:</h4>
<h1 class="avatarx" id="avatarname">sadv</h1>
<h4>Email:</h4>
<h1 class="avatarx" id="avataremail">sva</h1>
<h4>Status:</h4>
<h1 class="avatarx" id="avatarstatus">Not Working</h1>
<h4>Gender:</h4>
<h1 class="avatarx" id="avatargender">Male</h1>
<br>
<div class="logout flexalign">
<button id="logoutbut" class="fgradbutton">Logout</button>
</div>
</div>
</div>
</ul>
</nav>
</nav>
</div>
<!-- navigation bar -->
<header>
<div id="logoholder">
<a href="login.html">
<img id="logo" src="CSS/Images/placemeicoo.png" alt="Place Me">
</a>
</div>
<div class="home">
<a href="#search-sec">
<div id="JobsNav">Jobs
<ul class="jobsul">
<li>Recommended jobs</li>
<li>Jobs from recruiters</li>
<li>Jobs from alerts</li>
<li>Application status</li>
<li>Saved jobs</li>
</ul>
</div>
</a>
<a href="#topcomp-sec">
<div id="CompNav">Companies
<ul class="Compsul">
<li><b>Explore Collections</b></li>
<li>Top companies</li>
<li> IT companies</li>
<li> Fintech companies</li>
<li> Sponsored companies</li>
<li> Featured companies</li>
</ul>
</div>
</a>
<a href="#interview-sec2">
<div id="ServNav">Services
<ul class="Servsul">
<li><b>Learn & upskill</b></li>
<li>Data Science courses</li>
<li>Technology courses</li>
<li>Management courses</li>
<li>Finance courses</li>
<li> Design courses</li>
<li>Healthcare courses</li>
<li>Degree programs</li>
</ul>
</div>
</a>
<div class="gradbutton" id="loginbut" style="padding: 5px 25px;">Login</div>
<div class="gradbutton" id="registerbut" style="padding: 5px 25px;">Register</div>
</div>
</header>
<section>
<!-- recommended bar -->
<div class="recom-bar">
<div class="flexalign">
<h1 class="JobDetailsHead">Job Details :</h1>
</div>
<div class="flexalign">
<h2 id="similarjobs" style="color: rgb(0, 0, 0);">Search For Similar jobs </h2><span>⚫</span>
<a href="jobs.html"><button class="gradbutton">Search</button></a>
</div>
</div>
<div class="BigBoiiii">
<div id="leftpart">
<div class="JobScontainer">
<!-- Append Job data here -->
<div class="JobCard flexalign">
<div class="JobcardFirstDiv">
<h1 id="Jobname">Jobtitle </h1>
<h5 id="JobDate">date</h5>
<p id="Jobcategory">Category</p>
<p id="JobLine">Phrase/Line</p>
<h5 id="JobRating">Rating</h5>
<h5 id="Salary">Salary</h5>
<button id="favButton">Add to Favorite</button>
<button id="viewButton">Add to Favorite</button>
</div>
<div>
<img class="cardimage" src="http://loremflickr.com/640/480/technics" alt="">
</div>
</div>
</div>
<div id="extra-text">
<div class="text-container">
<p>
<h1>Job description</h1>
<p>
Environ Group is a dynamic & performance oriented organization and are the Pioneers of
comprehensive energy solutions in India. We are one of the fastest growing EPC solution
providers in Telecom & well established name in Smart Meter Pan India initiative. Head quartered
in Kolkata, Environ has its operations and a significant growth path across different
geographies & market segments with a vision to enable a clean and connected future.
</p>
<p> Our Milestones: 200,000+installations over a decade</p>
<h5>3,500+telecom sites under management</h5>
<h5> 500+Water treatment plants under management</h5>
<h5>350,000+ Smart meters under process</h5>
<h5>200+ retail stores of the largest retail chain of the country under management.</h5>
<h6>We are looking for a candidate who will be responsible for coordinating and monitoring the
overall progress of all the digital initiatives, cloud Technology, IT security, including
ensuring cross-department coordination, vendor on-boarding and implementation scheduling,
controlling deadlines and preparation of update reports for the senior management.
</h6>
<h1>Key Accountabilities: -</h1>
<p>
Accepts, prioritizes, and categorizes change requests.
optimizing cost wrt cloud uses, process automation, IT infra.
Daily system monitoring, verifying and reviewing all hardware, server resources, systems and key
processes etc.
Regular security monitoring to identify possible disturbance.
User level awareness plan wrt IT security & Latest Applications.
Investigating and troubleshoot all issues related to IT infrastructure for internal teams or
clients.
Manage and establish priorities for maintenance, design, development and analysis of entire
infrastructure systems inclusive of LANs, WANs, internet, security and wireless implementations.
Conducts function and department specific analysis to identify key areas of intervention
Drives user adoption of different digital platforms and technologies by conducting
Work closely with project process owners to plan and develop scope, deliverables, required
resources, work plan and budget for all the digital initiatives.
Ensure that required assistance is provided to the process owners to translate project
objectives into functional targets
Ensure scoping takes into place both financial and technical considerations, including IT system
coherence.
Ensure coordination between cross-project activities to avoid duplication of efforts.
Develop program assessment protocols and project tracking template to monitor the progress of
all initiatives
Ensure adherence to timelines in line with the scope and deliverables of each project.
Provide accurate and timely reporting to the senior management in regards to the program status
across the project lifecycle
Develop and report an escalation matrix in order to ensure timely reporting of any issues
Perform root cause analysis of various delays/deviations and arrive on corrective action for the
same
</p>
<h1>Skills & Competencies:</h1>
<p> Good knowledge of budgeting and resource allocation procedures
Ability to deal positively with stakeholders across different levels
Strong communication skills</p>
<h1> Key Performance Indicators:</h1>
<h6> % Adherence to timelines</h6>
<h6> % Missed Milestones</h6>
<h6> % of Projects competed on time</h6>
<h6> % Budget Spent</h6>
<h6> Cost Variance (Planned Budget vs actual Budget)</h6>
<h6> %adherence to SLAs</h6>
<h1>Required Qualification:</h1>
<h5>
Graduation/Master - (B.E./B.Tech)/( M.E/M. Tech)
</h5>
<h5>Mandatory Skills:</h5>
<p>
Digital, Change Impact Analysis, Project Planning and scheduling, Project Monitoring and
governance, Risk Assessment, large scale transformation projects, Cloud Technology, IT Security,
digital initiatives, cross-department coordination, vendor on-boarding, vendor evaluation.
</p>
<h5> Additional Skills:</h5>
<p>Communication Skills, Executive-Level Reporting, innovation management, monitoring, coordination.
</p>
<h4>Experience:</h4>
<ul>
<li> 8+ Years of experience in managing transformation projects, IT Security, Cloud Technology.
</li>
<li> Good Hands on Azure/Aws Platform. Relevant Cloud Certifications required.</li>
<li> Familiarity with change management principles and vendor evaluation process.</li>
<li> Good Hands on Azure/Aws Platform. Relevant Cloud Certifications required.</li>
</ul>
<p>
RoleIT Infrastructure Services -
</p>
<p>Other Industry TypeIT Services & Consulting</p>
<p>Functional AreaIT & Information Security</p>
<p>Employment TypeFull Time, Permanent</p>
<p>Role CategoryIT Infrastructure Services</p>
<p>Education</p>
<p>UG :B.Tech/B.E. in Any Specialization</p>
</div>
<div class="text-container">
<h1>About Company</h1>
<h5>
Company Info Environ Group is a dynamic & performance oriented organization and are the Pioneers
of comprehensive energy solutions in India. We are one of the fastest growing EPC solution
providers in Telecom & well established name in Smart Meter Pan India initiative. Head quartered
in Kolkata, Environ has its operations and a significant growth path across different
geographies & market segments with a vision to enable a clean and connected future. Our
Milestones: 200,000+installations over a decade3,500+telecom sites under management500+Water
treatment plants under management350,000+ Smart meter under process200+ retail stores of the
largest retail chain of the country under management We are available on
https://environenergy.in
</h5>
<h3> Company Info</h3>
<p>AddressAsyst Park, 3rd Floor, Plot GN 37/1, Block GN, Sector V,, KOLKATA, West Bengal, India
</p>
</div>
<div class="black-text-container">
<h1> Beware of imposters!</h1>
<p>Naukri.com does not promise a job or an interview in exchange of money. Fraudsters may ask you to
pay in the pretext of registration fee, Refundable Fee…Read More
</p>
</div>
</div>
</div>
<div id="rightpart">
<div id="back-button">
<a href="jobs.html"> <button class="backbutton"> ⬅️Go back </button></a>
</div>
<div id="mobile">
<div>
<h1>Top Reviews</h1>
<ol>
<li>Shravan<span> - </span>⭐⭐⭐⭐⭐</li>
<li>Queen Victoria<span> - </span>⭐⭐⭐⭐</li>
<li>Alex Johnson<span> - </span>⭐⭐⭐⭐⭐</li>
<li>Ankit Kumar<span> - </span>⭐⭐⭐</li>
<li>Tanmay Bhatt<span> - </span>⭐⭐⭐</li>
<li>Hitler <span> - </span>⭐⭐⭐⭐</li>
<li>Vijay Singh<span> - </span>⭐</li>
<li>Shah Rukh Khan<span> - </span>⭐</li>
<li>Franklin D. Roosevelt<span> - </span>⭐</li>
<li>Andrew Tate<span> - </span>⭐</li>
</ol>
</div>
</div>
<div style="margin:20px auto" id="perks">
<img width="100%" src="CSS/Images/placemeicoo.png" alt="">
</div >
<div id="perks">
<img width="100%" src="css/Images/benefits.jpg" alt="">
</div>
<div id="app">
<h1>Get Our App! <br>Scan the QR code</h1>
<img width="60%" src="https://www.investopedia.com/thmb/hJrIBjjMBGfx0oa_bHAgZ9AWyn0=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/qr-code-bc94057f452f4806af70fd34540f72ad.png" alt="">
</div>
</div>
</div>
</section>
<footer>
<div class="footer1st">
<div class="logofooter">
<div><img width="210px" src="CSS/Images/placemeicoo.png" alt=""></div>
<div><img width="50%" src="CSS/Images/connectwithus.jpg" alt=""></div>
</div>
<div class="flex">
<div>
<ul>
<li>About us</li>
<li>Careers</li>
<li>Employer home</li>
<li> Sitemap</li>
</ul>
</div>
<div>
<ul>
<li> Help center</li>
<li> Summons/Notices</li>
<li> Grievances</li>
<li>Report issue</li>
</ul>
</div>
<div>
<ul>
<li>Privacy policy</li>
<li>Terms & conditions</li>
<li>Fraud alert</li>
<li>Trust & safety </li>
</ul>
</div>
</div>
<div class="apply">
<h1 style="color: black;">Apply On Go</h1>
<h6 style="color: black;">Get real-time job updates on our App</h6>
<img width="100%"
src="https://thumbs.dreamstime.com/b/kiev-ukraine-november-download-app-store-get-google-play-kiev-ukraine-november-download-app-store-get-233766016.jpg"
alt="">
</div>
</div>
<div class="footer2nd">
<div><img src="https://static.naukimg.com/s/0/0/i/new-homepage/infoedge-logo.svg" alt=""></div>
<div>
<p style="color: rgb(59, 56, 56);font-size:13px">All trademarks are the property of their respective
owners
<br>All rights reserved © 2022 Info Edge (India) Ltd.
</p>
</div>
<h5 style="color: black;">Our Buisnees Partners</5>
<div id="footer-comp">
<div><img src="https://static.naukimg.com/s/0/0/i/new-homepage/footer-logos/nnacres.png" alt="">
</div>
<div><img src="https://static.naukimg.com/s/0/0/i/new-homepage/footer-logos/shiksha.png" alt="">
</div>
<div><img src="https://static.naukimg.com/s/0/0/i/new-homepage/footer-logos/shiksha.png" alt="">
</div>
<div><img src="https://static.naukimg.com/s/0/0/i/new-homepage/footer-logos/jeevansathi.png" alt="">
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</body>
</html>