-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83ad4f1
commit 1834d6f
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
import ProjectCard from "../UI/ProjectCard.astro" | ||
--- | ||
|
||
<main class="w-full max-w-[491px]" data-aos="fade-right" data-aos-duration="1000"> | ||
<header class="grid gap-3 mb-10"> | ||
<main class="w-full max-w-[500px]" data-aos="fade-right" data-aos-duration="1000"> | ||
<header class="grid gap-3 mb-12"> | ||
<h1 class="text-base"> | ||
Hola, soy | ||
<span class="font-semibold">Estevenson,</span> | ||
|
@@ -16,34 +16,34 @@ import ProjectCard from "../UI/ProjectCard.astro" | |
</p> | ||
</header> | ||
|
||
<section class="grid gap-3 mb-10"> | ||
<section class="grid gap-4 mb-12"> | ||
<h2 class="text-base font-semibold">Habilidades</h2> | ||
<p class="max-w-[487px] text-base"> | ||
<p class="max-w-[500px] text-base"> | ||
Durante mi formación, he adquirido habilidades que me permiten | ||
diseñar y desarrollar proyectos. | ||
diseñar y desarrollar proyectos que generan experiencias positivas. | ||
</p> | ||
<article> | ||
<article class="grid gap-4"> | ||
<p class="text-base font-semibold">Diseño web</p> | ||
<ul> | ||
<li class="text-base">Figma</li> | ||
<li class="text-base">Adobe XD</li> | ||
<li class="text-base">Photoshop</li> | ||
<ul class="grid gap-2"> | ||
<li class="text-base">• Figma</li> | ||
<li class="text-base">• Adobe XD</li> | ||
<li class="text-base">• Photoshop</li> | ||
</ul> | ||
</article> | ||
|
||
<article> | ||
<article class="grid gap-4"> | ||
<p class="text-base font-semibold">Desarrollo web</p> | ||
<ul> | ||
<li class="text-base">HTML</li> | ||
<li class="text-base">CSS</li> | ||
<li class="text-base">JavaScript</li> | ||
<li class="text-base">React</li> | ||
<li class="text-base">TailwindCSS</li> | ||
<ul class="grid gap-2"> | ||
<li class="text-base">• HTML</li> | ||
<li class="text-base">• CSS</li> | ||
<li class="text-base">• JavaScript</li> | ||
<li class="text-base">• React</li> | ||
<li class="text-base">• TailwindCSS</li> | ||
</ul> | ||
</article> | ||
</section> | ||
|
||
<section class="grid gap-3 mb-10"> | ||
<section class="grid gap-4 mb-12"> | ||
<h2 class="font-semibold text-base">Trabajos realizados</h2> | ||
<p class="max-w-[487px] text-base"> | ||
Te invito a echar un vistazo a mi portafolio para descubrir cómo | ||
|
@@ -60,7 +60,7 @@ import ProjectCard from "../UI/ProjectCard.astro" | |
/> | ||
</section> | ||
|
||
<section class="grid gap-3 mb-10"> | ||
<section class="grid gap-4 mb-12"> | ||
<h2 class="font-semibold text-base">Envíame un mensaje</h2> | ||
<p class="max-w-[478px] text-base"> | ||
Estoy dando mis primeros pasos, espero participar en proyectos | ||
|
@@ -69,7 +69,7 @@ import ProjectCard from "../UI/ProjectCard.astro" | |
</p> | ||
</section> | ||
|
||
<footer class="grid gap-5"> | ||
<footer class="grid gap-6"> | ||
<ul class="flex flex-col gap-2"> | ||
<a href="https://wa.me/3022444817" target="_blank">(+57) 302 244 4817</a> | ||
<a href="mailto:[email protected]" target="_blank">[email protected]</a> | ||
|