File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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- lis t- style: none;
225- dis play: flex;
226- justify- content: center;
227- gap: 2rem;
228- }
229-
230- nav a {
231- color : white;
232- text- decor ation: none;
233- font- size: 1.1rem;
234- padding: 0.5rem 1rem;
235- bor der- 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- bor der- radius: 8px;
253- padding: 2rem;
254- margin- botto m: 2rem;
255- box- shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
256- }
257-
258- h2 {
259- color : # 1e3c72;
260- margin- botto m: 1rem;
261- font- size: 2rem;
262- font- weight: 500;
263- }
264-
265- p {
266- margin- botto m: 1rem;
267- color : # 666;
268- }
269218
270- a {
271- color : # 2a5298;
272- text- decor ation: 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 ;
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments