Skip to content

Commit

Permalink
change : aspiring sd to sd
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshsnaik committed Dec 21, 2024
1 parent f43ea3b commit aa6a340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ interface Props {
}
const {
title = "Vignesh S Naik - Aspiring Software Developer",
description = "Welcome to the personal website of Vignesh S Naik, an aspiring software developer. Explore projects, skills, and get in touch.",
title = "Vignesh S Naik - Software Developer from Kochi, India",
description = "Welcome to the personal website of Vignesh S Naik, a software developer. Explore projects, skills, and get in touch.",
} = Astro.props;
---

Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const projects = (await getCollection("work"))

<BaseLayout>
<!-- SEO -->
<title>Vignesh S Naik - Aspiring Software Developer</title>
<title>Vignesh S Naik - Software Developer from Kochi, Kerala</title>
<meta
name="description"
content="Welcome to the personal website of Vignesh S Naik, an aspiring software developer. Explore projects, skills, and get in touch."
content="Welcome to the personal website of Vignesh S Naik, a software developer. Explore projects, skills, and get in touch."
/>
<meta
name="keywords"
Expand All @@ -43,7 +43,7 @@ const projects = (await getCollection("work"))
<header class="hero">
<Hero
title="I'm Vignesh S Naik!"
tagline="Aspiring Software Developer"
tagline="Software Developer"
align="start"
>
<div class="roles">
Expand Down

0 comments on commit aa6a340

Please sign in to comment.