-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>🤓Ishan's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="IshanPhoto.png" alt="Ishan's profile picture"></td>
<td>
<h1>Ishan Mulchandani</h1>
<p><em>Student at <a href="https://vit.ac.in/" target="_blank"><strong>Vellore Institute of Technology</strong></a></em></p>
<p>I am a sophomore student at Vellore Institute of Technology. I am currently persuing B.Tech in Information Technology.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>skils</h3>
<ol>
<li>C, C++ and C#</li>
<li>Java</li>
<li>Python</li>
<li>HTML</li>
<li>Unity Development</li>
<li>Game Development</li>
</ol>
<hr noshade>
<h3>Performanace</h3>
<table cellspacing="10">
<tr>
<td>CGPA</td>
<td>8.8</td>
</tr>
<tr>
<td>12th standard</td>
<td>97%</td>
</tr>
<tr>
<td>10th standard</td>
<td>93.6%</td>
</tr>
</table>
<hr noshade>
<p><a href="Contacts.html" target="<_blank>"><strong>Contact me</strong></a></p>
</body>
</html>