-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (71 loc) · 2.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>Rudrajit Basu</h1>
<img src="./assets/images/RUDRAJIT_Photo.jpg"/ height="120" alt="Photo of Rudrajit Basu">
<h2>Summary</h2>
<ul>
<li>
I am a self learning and hard working person with a clear goal where I can utilize my existing skills and
knowledge and develop new skills to contribute in the organizational
goals.
</li>
</ul>
<hr />
<h2>Education</h2>
<ul>
<li>
Bachelor of Information Technology, West Bengal University of
Technology, West Bengal, India (2007-2011).
</li>
</ul>
<hr />
<h2>Work Experience</h2>
<ul>
<li>
<h3>Contract Assignee - CMC Limited</h3>
<p>July 2014 - February 2016</p>
<ul>
<li>Provide support to clients related to software product's web interface in general insurance domain.</li>
</ul>
</li>
<li>
<h3>Back Office Assistant - Khela Ghar Montessori School</h3>
<p>March 2018 - Present</p>
<ul>
<li>Ordering and managing supplies.</li>
<li>Assisting in financial settlements and clearance.</li>
<li>Maintaining employee records and administrative paperwork.</li>
<li>Designing and printing school examination question papers.</li>
<li>Designing promotional banners.</li>
<li>Creating and maintaining school website.</li>
</ul>
</li>
</ul>
<hr />
<h2>Skills</h2>
<ul>
<li>Microsoft office 2007</li>
<li>Inkscape SVG drawing tool</li>
</ul>
<hr />
<h2>Awards & Certification</h2>
<ul>
<li>Completion certificate from Udemy on College Algebra with the Math Sorcerer.</li>
<li>Completion certificate from Udemy on Trigonometry 1 with the Math Sorcerer.</li>
<li>Completion certificate from Udemy on Trigonometry 2 with the Math Sorcerer.</li>
</ul>
<hr />
<h2>Links</h2>
<a href="./public/hobbies.html">Hobbies</a>
<a href="./public/contact.html">Contact</a>
<hr />
<footer>
<p>© Rudrajit Basu, 2024</p>
</footer>
</body>
</html>