feat(Content): Add brief introduction to landing page

This commit is contained in:
Alexander Navarro 2024-04-06 12:48:12 -03:00
parent b30d0e6864
commit 033e5bbf94
9 changed files with 16 additions and 95 deletions

View file

@ -33,10 +33,10 @@ const portafolio = [
width={200}
/>
<div>
<h1 class="my-0 text-center">Alexander Navarro</h1>
<p>
{t('home.brief')}
</p>
<h1 class="text-center my-0">Alexander Navarro</h1>
<div class="text-center" class="">
<LocalizedMarkdown path="brief.md" />
</div>
</div>
</div>
</section>
@ -250,4 +250,3 @@ const portafolio = [
}
</style>
</Layout>