-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (66 loc) · 1.64 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>☘</title>
</head>
<body>
<table cellspacing="20" >
<td>
<embed type="image/jpg" src="1234.jpg" width="150" height="200">
</td>
<td>
<h2>Pradipta Kundu</h2>
<br>
<p><i>
<h4>Co-founder at Samanvay Research and Development Foundation</h4>
</i></p>
<h4>Bangalore Urban, Karnataka, India</h4>
<h4><a href="page2.html">Contact Info</a></h4>
<p><a href="contactme.html">Contact Me</a></p>
</td>
</table>
<p>
<hr>
<h2>About</h2>
<p> A strong business development professional with a Bachelor's degree in Electrical and Electronics Engineering from Jadavpur University.
Overall 22+ years of experience in software development, management, and client account management
<ul>
<li>10 years at ThoughtWorks as in software delivery, customer management, and product leadership</li>
<li>Worked with international business clients for 13 years.</li>
<li>Cofounded Samanvay Foundation, in 2016</li>
</ul>
</p>
<hr>
<h2>Skills</h2>
<table border="1">
<tr>
<td>
<table>
<tr>
<td>Project Management</td>
<td>**</td>
</tr>
<tr>
<td>Agile Management</td>
<td>***</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>client Management</td>
<td>***</td>
</tr>
<tr>
<td>Marketing</td>
<td>**</td>
</tr>
</table>
</td>
</tr>
</table>
</p>
</body>
</html>