-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (71 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hudhayfah's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img width="150px" height="150px" src="picture cropped.png" alt=""></td>
<td>
<h1>Hudhayfah Bacchus</h1>
<p><em> <b>English Teacher</b></em></p>
<p>Hello everyone! My name is Hudhayfah Bacchus. I am currently an English teacher in Saudi Arabia.
I have been teaching English for more than 4 years now. Teaching has always been my passion but <br> as time goes by and situations change,
I need to develop myself and continue to learn so that I can be the best employee possible and hence can comfortably look after and support my family.
So, I decided to get an MBA and <br> it was an amazing experience. I assumed at that time that I would be done with school until I decided to have a cup of coffee
with my cousin. We talked about future careers and thats when he introduced me to the idea <br> of becoming a webdeveloper.
At first I brushed off the idea because the thought of me coding was very intimidating.
But then he broke it down for me and explained why I would be a good webdev, I decided to give it a try. <br> A few weeks later, and I can proudly say that this website
is the first thing I created. I am super excited to learn more. Let's go!</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Taught at <a href="https://www.directenglish.com/">Dircect English</a></li>
<li>Taught at Voice of Languages</li>
<li>Taught at <a href="https://ksu.edu.sa/en/ ">King Saud University</a></li>
<ul>
<hr>
<h3>My work experience</h3>
<table>
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2017-2018</td>
<td>Worked at Direct English</td>
</tr>
<tr>
<td>2019-present</td>
<td>Work at KSU</td>
</tr>
</tbody>
</table>
<hr>
<h3>My skills</h3>
<table>
<tr>
<td>Managerial Skills</td>
<td>⭐⭐⭐⭐</td>
<td>Asynchronuous Learning</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Teaching</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Public Speaker</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
</ul>
<a href="hobbies.html">My Hobbies</a> <br>
<a href="contact-me.html">Contact Me</a>
</body>
</html>