-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
56 lines (51 loc) · 1.58 KB
/
resume.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
<!DOCTYPE html>
<html>
<head>
<title>
Resume - Zabir Islam
</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="stylesheet.css" />
</head>
<body>
<div class="resume">
<h1>Zabir Islam</h1>
<h2>Education</h2>
<p><span class="stress">Tufts University</span> Bachelor of Sciences, Expected May 2017
</p>
<h2>Relevant Coursework</h2>
<ul>
<li>Machine Structure and Assembly Language Programming</li>
<li>Web Programming</li>
<li>Discrete Mathematics</li>
<li>Data Structures</li>
<li>Intro to Computer Science</li>
</ul>
<h2>Skills</h2>
<ul>
<li>Proficient in C, C++, HTML/CSS</li>
<li>Familiar with Java, Javascript, JQuery, Ruby on Rails</li>
<li>Fluent in English, Bengali and Hindi; intermediate Spanish</li>
</ul>
<h2>Work Experience</h2>
<h3>Tufts Conference and Event Services<span class="date">05/2014 - 08/2014</span></h3>
<h4>Program Assistant, Summer English Language Programs<span class="date">05/2013 - 08/2013</span></h4>
<ul>
<li>Performed administrative tasks including handling mail, telephone calls, messages, and inventory</li>
<li>Served as liaison between instructors and administrative staff</li>
<li>Planned and organized student activities, excursions and ceremonies</li>
</ul>
<h3>Trade Hub (Bangladesh) Limited</h3>
<h4>Office Assistant</h4>
<ul>
<li>Drafted and edited correspondence for financial consulting firm</li>
<li>Copy-edited proposal for study that researched banking sector development in Bangladesh</li>
</ul>
<h2>Activities</h2>
<ul>
<li>Play Untrusted (programming-related video game)</li>
<li>Compete for Tufts University mock trial team</li>
</ul>
</div>
</body>
</html>