-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (82 loc) · 2.49 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
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Emmauel's personal sites</title>
</head>
<body>
<!--profile session-->
<table cellspacing="20">
<tr>
<td><img src="images/udom logo.png" alt=""></td>
<td>
<h1>EMMANUEL ACHILLES</h1>
<P><em>Software engineer</em></P>
<p>I am <strong>back-end</strong> and <strong>font-end</strong> developer. i 💖 conding and learn more about technologies</p>
</td>
</tr>
</table>
<hr size="3" noshade="">
<!-- education level session-->
<h3>Education</h3>
<ul>
<li>barcholer in science of software engineering</li>
</ul>
<hr size="3" noshade="">
<!--experiences session-->
<h3>work experiences</h3>
<table border="1px">
<thead>
<tr>
<th>Date</th>
<th>Works</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019</td>
<td>at udom</td>
</tr>
<tr>
<td>2020</td>
<td>at Ega</td>
</tr>
</tbody>
</table>
<hr size="3" noshade="">
<!--skills session-->
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>java</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>c++</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>html</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr size="3" noshade="">
<!--footer session-->
<a href="hobbies.html">Hobbies</a>
<a href="contact.html">Contact me</a>
</body>
</html>