-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (85 loc) · 3.82 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>My Resume</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div id="page-wrap">
<img src="images/edited.jpg" alt="Photo of khanosman" id="pic" />
<div >
<h1>Md. Osman Haruni Shin</h1>
<p>
Cell: <span>+8801956489869</span>
<p></p>
Email: <a class="email" href="mailto:khanosman.iub@gmail.com">khanosman.iub@gmail.com</a>
</p>
</div>
<div id="objective">
<p>
I am an outgoing and energetic young professional, seeking a
career that fits my professional skills, personality, and murderous tendencies.
I can bring world domination to your organization.
</p>
<p>
<a href="https://drive.google.com/open?id=0B07LEd1YJrq1WFRPZUFMYXdPZHdtbm9NbHNfOXc0ODVBVjhF" target="_blank">Download Now!!!</a>
</p>
</div>
<div class="clear"></div>
<dl>
<dd class="clear"></dd>
<dt>Education</dt>
<dd>
<h2>Independent University - Bangladesh</h2>
<p><strong>Major:</strong> Computer Science<br />
<strong>Minor:</strong> Environment Management</p>
</dd>
<dd class="clear"></dd>
<dt>Skills</dt>
<dd>
<h2>Programming skills</h2>
<p>HTML,CSS, JAVASCRIPT,JAVA,C++,C</p>
<h2>Office skills</h2>
<p>Office and records management, database administration, event organization</p>
<h2>Computer skills</h2>
<p>Microsoft productivity software (Word, Excel, etc),Android Studio, Adobe Illustrator</p>
</dd>
<dd class="clear"></dd>
<dt>Experience</dt>
<dd>
<h2>SLASS Dean Office <span>Student on Duty, 2017-2018</span></h2>
<ul>
<li>Worked on office and records management</li>
<li>Worked on Technical Sector</li>
</ul>
<h2>Team Reboot Studio <span>Android Developer, 2017-Current</span></h2>
<ul>
<li>Gathered the preliminary information from clients and decided the architecture of custom applications.</li>
<li>Involved in entirety of software development life-cycle from designing, coding to debugging and testing.</li>
<li>Reacted to the changing needs of customers.</li>
</ul>
</dd>
<dd class="clear"></dd>
<dt>Hobbies</dt>
<dd>Travelling,Reading Books</dd>
<dd class="clear"></dd>
<dt>References</dt>
<dd>Available on request</dd>
<dd class="clear"></dd>
<dt>Social Media</dt>
<dd><a href="https://www.facebook.com/khan.osman01" target="_blank">Get me on Facebook</a></dd>
<dd><a href="https://github.com/MeOsman" target="_blank">Get me on Github</a></dd>
<dd class="clear"></dd>
<dt>Contact Me</dt>
<dd>House No-312, 11 No. Road, Block-D, Bashundhora, Dhaka</dd>
<dd class="clear"></dd>
</dl>
<div class="clear"></div>
</div>
<footer>
<p>Copyright ©2018</p>
</footer>
</body>
</html>