Skip to content

Commit 68ddf9f

Browse files
added my photot
1 parent c2d36e3 commit 68ddf9f

2 files changed

Lines changed: 11 additions & 60 deletions

File tree

css/style.css

Lines changed: 10 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -215,69 +215,19 @@ nav a:hover {
215215
gap: 1rem;
216216
}
217217
}
218-
background-color: rgba(255, 255, 255, 0.1);
219-
padding: 1rem;
220-
margin-top: 1rem;
221-
}
222-
223-
nav ul {
224-
list-style: none;
225-
display: flex;
226-
justify-content: center;
227-
gap: 2rem;
228-
}
229-
230-
nav a {
231-
color: white;
232-
text-decoration: none;
233-
font-size: 1.1rem;
234-
padding: 0.5rem 1rem;
235-
border-radius: 4px;
236-
transition: background-color 0.3s;
237-
}
238-
239-
nav a:hover {
240-
background-color: rgba(255, 255, 255, 0.2);
241-
}
242-
243-
/* Main Content Styles */
244-
main {
245-
max-width: 1200px;
246-
margin: 0 auto;
247-
padding: 3rem 2rem;
248-
}
249-
250-
section {
251-
background: white;
252-
border-radius: 8px;
253-
padding: 2rem;
254-
margin-bottom: 2rem;
255-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
256-
}
257-
258-
h2 {
259-
color: #1e3c72;
260-
margin-bottom: 1rem;
261-
font-size: 2rem;
262-
font-weight: 500;
263-
}
264-
265-
p {
266-
margin-bottom: 1rem;
267-
color: #666;
268-
}
269218

270-
a {
271-
color: #2a5298;
272-
text-decoration: none;
273-
transition: color 0.3s;
274-
}
275-
276-
a:hover {
277-
color: #1e3c72;
219+
/* Homepage Specific Styles */
220+
.profile-image {
221+
width: 200px;
222+
height: 200px;
223+
border-radius: 50%;
224+
margin: 0 auto 2rem;
225+
display: block;
226+
object-fit: cover;
227+
border: 3px solid var(--primary-color);
228+
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
278229
}
279230

280-
/* Homepage Specific Styles */
281231
.subtitle {
282232
font-size: 1.4rem;
283233
color: #666;

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<main class="container">
2424
<section class="hero">
25+
<img src="assets/AkhilDP2.jpeg" alt="Akhil Sai Latchireddi" class="profile-image">
2526
<h1>Akhil Sai Latchireddi</h1>
2627
<p class="subtitle">Software Developer & Open Source Enthusiast</p>
2728
<div class="cta-buttons">

0 commit comments

Comments
 (0)