-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (73 loc) · 2.76 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
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<table cellspacing="30">
<tbody>
<tr>
<td><img src="profile.png" alt="My profile Picture"></td>
<td><h1>SUCCESS AMEBLEY</h1>
<P> <em> Student And Co-Founder Of <strong> <a href="#"> web_Solve </a> </strong></em> </P></td>
</tr>
</tbody>
</table>
<p>I am a level 300 student of Accra Institute Of Technology. Am learning web developmemnt to add to my computer science skill.
lookinng at the rapid growh of technology, there is need for for one to learn new skills in this fields.
I have taking it upone my self to learn web development as a skil, even though i have little foundamentals in this i beleive having a fresh start is ultimate foundation.
one needs to start from somewhere to get to the professional level, this is where i am.
I beleive by the end of my this year, i should have a solid ground of webdevelopment... little steps with little little time count much.
Only Beleive with your determination, you shall ge there. </p>
<hr>
<h3>Education</h3>
<ul>
<li><a href="#">Accra Institute Of Technology </a> </li>
<li><a href="#">Accra Technical University</a> </li>
<li><a href="#">Kpando Senior High</a> </li>
<li><a href="#">Precious Gift International School </a> </li>
</ul>
<hr>
<h3>My Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Date</th>
<th>Experience</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019</td>
<td>networking with Wyllnet international</td>
</tr>
<tr>
<td>2020</td>
<td>Project thesis on developing a system for DVLA</td>
</tr>
<tr>
<td>2021</td>
<td>Huawei certification HCIA (routing and Switching)</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Java development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++ development</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">My Contact</a>
</body>
</html>