-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my Resume</title>
</head>
<body>
<h1 style="text-align: center;">Josvita's Resume</h1>
<hr>
<h2>Summary</h2>
<p>Passionate web developer with strong expertise in HTML, CSS, JavaScript, C++, C, Python, Java, Figma, FlutterFlow and Pytorch, coupled with a solid foundation in Data Structures and Algorithms (DSA).
Experienced in building responsive websites and solving complex problems through competitive coding.
Adept at developing full-stack applications and continuously enhancing problem-solving techniques. Seeking to leverage my technical skills and coding proficiency in a dynamic development environment.</p>
<hr>
<h2>Education</h2>
<h3>Sahyadri college of engineering and management: july 2023</h3>
<p>B.Tech in Computer Science: till 2027</p>
<hr>
<h2>Academic projects</h2>
<p><ul><li>Built an app using figma for a social innovative project lab</li>.
<li>Currently working on SIH project with my team</li></ul></p>
<hr>
<h2>Skills</h2>
<p><ul>
<li>Participated in competitive coding contests on platforms like HackerRank and Leetcode.</li>
<li>Web Development: HTML, CSS, JavaScript</li>
<li>Mobile App Development: FlutterFlow</li>
<li>Programming Languages: C++, C, Python, Java</li>
<li>Frameworks: PyTorch</li>
<li>UI/UX Design: Figma</li>
<li>Algorithms & Data Structures: Competitive coding, DSA</ul></p>
<hr>
<h2>Certificate</h2>
<img src="./dsa.png" alt="dsa certificate" width="400">
</body>
</html>