mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-08 13:20:49 -05:00
improving SEO
This commit is contained in:
parent
27ce94bc9d
commit
a6569567d6
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue