-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (93 loc) · 3.16 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
<<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>jatique personal site</title>
</head>
<body>
<table>
<tr>
<td><img src="https://scontent.fabb1-2.fna.fbcdn.net/v/t39.30808-6/313167515_105551619037233_9027805810683887083_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=09cbfe&_nc_eui2=AeEIzOsFFTTRBjA5g--8l6s_LWA75rrnC8MtYDvmuucLwxsH50peMLodDZnGyqPvvNlR_P3CwP2RV3nlytgIJ_ST&_nc_ohc=Ac-Vbz4_h2gAX87isai&_nc_zt=23&_nc_ht=scontent.fabb1-2.fna&oh=00_AfCwZGWR4P2cMwHQluzfFXQLz0MdYt2nwgiRuqbR8EPSgw&oe=637E8904" alt="this is my
profile picture" width="300" , height="300" /></td>
<td><p>my name is Jatique.I am a web developer .<i>i also like playing</p>
<p>the keyboard</i> and i have a girlfriend:her name is <em>Janefrancis</em></p>
<p>i would like to be a saint</p></td>
</tr>
</table>
<h1> <a href="https://scontent.fabb1-2.fna.fbcdn.net/v/t39.30808-6/313167515_105551619037233_9027805810683887083_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=09cbfe&_nc_eui2=AeEIzOsFFTTRBjA5g--8l6s_LWA75rrnC8MtYDvmuucLwxsH50peMLodDZnGyqPvvNlR_P3CwP2RV3nlytgIJ_ST&_nc_ohc=Ac-Vbz4_h2gAX87isai&_nc_zt=23&_nc_ht=scontent.fabb1-2.fna&oh=00_AfCwZGWR4P2cMwHQluzfFXQLz0MdYt2nwgiRuqbR8EPSgw&oe=637E8904">ezeja</a> Emmanuel </h1>
<h2>Chibuike</h2>
<!--https://scontent.fabb1-2.fna.fbcdn.net/v/t39.30808-6/313167515_105551619037233_9027805810683887083_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=09cbfe&_nc_eui2=AeEIzOsFFTTRBjA5g--8l6s_LWA75rrnC8MtYDvmuucLwxsH50peMLodDZnGyqPvvNlR_P3CwP2RV3nlytgIJ_ST&_nc_ohc=Ac-Vbz4_h2gAX87isai&_nc_zt=23&_nc_ht=scontent.fabb1-2.fna&oh=00_AfCwZGWR4P2cMwHQluzfFXQLz0MdYt2nwgiRuqbR8EPSgw&oe=637E8904-->
<p>my name is <i>jatique</i>,i am a programmer-</p>
<hr size= 5>
<p>Not withstanding all this <b>i am still who i am</b></p>
<br>
<hr>
<br>
<h3><a href="sitesminor.html">Education , qualification and history</a></h3>
<h3> <a href=" contantme.html">contact me</a> </h3>
<table>
<tr>
<td><b>date</b></td>
<td><b>qualification</b></td>
</tr>
<tr>
<td>2003</td>
<td>i was born</td>
</tr>
</table>
<table border="1">
<thead>
<tr>
<th>dates</th>
<th>year</th>
<th>time</th>
<th>qualification</th>
</tr>
</thead>
<tbody>
<tr>
<td>24/04/2003</td>
<td>2003</td>
<td>11:52am</td>
<td>a student</td>
</tr>
<tr>
<td>24/04/2003</td>
<td>2003</td>
<td>11:52am</td>
<td>a student</td>
</tr>
</tbody>
</table>
<h3>skills</h3>
<hr>
<table>
<tr>
<td><table>
<tr>
<td><em>programming</em> </td>
<td>I love it so much</td>
<td>❤️❤️❤️❤️❤️</td>
</tr>
<tr>
<td>mathematics</td>
<td>it is an universal language</td>
<td>❤️❤️❤️</td>
</tr>
</table></td>
<td><table>
<tr>
<td><em>programming</em> </td>
<td>I love it so much</td>
<td>❤️❤️❤️❤️❤️</td>
</tr>
<tr>
<td>mathematics</td>
<td>it is an universal language</td>
<td>❤️❤️❤️</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>