-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (69 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>✪ Khaled's Personal Site ✪</title>
</head>
<body>
<table cellspacing = 20>
<tr>
<td><img src="images/khaled .png" alt="Khaked Maatouk Profile Picture"></td>
<td> <H1>Khaled Maatouk</H1>
<p><em><strong><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/">2020 Web Development
Bootcamp</a> </strong> Student</em></P>
<p>I am a <strong><a href="https://www.udemy.com/">UDEMY</a> </strong> student.I am taking a course Called 2020 Web
Development Bootcamp with an instructor called Angela Yu and i am looking forward to finish it and get a
job. </p> </td>
</tr>
</table>
<hr>
<h3>Education & Courses</h3>
<ul>
<li>Sidonn University College</li>
<li>Lebanese Technical Institute</li>
<li>Dawha School</li>
<li>2020 Web Development Bootcamp</li>
</ul>
<hr>
<H3>Work Experience</H3>
<table cellspacing = 10>
<tr>
<td>Dates</td>
<td>Work</td>
</tr>
<tr>
<td>2020 - Present </td>
<td>Learning 2020 Web Development Bootcamp</td>
</tr>
<tr>
<td>2018 - 2019</td>
<td>Logistics Officer</td>
</tr>
</table>
<H3>Skills</H3>
<table cellspacing = 10>
<tr>
<td>Web Development</td>
<td>⭐✩✩✩✩</td>
</tr>
<tr>
<td>Ms Office</td>
<td>⭐⭐⭐✩✩</td>
</tr>
<tr>
<td>Linux</td>
<td>⭐⭐✩✩✩</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐✩✩✩</td>
</tr>
</table>
<hr>
<H3> <a href="hobbies.html">My Hobbies</a> </H3>
<H3><a href="contact-me.html">Contatc Me</a> </H3>
<a href="https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf" download >Download Cheatsheet</a>
</p>
</body>
</html>