-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
79 lines (76 loc) · 1.96 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
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My personal website</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/maju.png" alt="profile picture"></td>
<td><h1>Maju Madhusudanan</h1>
<p><em>Software Developer</em> <a href="#">Visit my profile</a></p>
<p>I'm a desktop developer for Windows and Mac. Currently I am into Web development and learning the basics of web programming</p></td>
</tr>
</table>
<hr>
<h3>Favourite Books</h3>
<ul>
<li>Programming Applications for Microsoft Windows by Jeffrey Richter</li>
<li>Advanced Windows by Jeffrey Richter </li>
<li>Inside COM by Dale Rogerson</li>
<li>Writing Solid Code by Steve</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<th>Date</th>
<th>Work</th>
<tr>
<td>2001-2004</td>
<td>M Squared Software and Services Pvt Ltd</td>
</tr>
<tr>
<td>2004-2005</td>
<td>Interwoven</td>
</tr>
<tr>
<td>2005-2008</td>
<td>Siemens Information Systems Pvt Ltd</td>
</tr>
<tr>
<td>
2008-2020
</td>
<td>Interwoven - Autonomy - Hewlett Packard Enterprise - iManage LLC</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<th></th>
<tr>
<td>C, C++, VC++, COM/DCOM, .NET, C#, VB.NET, DDK, eVC++</td>
<td>🌟🌟🌟🌟🌟</td>
<td>macOS, Swift, Objective-C, ShellScript, AppleScript</td>
<td>🌟🌟🌟🌟</td>
</tr>
<tr>
<td>DDK programming</td>
<td>🌟🌟🌟</td>
<td>PocketPC Programming</td>
<td>🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Web Programming</td>
<td>🌟🌟</td>
<td>Python Programming</td>
<td>🌟🌟</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact-me.html">Contact Me</a>
</body>
</html>