-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (57 loc) · 1.83 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
<!DOCTYPE html >
<html lang="en">
<head>
<meta charset="UTF-8" >
<meta name="viewport" content="width= device-width, initial-scale=1.0">
<title>Little Portfolio Page</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<h1 class="logo">Profile</h1>
<!--img src="images/tabitha.JPG" alt="Tabitha"!-->
<div class="contact">
<h4>Contact information</h4>
<p> Phone: 0788429394.<br>
0705005193 </p>
<p> Email: <a href="mailto:btabbynamwone@gmail.com"> btabbynamwone@gmail.com</a> </p>
<p> You should totally check out my Github and LinkedIn</p>
<p><strong>Github</strong>: <a href ="https://github.com/TabbyKat123">TabbyKat123</a> </p>
<p><strong>LinkedIn</strong>: <a href="https://www.linkedin.com/in/brenda-tabitha-namwone-b46437159/"> Brenda Tabitha Namwone</a> </p>
<p>I write as well, my Medium is a great place to read up on me, and my WordPress has some mushy stuff that might interest you.</p>
<p><strong>Medium</strong>: <a href="https://medium.com/@btabbynamwone">Namwone Brenda Tabitha </a></p>
<p><strong>WordPress</strong>: <a href="https://wordpress.com/home/tabibilove.wordpress.com"> TabbyKat</a> </p>
</div>
<br>
<div class="education">
<h4>Education</h4>
<p> St.Lawrence Citizens' High School - Horizon 2011-2014 Ordinary Level</p>
<p>St.Lawrence Citizens' High School - Horizon 2015-2016 Advanced Level</p>
<h4>Leadership History</h4>
<p> General Secretary MUBS debate 2018-present </p>
</div>
<br>
<div class="skills">
<h4>Skills</h4>
<p> Public Speaking 9/10 </p>
<p> Writing 7/10 </p>
<p> Programming 5/10 </p>
</div>
<table>
<thead>
<tr>
<td>name</td>
<td>name</td>
<td>name</td>
</tr>
</thead>
<tbody>
<td>mumu</td>
<td>mumu</td>
</tbody>
<tfoot></tfoot>
</table>
<div class="footer">
Copyright &c; 2020
</div>
</body>
</html>