-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (77 loc) · 1.74 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>
<head>
<meta charset="utf-8">
<title>Debbie's personal site</title>
</head>
<body>
<table>
<tr>
<td> <img src="deb.jpg" alt="debbie profile picture"></td>
<td> <h1>Deborah Itepu</h1>
<p><em>Founder and Ceo of <strong><a href="mailto:[email protected]">debbie's kitchen</a></strong>.</em></p>
<p> My name is Deborah,I am the ceo of Debbie's Kitchen.</p>
<p>I am a web developer. i love cooking.</p></td>
</tr>
</table>
<hr>
<h3>Schools Attended</h3>
<ul>
<li>Sureway montessori school</lis>
<li>Delta state university abraka</li>
</Ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2021</td>
<td>Manager at payfast logistics</td>
</tr>
<td>2020-2022</td>
<td>Property manager at rokechi limited</td>
</tr>
</tbody>
<tfoot>
</p>
</tfoot>
</table>
<hr>
<h3>My Hobbies</h3>
<ol>
<li>Dancing</li>
<li>Cooking</li>
<li>Singing</li>
</ol>
<hr>
<h3><a href="contactme.html">contact me</a></h3>
<h3>Skills</h3>
<table cellspacing="10">
<tbody>
<tr>
<td>Cooking</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<td>People skills</td>
<td>⭐⭐⭐⭐⭐</td>
<tr>
<td>Communication skills</td>
<td>⭐⭐⭐⭐</td>
</tr>
<td>leadership experience</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td>Web development</td>
<td>⭐⭐⭐</td>
<tr>
</tr>
</tbody>
</table>
</body>
</html>