-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (85 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mugunth Personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="pic.jfif" alt="professor" width=300px height=150px></td>
<td><h1>Mugunth Perumal</h1>
<p><em>Software developer intern</em> at <a href="https://www.google.co.in/"><strong>Google</strong></a></p>
<p>I am studied at <strong>VIT university</strong> and now currently working as a software
developer at <em>google</em></p></td>
</tr>
</table>
<hr>
<h3>Book and Teachings</h3>
<ul>
<li>Complete course in mathematics</li>
<li>Complete course in astronomy</li>
<li>Quantum computing at qiskit</li>
</ul>
<h3>My hobbies</h3>
<ul>
outdoor games
<ol>
<li>Cricket</li>
<li>Foot ball</li>
<li>Batmitton</li>
</ol>
</ul>
<ul compact='square'>
indoor games
<ol>
<li>Chess</li>
<li>Carrom</li>
<li>Sudoko</li>
</ol>
</ul>
<h4>Education</h4>
<table border='1px' cellspacing='5'>
<thead>
<tr>
<th>Year</th>
<th>Education</th>
</tr>
</thead>
<tbody>
<tr>
<td>2013-2018</td>
<td>Govt hr sec school</td>
</tr>
<tr>
<td>2018-2020</td>
<td>Govt Boys hr sec school</td>
</tr>
<tr>
<td>2020-present</td>
<td>VIT university</td>
</tr>
</tbody>
</table>
<hr>
<h4><a href="contact.html">Contact Me</a></h4>
<hr>
<h4><a href="form.html" target='blank'>Fill the form</a></h4>
<hr>
<h3>skills</h3>
<table>
<tr>
<td>python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</body>
</html>