Update some text inside the project
This commit is contained in:
parent
b3f7b6cc4a
commit
4a96e58ebf
3 changed files with 1357 additions and 1398 deletions
|
|
@ -19,21 +19,26 @@ const portafolio = await getCollection('portafolio', ({ data }) =>
|
|||
<Layout title="aleidk">
|
||||
<section>
|
||||
<div class="hstack gap-5">
|
||||
<Image
|
||||
id="portrait"
|
||||
src={portrait}
|
||||
alt="portrait of Alexander Navarro"
|
||||
loading="eager"
|
||||
width={200}
|
||||
/>
|
||||
<!-- <Image -->
|
||||
<!-- id="portrait" -->
|
||||
<!-- src={portrait} -->
|
||||
<!-- alt="portrait of Alexander Navarro" -->
|
||||
<!-- loading="eager" -->
|
||||
<!-- width={200} -->
|
||||
<!-- /> -->
|
||||
<h1>Alexander Navarro</h1>
|
||||
</div>
|
||||
|
||||
<p class="text-justify">
|
||||
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nihil ea rerum
|
||||
doloremque numquam hic eius culpa nesciunt maiores repellat assumenda
|
||||
incidunt, molestias odit perspiciatis dolore reiciendis praesentium
|
||||
itaque! Et, ad!
|
||||
This site is a <u><strong>Work In Progress</strong></u>, It is meant to be
|
||||
a place where I can collect the content I produce. For now it only focused
|
||||
on storage and display of the raw content of the categories especified
|
||||
below.
|
||||
</p>
|
||||
|
||||
<p class="text-justify">
|
||||
The first version of this project was developed as a <a href="https://en.wikipedia.org/wiki/Minimum_viable_product">MVP</a>. So this sites lacks many features I would like to add over time.
|
||||
For an up to date roadmap, please visit the <a href="https://codeberg.org/aleidk/personal-page">project README</a>.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue