-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (193 loc) · 13.2 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Hussam Albulushi's Resume</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Resume/CV Template for Developers">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="assets/images/profile.png" alt="Hussam Albulushi" />
<h1 class="name">Hussam Albulushi</h1>
<h3 class="tagline">Software Engineer</h3>
</div><!--//profile-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa fa-envelope"></i><a href="mailto: [email protected]">[email protected]</a></li>
<li class="phone"><i class="fa fa-phone"></i><a href="tel:+966 540413590">+(966) 540413590</a></li>
<li class="website"><i class="fa fa-globe"></i><a href="https://albulushi.github.io/" target="_blank">albulushi.github.io</a></li>
<li class="linkedin"><i class="fa fa-linkedin"></i><a href="https://www.linkedin.com/in/hussam-albulushi-93980325" target="_blank">linkedin.com/in/hussam-albulushi-93980325</a></li>
<li class="github"><i class="fa fa-github"></i><a href="https://github.com/albulushi" target="_blank">github.com/albulushi</a></li>
</ul>
</div><!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title">Education</h2>
<div class="item">
<h4 class="degree">B.Eng in Software Engineering</h4>
<h5 class="meta">McMaster University</h5>
<div class="time">2010 - 2015</div>
</div><!--//item-->
</div><!--//education-container-->
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>Arabic <span class="lang-desc">(Native)</span></li>
<li>English <span class="lang-desc">(Professional)</span></li>
</ul>
</div><!--//interests-->
<div class="interests-container container-block">
<h2 class="container-block-title">Interests</h2>
<ul class="list-unstyled interests-list">
<li>Hiking</li>
<li>Camping</li>
<li>Skiing</li>
</ul>
</div><!--//interests-->
</div><!--//sidebar-wrapper-->
<div class="main-wrapper">
<section class="section summary-section">
<h2 class="section-title"><i class="fa fa-user"></i>Career Profile</h2>
<div class="summary">
<p>With a Bachelor’s degree in Software Engineering and hands-on experience in creating and developing software applications. I am looking forward to participate in new challenging projects or volunteer in a non-profit organization's projects.</p>
</div><!--//summary-->
</section><!--//section-->
<section class="section experiences-section">
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">ADM Business Specialist</h3>
<div class="time">2019 - Present</div>
</div><!--//upper-row-->
<div class="company">KAUST Information Technology, Thuwal</div>
</div><!--//meta-->
<div class="details">
<ul class="">
<li>Improved my Analytical skills by working with users to analyze and validate requirements for multiple projects</li>
<li>Developed my communication skills by conducting training sessions for new web systems</li>
<li>Successfully created knowledge base documentations for projects</li>
<li>Participated in the quality assurance for the web systems through testing the new products to assure clients satisfaction</li>
<li>Practiced Data Analysis and developed Power BI reports for multiple web systems</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Software Engineer for Geospatial Information Center</h3>
<div class="time">2017 - 2019</div>
</div><!--//upper-row-->
<div class="company">Madinah Development Authority, Madinah</div>
</div><!--//meta-->
<div class="details">
<ul class="">
<li>Participated in the spatial data analysis process and in building the COP layers for the Decision Support Center at MDA</li>
<li>Improved my technical and leadership skills by being the technical lead for the Madinah Spatial Data Infrastructure project</li>
<li>Enhanced my knowledge of the data visualization through participating in developing the GIS Dashboard project</li>
<li>Built a data collector web application for NGOs Projects in Madinah Region</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Junior Software Developer</h3>
<div class="time">2015 - 2016</div>
</div><!--//upper-row-->
<div class="company">Providius Corp., Hamilton</div>
</div><!--//meta-->
<div class="details">
<ul>
<li>Successfully developed a new front-end layout for the 2.0 version of the company’s Broadcast Monitoring Gateway product</li>
<li>Participated in integrating the new layout to the system and solving system’s problems</li>
<li>Participated in a project for Rogers Communications to build search tool for and structure an organized database using GraphQL</li>
<li>Experienced working on a Linux based OS and Git technologies</li>
</ul>
</div><!--//details-->
</div><!--//item-->
</section><!--//section-->
<section class="section projects-section">
<h2 class="section-title"><i class="fa fa-archive"></i>Projects</h2>
<div class="intro">
<!-- <p></p> -->
</div><!--//intro-->
<div class="item">
<span class="project-title"><a href="#hook">Capstone Project (McMaster University)</a></span> - <span class="project-tagline">Indoor geographic information system with visualization for contact tracing and infection surveillance. Handled database management and participated in designing the system components. Through multiple deliverables, our group presented the Software Development Life Cycle of the project.</span>
</div><!--//item-->
<div class="item">
<span class="project-title"><a href="#" target="_blank">PHD Android App</a></span> -
<span class="project-tagline">Participated in building an Android application to ease the communication between patients and hospitals’ staffs. The project involved organizing the software requirements, and performing literature searches.</span>
</div><!--//item-->
<div class="item">
<span class="project-title"><a href="#" target="_blank">Casino-Style Slot Machine</a></span> - <span class="project-tagline">Participated in building a casino-style slot machine using the ALTERA DE2 board. The system was implemented by using a keyboard as the input and the onboard LCD screen as the output for the slot machine simulation</span>
</div><!--//item-->
</section><!--//section-->
<section class="skills-section section">
<h2 class="section-title"><i class="fa fa-rocket"></i>Skills & Proficiency</h2>
<div class="skillset">
<div class="item">
<h3 class="level-title">Python</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="90%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Web Technologies</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Relational Database</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Object Oriented Design</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
</div>
</section><!--//skills-section-->
</div><!--//main-body-->
</div>
<footer class="footer">
<div class="text-center">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>