-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (69 loc) · 2.2 KB
/
index.html
File metadata and controls
69 lines (69 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Satya's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tbody>
<tr>
<td>
<img src="Satya.jpg" alt="Satya Profile Picture" width="200" height="200">
</td>
<td>
<h1>Satya Prakash Sahoo</h1>
<em>Founder - <a href="https://evolfast.de">Evolfast Consulting UG</a></em>
<p>
15 years experience.
<br>
Business Development and Large Account Management for Engineering services to be taken to automotive OEMs and Tier 1s.
<br>
Sales process integration with partner and acquired companies.
</p>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Engineering in Electronics & Telecommunication from Orissa Engineering College, Bhubaneswar</li>
<li>MBA from Xavier Institute of Management with specialization in marketing and operations</li>
</ul>
<h3>Work Experience</h3>
<table>
<thead>
<tr><th>Year</th><th>Company & Job</th></tr>
</thead>
<tbody>
<tr><td>2005 - 2007</td><td>Pre-Sales at TCS</td></tr>
<tr><td>2007 - 2021</td><td>Sales at KPIT</td></tr>
</tbody>
</table>
<h3>Skills</h3>
<table cellspacing="10">
<tbody>
<tr>
<td>Sales</td>
<td>⭐⭐⭐⭐⭐</td>
<td>M&A</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
<td>HTML</td>
<td>⭐⭐</td>
</tr>
</tbody>
</table>
<h3>Hobbies</h3>
<ol>
<li>Reading Fictions, Mountaineering Adventures</li>
<li>Programming Languages</li>
<li><a href="https://lionsunitedcc.wixsite.com/lionsunitedcc">Playing Cricket</a></li>
</ol>
<h3><a href="contact.html">Contact Details</a></h3>
</body>
</html>