-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
64 lines (58 loc) · 2.64 KB
/
Copy pathindex2.html
File metadata and controls
64 lines (58 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
</head>
<body>
<body>
<!-- Profile Photo -->
<img src="C:\Users\samee\OneDrive\Documents\Web Development\Sameer_Photo.jpeg" alt="Sameer_Photo" width="150" height="150">
<!-- Summary or Objective Statement -->
<h1>Summary</h1>
<p>"Passionate Software Engineer Seeking Opportunities to Build Innovative Solutions"</p>
<!-- Education -->
<h1>Education</h1>
<ul>
<li>B.Tech / Information Technology</li>
<li>K.C. College of Engineering, University of Mumbai</li>
<li>Graduated in 2022</li>
<li>CGPA: 7.25</li>
</ul>
<!-- Work Experience -->
<h1>Work Experience</h1>
<ul>
<li>Data Scientist Intern</li>
<li>Dezignolics Web and Software Solutions</li>
<li>February 2021 - March 2021</li>
<li>Responsibilities:
<ul>
<li>Developed data visualization tool for effective client communication.</li>
<li>Automated and optimized predictive analyses using Python and machine learning techniques.</li>
<li>Implemented predictive models to analyze customer behaviour and improve customer services, resulting in an improved customer retention rate of 21%.</li>
</ul>
</li>
</ul>
<!-- Skills -->
<h1>Skills</h1>
<ul>
<li>Programming Languages: Java, Python</li>
<li>Web Development: HTML, CSS, JavaScript, Socket.io</li>
<li>Tools & Technologies: Git, MS Office, JDBC, SQL, Windows, VS Code, Eclipse IDE</li>
</ul>
<!-- Awards and Certifications -->
<h1>Awards and Certifications</h1>
<ul>
<li>Ranked 6th at the institutional level in GFG coding competition - sameerjadhav4559</li>
<li>5-star rating in Java on Hackerrank - sameerjadhav4559</li>
<li>5-star rating in Python on Hackerrank - sameerjadhav2228</li>
<li>Amazon Web Services Training and Certification - AWS Academy Graduate - AWS Academy Machine Learning, 2021</li>
<li>Amazon Web Services Training and Certification - AWS Academy Graduate - AWS Academy Cloud, 2022</li>
</ul>
<!-- Footer -->
<footer>
<p>Sameer Jadhav | © 2023 | All rights reserved.</p>
</footer>
</body>
</html>