-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprotfolio.html
More file actions
123 lines (106 loc) · 4.4 KB
/
protfolio.html
File metadata and controls
123 lines (106 loc) · 4.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Protfolio</title>
</head>
<body>
<header>
<h1>RIYA TAVHARE</h1>
<br>
</header>
<main>
<section>
<h3>PROFESSIONAL SUMMARY</h3>
<hr>
<p>Aspiring Software Developer skilled in C, C++, Python, and foundational frontend development. Strong problem-solver with a passion for clean code and learning. Looking forward for contributions in technologies.</p>
<br>
</section>
<section>
<h3>EDUCATION</h3>
<hr>
<h4>BE. Information Technology - Bharati Vidyapeeth’s College of Engineering, Pune</h4>
<p>CGPA : 9.04 /10 (2024 - 2028)</p>
<h4>HSC - PVG Vidya Bhawan Jr. College, Mumbai</h4>
<p>Percentage:70% (2024)</p>
<h4>SSC - Smt. S.T. Mehta School, Mumbai</h4>
<p>Percentage:80% (2022)</p>
<br>
</section>
<section>
<h3>TECHNICAL SKILLS</h3>
<hr>
<ul>
<li>
<p><b>Languages:</b> C, C++, Python, Basic SQL</p>
</li>
<li>
<p><b>Web Technologies:</b> HTML, CSS, JavaScript, Flask</p>
</li>
<li>
<p><b>Libraries:</b> Pandas, NumPy, Seborn, Scikit-Learn</p>
</li>
</ul>
<br>
</section>
<section>
<h3>PROJECT</h3>
<hr>
<ul>
<li>
<p><b>Voice-Controlled Assistant - Python</b></p>
<p>- Developed a voice-activated assistant using SpeechRecognition and pyttsx3 to perform tasks such as opening websites and telling time.</p>
<p>- Implemented file logging to store and track conversation history.</p>
</li>
<li>
<p><b>Modern Periodic Table Search System - C</b></p>
<p>- Built a console-based C application to search chemical elements by atomic number, name, symbol, or weight.</p>
<p>- Used structured arrays and custom string-handling methods for efficient data retrieval.</p>
</li>
</ul>
<br>
</section>
<section>
<h3>ACHIEVEMENTS</h3>
<hr>
<ul>
<li>
<p><b>Idea Selected - IIT Delhi Hack-A-Tone</b></p>
<p>Part of <i>Team Trifecta</i> whose concept was shortlisted; demonstrated creativity and teamwork through rapid ideation and problem - solving, receiving a certificate from IIT Delhi.</p>
</li>
</ul>
<br>
</section>
<section>
<h3>LEADERSHIP & ACTIVITIES</h3>
<hr>
<ul>
<li>
<p><b>President - Googlix Club</b></p>
<p>Led club operations, conducted technical workshops, mentor students on foundational technologies and guided them on practical learning paths.</p>
</li>
<li>
<p><b>Head - HR Club</b></p>
<p>Organized HR Club at BVCOEW and corporate interaction sessions, leading a student team to enhance industry readiness.</p>
</li>
<li>
<p><b>Coordinator - TNP CELL</b></p>
<p>Dynamic Coordinator of the Training and Placement Cell, driving seamless connections between ambitious students and top employers, leading the execution of strategies that turn student potential into real-world career opportunities.</p>
</li>
<li>
<p><b>Active Member - Rotaract Club of Pune</b></p>
<p>Contributed to multiple community service projects and Collaborated with teams to organize fundraising events and awareness drives impacting local communities.</p>
</li>
</ul>
<br>
</section>
<section>
<h3>INTERESTS</h3>
<hr>
<p>AI&ML, Frontend Development, UI Design, Backend Fundamentals and Database Management</p>
<br>
</section>
</main>
</body>
</html>