-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (77 loc) · 2.84 KB
/
index.html
File metadata and controls
92 lines (77 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/CSS" href="style.css">
<title>VK's CV</title>
</head>
<body>
<table>
<tr>
<td>
<h1>Vinod Kumar R</h1>
<p>I'm an Entrepreneur, Freelancer, Web Developer, Coder.</p>
<p>I ❤️ challenges...</p>
<p>Oops... Last, but not the least, I work an Assistant Manager in full time capacity.</p>
<!-- Hey, I’m <strong> Vinod </strong> (call me <strong> <em>VK</em></strong>)! I’m a 36 year old, we
designing enthusiast from Bangalore. I work as a freelance web developer and along with a full time job at hand.-->
</td>
<td><img src="Images\Resume_image.jpg" width="250" height="250" alt="VK"></td>
</tr>
</table>
<hr>
<h2>Current Job Description</h2>
<ul>
<li>Program Management</li>
<li>Service Delivery Management</li>
<li>Project Management</li>
<li>SLA adherence</li>
<li>Performance enhancement and Mentoring, Training</li>
<li>Reporting, WFM</li>
<li>Conduct daily team briefs and update the team in every shift</li>
<li>Clients worked with are Star India ,Hotstar, Viacom18, Times Internet, Netflix</li>
<li>OTT Players worked with are Hotstar, Voot, ALT Balaji, Netflix</li>
</ul>
<hr>
<h2>Key skills</h2>
<ul>
<li>HTML5, CSS, Python, Microsoft VBA</li>
<li><strong> Microsoft Software Suite </strong> (MS Office (Access, Word, PowerPoint, Excel)</li>
<li>Reporting Tools: MS Excel Charts</li>
<li>Basic knowledge of Excel VBA as programming language as an automation tool</li>
<li>Operating Systems/Platforms: Windows X, Ubuntu</li>
</ul>
<hr>
<h2>Work Experience</h2>
<table cellspacing="10">
<thead>
<th>Year</th>
<th>Designation</th>
<th>Company</th>
<th>Job Description</th>
</thead>
<tbody>
<tr>
<td>2015 to to-date</td>
<td>Assistant Manager</td>
<td>Prime Focus Technologies</td>
<td>Operations, Rostering, VBA, Dasbhoarding, MIS</td>
</tr>
<tr>
<td>2009 to 2014</td>
<td>Quality Analyst/Production Coordinator</td>
<td>Vee Technologies</td>
<td>Quality Check, Reporting, MIS</td>
</tr>
<tr>
<td>2008 to 2009</td>
<td>Voicemail Proofer</td>
<td>Nuance Transcription Services</td>
<td>Quality Check, Voicemail transcription</td>
</tr>
</tbody>
</table>
<p> <strong> Interested in my profile and services?</strong></p> <a href="meet_VK.html">Contact VK</a>
</body>
</html>