-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (100 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>🖤VARUN PUNIA'S PERSONAL SITE🖤</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="humayu8n-modified.png" alt="PEPE THE FROG :-) :-)"></td>
<td><h1>VARUN PUNIA</h1>
<p> <em>Hello everyone! I'm varun punia, a computer science student learning <strong>full stack web-development</strong>.</em> </p>
<p>I'm a hard working, enthusiastic student. I am always eager to learn new things everday. I love to hear songs of <strong>Nusrat Fateh Ali Khan</strong>. I try to make everyday productive.
I'm highly influenced by
<strong>DIOGENES</strong>. Right now i'm learning full stack web development and i've learned c++ (one thing that is remaining in c++ is that i've to revise it :-)) Right now i'm little bit confused about my future about what i've to do in my
life. I think that i'll either do a start-up or i'll prepare for UPSC and opt for IPS.
</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<p>
<ul>
<li> <a href="https://www.greenwayschool.org/">Greenway Modern School</a></li><br>
<li> <a href="http://www.stgirirohini.in/">St. Giri Senior Secondary School</a></li><br>
<li> <a href="https://mait.ac.in/">Maharaja Agrasen Institute Of Technology</a></li>
</ul>
</p>
<hr>
<h3>Hobbies</h3>
<ol>
<li> <a href="https://www.youtube.com/shorts/QkYY3ttZR04">Swimming</a></li>
<li> <a href="https://www.youtube.com/shorts/xjt7heb3wUQ">Reading useful articles on internet</a></li>
<li> <a href="https://www.youtube.com/watch?v=Mk01pvOc5d0">Listening to useful podcasts</a></li>
<li> <a href="https://www.youtube.com/shorts/4PS3ewGxNiI">Cooking</a></li>
<li> <a href="https://www.youtube.com/watch?v=gI_wIgianZ4">Playing badminton,football,cricket,chess,carrom</a></li>
<li> <a href="https://www.youtube.com/watch?v=hHKk15SHycQ">Hearing songs</a></li>
<li> <a href="https://www.youtube.com/watch?v=h501VLquWoM">Exercise</a></li>
<li> <a href="https://www.youtube.com/watch?v=PKxw2I-rdEw">Coding</a></li>
</ol>
<a href="Contact.html">Contact me</a>
<hr>
<h3>Education Years</h3>
<table cellspacing="30">
<thead>
<tr>
<th>Year</th>
<th>Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>2008-2017</td>
<td>St. Giri Senior Secondary School</td>
</tr>
<tr>
<td>2017-2018</td>
<td>Greenway Modern School</td>
</tr>
<tr>
<td>2018-2021</td>
<td>St. Giri Senior Secondary School</td>
</tr>
<tr>
<td>2021-2025</td>
<td>Maharaja Agrasen Institute Of Technology</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="20">
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td> ⭐⭐⭐</td>
</tr>
<tr>
<td>C</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Content Writing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Painting </td>
<td>⭐⭐⭐</td>
</tr>
</table>
</body>
</html>