-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (62 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
</head>
<body>
<h2>Geethika Bharoth</h2>
<img src="./mine.png" height="200" />
<h3>SUMMARY</h3>
<hr/>
<p>Energetic and driven Computer Science Engineering student currently pursuing a BTech degree with a passion for acquiring new skills and knowledge. Known for my outgoing personality and natural affinity for leadership, I thrive in collaborative environments where I can contribute innovative ideas and drive projects forward. Committed to continuous learning and personal growth, I am eager to leverage my technical acumen and leadership qualities to make a meaningful impact in the field of technology.
</p>
<h3>EDUCATION</h3>
<hr/>
<p>
Bachelor of Technology (B.Tech) in Computer Science Engineering<br/>
Bapatla Women's Enginnering College, Bapatla, Andhra Predesh<br/>
Expected Graduation: May, 2025
</p>
<h3>TECHNICAL SKILLS</h3>
<hr/>
<ul>
<li><h4>Programming Languages:</h4> Java, C, Python</li>
<li><h4>Web Technologies:</h4> HTML, CSS, JavaScript</li>
</ul>
<h3>PROJECTS</h3>
<hr/>
<ol>
<li><h4>Online Bookstore Application</h4>
<ul>
<li>Developed an online bookstore website using Java Servlets and MySQL for backend data storage.</li>
<li>Implemented user authentication, book browsing, and cart management functionalities.</li>
<li>Implemented user authentication, book browsing, and cart management functionalities.</li>
</ul>
</li>
<li><h4>Movie Recommendation System</h4>
<ul>
<li>Built a movie recommendation system using collaborative filtering techniques.</li>
<li>Implemented algorithms in Python to analyze user preferences and recommend movies.</li>
<li>Technologies Used: Python, Pandas, NumPy, scikit-learn</li>
</ul>
</li>
</ol>
<h3>EXTRA-CURRICULAR ACTIVITIES</h3>
<hr/>
<ul>
<li>Volunteer, Coding Club: Organized coding workshops and competitions for fellow students.</li>
<li>Member, Tech Society: Actively participated in organizing tech events and seminars.</li>
</ul>
<h3>OTHERS</h3>
<hr/>
<ul>
<a href="./hobbies.html"><li>My Hobbies</li></a>
<a href="./about.html"><li>Contact Me</li></a>
</ul>
<footer>
<p>© Geetika Bharoth. All rights reserved.</p>
</footer>
</body>
</html>