-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (97 loc) · 3.02 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Teniola's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="C:\Users\Teniola\Documents\Web development\HTML- Personal Website\Images\DSC_0586.JPG" width="300" height="300"alt="Founder of the World's greatest coding support group"></td>
<td><h1>Teniola Olowookere</h1>
<p><em> Founder of the <strong>World's greatest coding support group</strong></em></p>
<p>Coding seems to be my getaway from this very stressful world as the oldest daughter.<br>
<em><strong>I code for all the first born daughters.</strong></em></p></td>
</tr>
</table>
<hr>
<p><a href="C:\Users\Teniola\Documents\Web development\HTML- Personal Website\Skills.html"> Skills I wish to have before resumption</a></p>
<p><a href="C:\Users\Teniola\Documents\Web development\HTML- Personal Website\Courses I have interest in.html">Courses I have taken interest to</a></p>
<a href="C:\Users\Teniola\Documents\Web development\HTML- Personal Website\Contact-me.html">Contact Me</a>
<hr>
<h3>EDUCATION</h3>
<table cellspacing="20">
<th>YEAR</th>
<th>SCHOOL</th>
<th>CERTIFICATE</th>
<tr>
<td>2005-2014</td>
<td>Omotayo Nursery and Primary School, Akure, Ondo State</td>
<td>Primary School Leaving Certificate</td>
</tr>
<tr>
<td>2014-2020</td>
<td>Saint Louis Grammar School, Akure, Ondo state</td>
<td>SSCE O'Level Certificate</td>
</tr>
<tr>
<td>2022-2027</td>
<td>University Of Ibadan</td>
<td>MB;BS</td>
</tr>
</table>
<hr>
<h3>SKILLS</h3>
<table cellspacing="10">
<tr>
<td>
<table cellspacing="5">
<tr>
<td>Photography</td>
<td>⭐</td>
</tr>
<tr>
<td>Photoshop</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Front-End Development</td>
<td>⭐</td>
</tr>
<tr>
<td>Writing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Typing</td>
<td>⭐</td>
</tr>
</table>
</td>
<td><table cellspacing="5">
<tr>
<td>Googling</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Story telling</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Singing</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Dancing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Cooking</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>