-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (225 loc) · 12.2 KB
/
index.html
File metadata and controls
235 lines (225 loc) · 12.2 KB
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV.eng.A.A.B.N</title>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="path/to/your/icon" />
<style>
body {
background-color: #001f3f;
}
</style>
</head>
<body>
<div class="container">
<div class="profile">
<div class="profile_container">
<div class="profile_profileImg">
<img src="./profileImage.png" alt="Ahmed Bokar" />
</div>
<div>
<h1 class="profile_name">
<span class="profile_name_firstName">Ahmed Ali Booker </span>
<span class="profile_name_lastName">Specialist in HVAC</span>
</h1>
<p class="profile_title">General Mechanical Engineer specializing in HVAC and Smart System Automation | Clean Energy Solutions </p>
<p class="description profile_description">
I aspire to join an exceptional work environment that values innovation, where I can utilize my expertise in mechanical engineering, HVAC, and automation technology to lead pioneering projects. I aim to contribute to a broader vision that promotes technical excellence and creates a tangible impact on both the industry and society.
</p>
<div class="action-buttons">
<a class="downloadBtn" href="https://drive.google.com/file/d/1K2G4UBxh3zxtKGTkkeRupQe68xSHNFD1/view?usp=drivesdk" download="Ahmed_Ali_Booker_CV.pdf">Download PDF</a>
<button class="printBtn" onclick="window.print(https://drive.google.com/file/d/1K2G4UBxh3zxtKGTkkeRupQe68xSHNFD1/view?usp=drivesdk)">🖨️ Print CV</button>
</div>
</div>
</div>
</div>
<div class="contact">
<h3 class="title">Contact Information</h3>
<ul class="contact_list">
<li>
<i data-feather="phone"></i>
<div class="contact-content">
<strong>Phone</strong>
<span class="contact-value">+966-53-788-1467</span>
</div>
</li>
<li>
<i data-feather="smartphone"></i>
<div class="contact-content">
<strong>Mobile</strong>
<span class="contact-value">+966-50-742-6388</span>
</div>
</li>
<li>
<i data-feather="mail"></i>
<div class="contact-content">
<strong>Email</strong>
</div>
</li>
<li>
<i data-feather="linkedin"></i>
<div class="contact-content">
<strong>LinkedIn</strong>
<a href="https://www.linkedin.com/in/ahmed-bokar" class="contact-value">linkedin.com/in/eng-ahmed-ali-nassib-60a7a9150</a>
</div>
</li>
<li>
<i data-feather="github"></i>
<div class="contact-content">
<strong>GitHub </strong>
<a href="https://replit.com/@Cranky67" class="contact-value">replit.com/@Cranky67</a>
</div>
</li>
<li>
<i data-feather="camera"></i>
<div class="contact-content">
<strong>Snapchat</strong>
<a href="https://t.snapchat.com/DvVBAihZ" class="contact-value">t.snapchat.com/DvVBAihZ</a>
</div>
</li>
</ul>
</div>
<div class="group-1">
<div class="education">
<h3 class="title">Education</h3>
<div class="edu_item">
<p class="item_preTitle">2018</p>
<h4 class="item_title">Jazan University</h4>
<p class="item_subtitle">Bachelor of Science in Mechanical Engineering</p>
</div>
<div class="edu_item">
<p class="item_preTitle"></p>
<h4 class="item_title">Harvard University</h4>
<p class="item_subtitle">Introduction to Computer Science CS50 Course</p>
</div>
<div class="edu_item">
<p class="item_preTitle"></p>
<h4 class="item_title">IBM</h4>
<p class="item_subtitle">Python Basics for Data Science</p>
</div>
</div>
<div class="skills">
<h3 class="title">Core Technical Skills</h3>
<ul class="skills_list">
<li>🗣️ Proficient in spoken and written Arabic</li>
<li>💻 Highly proficient in operating systems: MS Windows, OSX</li>
<li>🏗️ Engineering programs: AutoCAD and HAB</li>
<li>📊 Professional applications: Microsoft Office Suite, Photoshop CS5, Python</li>
<li>🎯 Excellent communication, time management, and presentation skills</li>
<li>🤝 Volunteering and social services expertise</li>
<li>⌨️ Advanced keyboard proficiency</li>
<li>⚡ Exceptional performance under pressure</li>
</ul>
</div>
</div>
<div class="group-2">
<div class="skills">
<h3 class="title">HVAC & Mechanical Engineering Expertise</h3>
<ul class="skills_list">
<li>🏥CDC/FDA Compliant Isolation Rooms Specialist </li>
<li>🔥 Thermal & Energy Systems Expert </li>
<li>❄️ HVAC Design | Medical Isolation Systems </li>
<li>📊 System Simulation & Performance Optimization</li>
<li>🏥 FMS Expert for Hospitals
NFPA99/ASHRAE170 Implementation | BMS/CMMS Integration </li>
<li>⚙️ Industrial Automation (PLC/SCADA/DDC)</li>
<li>🔧 Control Systems Programming and Process Automation</li>
<li>🏥 Medical HVAC Systems and Isolation Room Training</li>
<li>🏗️ BIM Coordination (Revit MEP</li>
<li>🚀 Tech Integration & Project Leadership</li>
<li>
🏗️ HVAC system application compliant with ASHRAE and SMACNA standards
</li>
<li> 🏥 Expert in IV Room Operation Systems
HEPA HVAC | Pressure Control (± Pa) | Medical BIM | Contamination Reduction of 99% </li>
</ul>
</div>
<div class="certifications">
<h3 class="title">Certifications</h3>
<div class="certification_item">
<h4 class="item_title">Saudi Council of Engineers</h4>
<p class="item_subtitle">Associate Engineer</p>
</div>
</div>
</div>
<hr />
<div class="experience">
<h3 class="title">Professional Experience</h3>
<div class="exp_item">
<p class="item_preTitle">2021 - Present</p>
<h4 class="item_title">HVAC Engineer & Assistant Site Manager</h4>
<p class="item_subtitle">Al-Fahhad Company | Ministry of Health - Abu Arish General Hospital</p>
<p class="description">
• HVAC Engineer specializing in maintenance and operation of complex medical facility systems<br>
• Assistant Site Manager for Maintenance and Operation departments<br>
• Expert in HVAC systems, operating rooms, passive/active isolation rooms, and IV rooms<br>
• Building Management System (BMS) specialist<br>
• Comprehensive facility management: reverse osmosis, water treatment, pumps, boilers, generators, elevators, laundries, firefighting systems, and medical gases<br>
• Facilities Management and Safety (FMS) Quality Coordinator
</p>
</div>
<div class="exp_item">
<p class="item_preTitle">September 2020 - 2021</p>
<h4 class="item_title">HVAC Engineer</h4>
<p class="item_subtitle">Al-Hanouf Company | Sabya General Hospital</p>
<p class="description">
• Maintenance and operation of comprehensive hospital mechanical systems<br>
• Specialized in HVAC systems: package units, towers, split systems, and window units<br>
• Operating rooms, passive and active isolation rooms, and IV room systems<br>
• Building Management System (BMS) operations and maintenance
</p>
</div>
<div class="exp_item">
<p class="item_preTitle">January 2019 - November 2019</p>
<h4 class="item_title">Mechanical Engineer</h4>
<p class="item_subtitle">Lajab Water Factory</p>
<p class="description">
• Production line mechanical systems management<br>
• Reverse osmosis systems design and maintenance<br>
• Water treatment plant operations and optimization
</p>
</div>
</div>
<div class="volunteer">
<h3 class="title">Volunteer Experience</h3>
<div class="exp_item">
<p class="item_preTitle">2018 - 2019</p>
<h4 class="item_title">Mechanical Engineer - Project Management</h4>
<p class="item_subtitle">Jazan University</p>
<p class="description">
Maintenance and Operations Department collaboration
</p>
</div>
<div class="exp_item">
<p class="item_preTitle">December 2019 - October 2019</p>
<h4 class="item_title">Volunteer Mechanical Engineer</h4>
<p class="item_subtitle">Sabya General Hospital</p>
<p></div>
<div
class="exp_item">
<p
class="item_preTitle">January 1 to March 25, 2014</p>
<h4 class="item_title"> Temporary employment in the summer for three months</h4>
<p
class="item_subtitle" >Jazan Electricity Company</p>
<p class="description">
Summer employment at the Electricity Company, the main station in Jazan
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/feather-icons"></script>
<script src="script.js"> </script>
<script>
feather.replace();
</script>
</body>
</html>