-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (184 loc) · 6.11 KB
/
index.html
File metadata and controls
205 lines (184 loc) · 6.11 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<!--Head Starts Here-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hrushikesh Panda | Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet" />
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
background: #f0f4f8;
color: #333;
line-height: 1.6;
}
header {
background: #111;
color: #fff;
padding: 2rem 0;
text-align: center;
}
header h1 {
font-size: 2.5rem;
}
header p {
font-size: 1.2rem;
margin-top: 0.5rem;
}
.container {
max-width: 900px;
margin: 2rem auto;
padding: 1rem;
}
.section {
margin-bottom: 2rem;
}
h2 {
font-size: 1.5rem;
border-left: 5px solid #0077b5;
padding-left: 1rem;
margin-bottom: 1rem;
color: #0077b5;
}
.linkedin-btn {
display: inline-block;
padding: 10px 20px;
background: #0077b5;
color: white;
text-decoration: none;
border-radius: 5px;
margin-top: 1rem;
}
ul {
list-style-type: none;
padding-left: 0;
}
li {
margin-bottom: 0.5rem;
}
footer {
text-align: center;
padding: 1rem;
background: #222;
color: #aaa;
}
</style>
</head>
<body>
<!--Body Starts Here-->
<header>
<!--Header Details-->
<h1>Hrushikesh Panda</h1>
<p>Backend Java Developer</p>
<a class="linkedin-btn" href="https://www.linkedin.com/in/hkpanda/" target="_blank">LinkedIn</a>
</header>
<!--About Me Section Details-->
<div class="container">
<section class="section">
<h2>About Me</h2>
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem;">
<img src="rishi.jpg" alt="Hrushikesh"
style="width: 180px; border-radius: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);" />
<p style="flex: 1;">
I'm a software developer with 3+ years of experience in designing, developing and optimizing software
solutions. Proficient in Java EE, Basic Python and SIP Protocol,
with hands-on experience in backend development and VoIP communication protocols. I enjoy learning Spring,
DevOps and contributing to innovative backend solutions.
</p>
</div>
</section>
<!--Experience Section Detials-->
<section class="section">
<h2>Experience</h2>
<ul>
<li>
<h3>Capgemini</h3>
<div class="text-left">
<ul >
<li>Working as Java Backend Developer in Capgemini Engineering with 3+ years of experience.</li>
<li>Expertise in developing applications with Java8, Collection Framework, Basic Python, Linux.</li>
<li>Experienced in Software Development Life Cycle in the areas of Analysis, Coding, Testing and Maintanence of Software.</li>
<li>Worked in the client application to build and deploy the code by using CI/CD and Jenkins.</li>
<li>Hands-on experience with customising and implement new features in client application as per requirement with commited deadline.</li>
<li>Team player and flexible to adapt the challenging environments.</li>
</ul>
</div>
</li>
</ul>
</section>
<!--Skills Sections Details-->
<section class="section">
<h2>Skills</h2>
<ul>
<li>
<strong>Frontend Tech Stack:</strong> HTML, CSS, JavaScrript
</li>
<li>
<strong>Backend Tech Stack:</strong> Java/Java8, Spring Boot, MySQL
</li>
<li>
<strong>Others:</strong> Jenkins, Git, Jira, Confluence, Linux, JSR289, RFC3261
</li>
</ul>
</section>
<!--Education Details-->
<section class="section">
<h2>Education</h2>
<h3>Bachelor's In Computer Science</h3>
<p>JNTU Kakinada, Andhra Pradesh</p>
<h4>2017-2021 | <span>CGPA: 6.9/10</span></h4>
</section>
<!--Project Section Deatils-->
<!--section class="section">
<h2>Projects</h2>
<ul>
<li><strong>My SIP Tool</strong> - Java-based SIP tester tool for signaling tests</li>
<li><strong>DevOps Lab</strong> - Sample CI/CD setup using Jenkins & Docker</li>
</ul>
</section-->
<!--Contact Section Details-->
<section class="section">
<h2>Connect with me</h2>
<p>Mobile: +91-99666-59766</p>
<p>Email: phrushikesh60@gmail.com</p>
<br>
<h2>Send me a message</h2>
<form action="https://getform.io/f/avrylvoa" method="POST">
<div class="form-group">
<input type="name" class="form-control" id="name" placeholder="Name" name="name" required style="padding: 10px; border-radius: 5px; border: 1px solid #ccc;"/>
</div>
<div class="form-group">
<input
type="email" class="form-control" id="email" placeholder="Email" name="email" required style="padding: 10px; border-radius: 5px; border: 1px solid #ccc;"/>
</div>
<div class="form-group">
<input type="text" class="form-control" id="subject" placeholder="Subject" name="subject" required style="padding: 10px; border-radius: 5px; border: 1px solid #ccc;"/>
</div>
<div class="form-group">
<textarea class="form-control" rows="5"
placeholder="Enter your message"
name="message"
required
style="padding: 10px; border-radius: 5px; border: 1px solid #ccc; resize: vertical;"
></textarea>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary" style="padding: 10px; background: #0077b5; color: white; border: none; border-radius: 5px; cursor: pointer;">
Send message
</button>
</div>
</form>
</section>
</div>
<!--Footer Deatils-->
<footer>
© 2025 Hrushikesh | Hosted on GitHub ❤️
</footer>
</body>
</html>