-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (96 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>gokul jayan</title>
</head>
<body>
<table>
<tr>
<td> <img src="b22261.jpg" alt=""> </td>
<td>
<h1> Gokul jayan </<h1>
<p><em>NORMAL PERSON WITH <strong> <a href="https://code.org/ ">CODING </a></strong> DREAMS</em></p>
<p>TRYING TO LEARN CODING ITS HARD BUT NEED TO DO
</p>
</td>
</tr>
</table>
<hr size="3">
<h3>
EDUCATION
</h3>
<ul>
<li>OUR LADY OF MERCY</li>
<li>IHRD HIGHER SECONDARY </li>
<li>SS COLLEAGE POOTHOTTA</li>
<li>AQUINAS COLLEAGE EDACOCHIN</li>
</ul>
<hr border="3" >
<table border="1">
<thead>
<tr>
<th>date</th>
<th>education</th>
</tr>
</thead>
<tbody>
<tr>
<td>2016</td>
<td>our lady of MERCY</td>
</tr>
<tr>
<td>2018</td>
<td>IHRD</td>
</tr>
<tr>
<td>2018-2019</td>
<td>ss colleage poothotta</td>
</tr>
<tr>
<td>2019-2021</td>
<td>aquinas colleage edacochin</td>
</tr>
</tbody>
</table>
<hr>
<h3>SKILLLS</h3>
<table border="1">
<tr>
<td>
<table cell spacing="5" >
<tr >
<td>JAVA</td>
<tD>🖤🖤</td>>
</tr>
<tr>
<td>CPP</td>>
<tD>🖤</tD>
</tr>
<tr>
<td>JAVASCRIPT</td>
<td></td>
</tr>
</table></td>
<td>
<table cell spacing="5">
<tr>
<td>html</td>
<tD>🖤🖤</td>>
</tr>
<tr>
<td>CSS</td>>
<tD>🖤</tD>
</tr>
<tr>
<td>REACT</td>
<td></td>
</tr>
</table></td></td>
</tr>
</table>
<hr>
<a href="hobbies.html">My hobbies</a>
<p><a href="contact.html">Contact me</a></p>
</body>
</html>