-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (74 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Bassey Godwin">
<meta name="description" content="Beginners Site">
<meta name="keywords" content="Beginner, Trial, Learners">
<title>😌 Miracles Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Images/Me2-modified.png" alt="My Profile Picture" width="300" height="300"></td>
<td>
<h1>Bassey Godwin</h1>
<p><em><strong>Automobile Engineering</strong> student at Federal University of Technology Owerri</em></p>
<p>I am a student of Engineering and have some experience in the Automobile workshop working with tools. I am also getting familiar as God will help me
with programming. I just finished my Internship at <a href="https://automedicsnigeria.com" target="_blank">Automedics limited</a>. I am taking a programming course titled <strong>100 days of code</strong>.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Osatofo God's Children school</li>
<br>
<li>Highcast Academy</li>
<li>Nigerian Navy Secondary School Borokiri Portharcourt</li>
<li>Federal University of Technology Owerri</li>
</ul>
<hr>
<h3>Hobbies</h3>
<ol type="i">
<li>Reading</li>
<li>Driving</li>
<li>Watching Car videos like <em><a href="https://www.youtube.com/user/EngineeringExplained/videos" target="_blank">Engineering Explained</a></em></li>
</ol>
<br>
<table cellspacing="10">
<thead>
<tr>
<th>Date</th>
<th>Schools</th>
</tr>
</thead>
<tr>
<td>2011-2017</td>
<td>Nigerian Navy Secondary School Borokiri Portharcourt</td>
</tr>
<tr>
<td>2017-Present</td>
<td>Federal University of Technology Owerri</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Autodiagnosis</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Vehicle maintenance</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐</td>
</tr>
</table>
<h3><a href="My Contact details.html" target="_blank">Contact me Here</a></h3>
</body>
</html>