-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>RESUME</h1>
<img src="memedog.jpg" height="150"/>
<h1>Objective</h1>
<p>I am a software engineer (hopefully)</p>
<hr/>
<h1>Education</h1>
<ol>
<li>Anandalaya Education Society
<ul>
<li>Class 12 : 88% CBSE 2022</li>
<li>Class 10 : 92% CBSE 2020</li>
</ul>
</li>
<li>Symbiosis Institute of Technology, 2022-26</li>
</ol>
<hr/>
<h1>Work Experience</h1>
<ul>
<li>Open Source Contributor - Zero-to-Mastery</li>
<li>Full stack web developer at Google(fake obviously)</li>
</ul>
<hr/>
<h1>Skills</h1>
<ul>
<li>C</li>
<li>Python</li>
<li>Github</li>
<li>Java</li>
<li>JavaScript</li>
<li>Azure Cloud</li>
<li>Linux</li>
<li>DevOps</li>
</ul>
<hr/>
<a href="./hobbies.html">My Hobbies</a>
<footer>
<p>© 2023 Jay Gondaliya. All rights reserved</p>
</footer>
</body>
</html>