-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (34 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
64 lines (34 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bio </title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>My CV</h1>
<img class="SH" src="https://www.fjackets.com/product_images/uploaded_images/superhero-costumes-for-men.jpg"width="500px" height="300px" alt="superhero">
<fieldset class="explanation">
<legend> About Me</legend>
I am a hard worker, fast learner superhero ready for action. Fixing problems is my specialty <br>
and I love doing so. My best qualities are motivating others and helping them through their struggle , soon to be a full-stack
developer :).
</fieldset>
<h2> Basic Details </h2>
<dl>
<dt>Name</dt>
<dd>Haitham</dd>
<dt> date of birth</dt>
<dd>11/3/1992</dd>
<dt>Phone Number</dt>
<dd>1800-callme</dd>
</dl>
<b><u>Education :</u></b>
<table border="1">
<tr> <th> School Name </th> <th> Years </th> <th> Diploma </th> </tr>
<tr> <td> High School </td> <td> 2007-2010 </td> <td> Bagrut </td> </tr>
<tr> <td> College </td> <td> 2016 </td> <td> app development certificate </td> </tr>
</table>
<p>motivational quote <q>difficult roads often leads to beautiful destination</q></p>
</body>
</html>