-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (143 loc) · 4 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Samyak's Personal Site</title>
</head>
<body>
<table cellspacing="20px">
<tr>
<td><img src="photomania-9efefce21446467806c8b09f4db872f6-modified.png" alt="Samyakrote std 10 photo"
width="200px">
</td>
<td>
<h1>Samyak</h1>
<p>Student of cse at <em>IIIT Nagpur</em> </p>
<p>Samyak is learning <strong>WEB DEVELOPEMENT</strong> ,<strong>DSA</strong> and <strong>COMPETEIVE
PROGRaMMING</strong> </p>
<p>I am student, I love learning and watching movies.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ol type="I">
<li>BSGM school</li>
<li>Vasantrao Naik Mahavidyalaya</li>
<li>IIIT Nagpur</li>
<a href="https://matrusri-aurangabad.com/2022-2/">
<li>I m also a NTSE scholar</li>
</a>
</ol>
<hr>
<h3>Schools i ve gone to</h3>
<table cellspacing="10px">
<thead>
<tr>
<th>Years</th>
<th>School</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2020</td>
<td>BSGM school</td>
</tr>
<tr>
<td>2020-2022</td>
<td>Vasantrao Naik Mahavidyalaya</td>
</tr>
<tr>
<td>2022-2026</td>
<td>IIIT nagpur</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<hr>
<h3>MY skills</h3>
<!-- <table>
<tr>
<table border="1px">
<tr>
<td>Maths</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Computer Science</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</tr>
<tr>
</table>
<table border="1px">
<tr>
<td>Drawing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Badminton</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</tr>
</table>
<table>
<table border="1px">
<tr>
<tr>
<td>Competetive Coding</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Running</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</tr>
</table>
<table>
<table border="1px">
<tr>
<tr>
<td>Dancing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>leadership</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</tr>
</table> -->
<table>
<tr>
<td>
<table cellspacing="10px">
<tr>
<td>Maths</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Computer Science</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10px">
<tr>
<td>Badminton</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Drawing</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3><a href="hobbies.html">My Hobbies</a></h3>
<h3><a href="contact.html">Hey yo! wanna get in touch with me?</a></h3>
</body>
</html>