feat(Content): Add brief introduction to landing page
This commit is contained in:
parent
b30d0e6864
commit
033e5bbf94
9 changed files with 16 additions and 95 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue