Skip to content

Commit

Permalink
Improve index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Oct 4, 2024
1 parent bbcab74 commit 44ccddf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<Header />
<main id="main-content">
<section id="hero">
<h1 class="mr-2">Hello hello :)</h1>
<h1 class="mr-2">Hello :)</h1>
<a
target="_blank"
href="/rss.xml"
Expand All @@ -41,13 +41,13 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<span class="sr-only">RSS Feed</span>
</a>
<p>
This page is destinated to share technology content that I have found
during my journey as Software engineer and some interesting points that
I consider relevant. I hope those contents could help somehow.
Hello and thank you for visiting!
This page is dedicated to sharing technology insights and discoveries from my journey as a software engineer.
I hope you find the content helpful and relevant to your interests.
</p>
<p>
You can find me in one of my contacts bellow, so don't hesitate to ping
me if you want, I will be glad to make new connections.
Feel free to connect with me using the contact information below.
I’m always eager to make new connections, so don’t hesitate to reach out!
</p>
{
// only display if at least one social link is enabled
Expand Down

0 comments on commit 44ccddf

Please sign in to comment.