-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (69 loc) · 1.6 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>Nana's Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="/Users/alvsh11/Desktop/Web Development/Nana Boakye Site/circle-cropped.png" alt=""></td>
<td>
<h1>Nana Boakye</h1>
<p><em>Founder of <strong><a href="https://www.instagram.com/zaddy_alash/">ALavish Tech</a></strong></em></p>
<p>I am an Information Technology Engineer. I love coding</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<br>
<h3>My Hobbies</h3>
<ol>
<li>Music</li>
<li>Soccer</li>
<li>Travel</li>
</ol>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019 - 2020</td>
<td>Application Support at NYP</td>
</tr>
<tr>
<td>2020 - Present</td>
<td>IT Support at MJH Life Sciences</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Windows 10</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Active Directory</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>macOS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Office 365</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3><a href="/Users/alvsh11/Desktop/Web Development/Nana Boakye Site/Contact.html">Contact</a></h3>
<h3><a href="/Users/alvsh11/Desktop/Web Development/Nana Boakye Site/hobbies.html">School and Education</a></h3>
</body>
</html>