improving SEO

This commit is contained in:
Manuel Ernesto Garcia 2022-10-03 08:56:03 -04:00
parent 27ce94bc9d
commit a6569567d6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ const { title, img, desc, url, badge, tags, target = '_blank' } = Astro.props;
<div class="rounded-lg bg-base-100 hover:shadow-xl transition ease-in-out hover:scale-[102%]">
<a href={url} target={target}>
<div class="hero-content flex-col md:flex-row">
<img src={img} class="max-w-full md:max-w-[13rem] rounded-lg" />
<img src={img} alt={title} class="max-w-full md:max-w-[13rem] rounded-lg" />
<div class="grow w-full">
<h1 class="text-xl font-bold">
{title}

View file

@ -23,7 +23,7 @@ const last_posts = posts.slice(0, 3);
</div>
<div class="mt-8">
<a class="btn" href="https://twitter.com/manuelernestog" target="_blank"> Let's connect!</a>
<a href="mailto:contact.manuelernestog@gmail.com" class="btn btn-outline ml-5"> Contact</a>
<a href="https://github.com/manuelernestog/astro-modern-personal-website" target="_blank" class="btn btn-outline ml-5"> Get This template</a>
</div>
</div>