-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (74 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shanise's Personal Site</title>
</head>
<body>
<table cellspacing="20px">
<tr>
<td>
<img src="https://pics.me.me/thumb_45993-anime-forum-avatars-profile-photos-avatar-abyss-51102772.png" alt="Shanise Smith profile picture">
</td>
<td>
<h1>Shanise Smith</h1>
<p><em>Computer Science Student at the <strong><a href="https://www.uog.edu.gy/">University of Guyana</a></strong></em>.</p>
<p>I am a Computer Science Student. I love Web Deveopment and reading blogs.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Computer Science</li>
<li>Information Technology</li>
<li>High School Diploma at Mackenzie High School</li>
<li><a href="https://skillcrush.com/">Free Coding Camp at Skillcrush.com</a></li>
</ul>
<hr>
<h3>Educational Institutes</h3>
<table cellspacing="10px">
<thead>
<tr>
<th>Dates</th>
<th>Institutes</th>
</tr>
</thead>
<tbody>
<tr>
<td>2011-2018</td>
<td>Machenzie High School</td>
</tr>
<tr>
<td>2018-2022</td>
<td>Universiy of Guyana</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tr>
<td>Front-End Web Development</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Technical Drawing</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>IT Technician</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Web Design</td>
<td>⭐️⭐️⭐️</td>
</tr>
</table>
<hr>
<a href="Hobbies.html">My Hobbies</a>
<a href="Contact.html">Contact Me</a>
</body>
</html>