-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (59 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>peterselolo</title>
</head>
<body>
<hr size="5">
<table cellspacing="20">
<tr>
<td>
<image src="dh.png" width="200" height="200">
</td>
<td>
<h1><strong>peter selolo</strong></h1>
<h2>Founder of dawn hawks developers</h2>
<h3><i>talent was born a star but the best is created</i></h3>
</td>
</tr>
</table>
<hr size="5">
<h3><b>edcational background</b></h3>
<p>degree: bsc(mathematical and computer sciences)</p>
<p>certificate: software development</p>
<h3>languages</h3>
<p>c#</p>
<p>c++</p>
<hr size="5">
<table cellspacing="20">
<tr>
<th><b>skills</b></th>
<th><b>ratings</b></th>
</tr>
<tr>
<td>
c#
</td>
<td>❤❤❤🤍🤍
</td>
</tr>
<tr>
<td>html
</td>
<td>❤❤❤🤍🤍
</td>
</tr>
<tr>
<td>python
</td>
<td>❤❤❤❤🤍
</td>
</tr>
</table>
<hr>
<p>
<a href="contact.html">contactme</a>
</p>
</body>
</html>