-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (83 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jai's Personal Website</title>
</head>
<body style="background-color:#E3DFFD;">
<table cellspacing="10">
<tr>
<td><img src="images/Jai.png" alt="Profile picture" width="200" height="200"></td>
<td>
<h1>Jai Yadav</h1>
<em>Student at <strong>Graphic Era University</strong></em>
<p>Research Student</p>
<p>2022-2026</p>
<a href="Contact.html">Contact Info</a>
<p></p>
<table border="1">
<thead>
<tr>
<th>Year</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019-2020</td>
<td>High School</td>
</tr>
<tr>
<td>2022-2023</td>
<Td>Intermediate</Td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="1">
<thead>
<tr>
<td>
<h2 ><strong>Coding</strong></h2>
</td>
<td>
<h2><strong>Experience</strong></h2>
</td>
</tr>
</thead>
<tbody>
<tr>
<td>HTML/5</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Github / Gitlab</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<hr size="3" noshade="">
<h3>Education</h3>
<p>The Mount View School</p>
<p>The Montessori School</p>
<hr size="3" noshade="">
<h3>Skills</h3>
<ul>
<li>Java</li>
<li>C</li>
</ul>
<hr size="3" noshade="">
<h3>Hobbies</h3>
<ol>
<li>Coding</li>
<li>Badminton</li>
<li>Movies</li>
</ol>
</body>
</html>