-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hardik Sarvaiya - Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Hardik Sarvaiya</h1>
<p>+91 9726246367 | Vadodara, Gujarat</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="https://linkedin.com/in/hardik-sarvaiya-1b7213222">LinkedIn</a> | <a href="https://github.com/Hardik0803">GitHub</a></p>
</header>
<section>
<h2>Education</h2>
<p><strong>B.Tech in Computer Science and Engineering</strong><br>Parul Institute Of Engineering and Technology, Vadodara (6.87/10 GPA, till 6th sem)<br>08/2021 - Present</p>
<p><strong>Higher Secondary Certificate (HSC)</strong><br>Shri Swaminarayan English Medium Highschool, Anand (75.38%)<br>05/2019 - 07/2021</p>
</section>
<section>
<h2>Experience</h2>
<p><strong>Android Core-Team Member</strong><br>Google Developer Student Clubs, Parul University<br>Sep 2023 - Present</p>
<p><strong>Alpha-MLSA</strong><br>Microsoft Learn Student Ambassador<br>Nov 2023 - Present</p>
<p><strong>Android Development Intern</strong><br>OASIS INFOBYTE<br>May 2023 - Jun 2023</p>
<p><strong>Internshala Student Partner (ISP)</strong><br>Internshala<br>Dec 2022 - Feb 2023</p>
</section>
<section>
<h2>Projects</h2>
<p><strong>mediMart</strong><br>Developed a medical and healthcare app integrating Google Maps and Firebase<br>Jul 2022 - Aug 2022</p>
<p><strong>ResQMe</strong><br>Created an emergency services app with advanced UI/UX<br>Mar 2023 - Apr 2023</p>
</section>
<section>
<h2>Skills</h2>
<p>Programming Languages: C, Java, Python, XML</p>
<p>Developer Tools: Android Studio, VS Code</p>
<p>Database: Firebase, SQL</p>
<p>Core Subjects: Operating System, DBMS, OOP</p>
</section>
<section>
<h2>Achievements</h2>
<p>Won Institute Level Solving For India Hackathon, GeeksforGeeks</p>
<p>Ranked 3rd in Mobile App Competition, Parul University</p>
</section>
</body>
</html>