From 37f9aeea1bbec7d26b67f48ef5771baa9325a377 Mon Sep 17 00:00:00 2001 From: natsu Date: Thu, 1 Feb 2024 01:16:35 +0000 Subject: [PATCH] Moviendo todos los Sections al index --- src/components/sections/About.astro | 11 +-- src/components/sections/Education.astro | 64 +++++++------- src/components/sections/Experience.astro | 60 ++++++------- src/components/sections/Hero.astro | 105 +++++++++++------------ src/components/sections/Projects.astro | 56 ++++++------ src/components/sections/Skills.astro | 22 ++--- src/pages/index.astro | 14 +-- 7 files changed, 156 insertions(+), 176 deletions(-) diff --git a/src/components/sections/About.astro b/src/components/sections/About.astro index 0e5e4aa3..a6392ae5 100644 --- a/src/components/sections/About.astro +++ b/src/components/sections/About.astro @@ -1,12 +1,9 @@ --- -import Section from "../Section.astro" - import { basics } from "@cv" const { summary } = basics --- -
-

- {summary} -

-
+

+ {summary} +

+ diff --git a/src/components/sections/Education.astro b/src/components/sections/Education.astro index c04f75b9..b78a1bfa 100644 --- a/src/components/sections/Education.astro +++ b/src/components/sections/Education.astro @@ -1,41 +1,37 @@ --- -import Section from "../Section.astro" - import { education } from "@cv" --- -
- -
+