Skip to content

Commit b8fe49d

Browse files
authored
Updated index.html
1 parent ded7823 commit b8fe49d

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6-
<title>Your Name | Portfolio</title>
6+
<title>Hrushikesh Panda | Portfolio</title>
77
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet"/>
88
<style>
99
* {
@@ -81,24 +81,23 @@
8181
<body>
8282

8383
<header>
84-
<h1>Your Name</h1>
85-
<p>Java Developer | Tech Enthusiast | DevOps Learner</p>
86-
<a class="linkedin-btn" href="https://www.linkedin.com/in/yourprofile" target="_blank">Visit LinkedIn</a>
84+
<h1>Hrushikesh Panda</h1>
85+
<p>Backend Java Developer | Tech Enthusiast | DevOps Learner</p>
86+
<a class="linkedin-btn" href="https://www.linkedin.com/in/hkpanda/" target="_blank">LinkedIn</a>
8787
</header>
8888

8989
<div class="container">
9090
<section class="section">
9191
<h2>About Me</h2>
92-
<p>I'm a software developer with 3+ years of experience in Java, working on SIP, backend services, and system integration. I enjoy learning DevOps and contributing to innovative backend solutions.</p>
92+
<p>I'm a software developer with 3+ years of experience in Java, working on SIP, backend services, and system integration. I enjoy learning Spring, DevOps and contributing to innovative backend solutions.</p>
9393
</section>
9494

9595
<section class="section">
9696
<h2>Skills</h2>
9797
<ul>
98-
<li>Java, Python, SQL</li>
99-
<li>Spring Boot, JDBC, JSR289, RFC3261</li>
100-
<li>AngularJS, Jenkins, Git, Jira</li>
101-
<li>Basic Docker, CI/CD knowledge</li>
98+
<li><h4>Frontend Tech Stack: </h4>HTML, CSS, JavaScrript</li>
99+
<li><h4>Backend Tech Stack: </h4>Java/Java8, Spring Boot, MySQL</li>
100+
<li><h4>Tools & Others: </h4>Jenkins, Git, Jira, Confluence, Linux, JSR289, RFC3261</li>
102101
</ul>
103102
</section>
104103

@@ -121,4 +120,4 @@ <h2>Contact</h2>
121120
</footer>
122121

123122
</body>
124-
</html>
123+
</html>

0 commit comments

Comments
 (0)