diff --git a/src/components/BackLink.astro b/src/components/BackLink.astro index a1a0200..4dd4b9b 100644 --- a/src/components/BackLink.astro +++ b/src/components/BackLink.astro @@ -1,11 +1,28 @@ --- import { ArrowLeft } from 'lucide-preact' import Link from './Link.astro' + +const { href } = Astro.props --- + + diff --git a/src/components/sections/AboutMeSection.astro b/src/components/sections/AboutMeSection.astro new file mode 100644 index 0000000..f7e7672 --- /dev/null +++ b/src/components/sections/AboutMeSection.astro @@ -0,0 +1,26 @@ +--- +import Section from '../Section.astro' +import Link from '../Link.astro' +import ExternalLink from '../ExternalLink.astro' +--- + + + + Apasionado por el desarrollo y ansioso por crecer en este fascinante campo. Encuéntrame en + + LinkedIn + para una respuesta rápida. + + + + diff --git a/src/components/sections/SocialSection.astro b/src/components/sections/SocialSection.astro index 6f5da99..aa3933c 100644 --- a/src/components/sections/SocialSection.astro +++ b/src/components/sections/SocialSection.astro @@ -12,7 +12,7 @@ import { networks } from '../../config/social' networks.map((network) => ( diff --git a/src/pages/index.astro b/src/pages/index.astro index 40540f2..0478523 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,14 +1,13 @@ --- -import { Copy, Linkedin, Github, ArrowUpRight, Check } from 'lucide-preact' +import StackSection from '../components/sections/StackSection.astro' +import SocialSection from '../components/sections/SocialSection.astro' +import ProjectSection from '../components/sections/ProjectSection.astro' import Layout from '../layouts/Layout.astro' import ExternalLink from '../components/ExternalLink.astro' -import Section from '../components/Section.astro' -import Link from '../components/Link.astro' -import { Image } from 'astro:assets' -import SocialSection from '../components/sections/SocialSection.astro' -import StackSection from '../components/sections/StackSection.astro' import BlogSection from '../components/sections/BlogSection.astro' -import ProjectSection from '../components/sections/ProjectSection.astro' +import AboutMeSection from '../components/sections/AboutMeSection.astro' +import { Image } from 'astro:assets' +import { Copy, Linkedin, Github, ArrowUpRight, Check } from 'lucide-preact' --- @@ -49,18 +48,7 @@ import ProjectSection from '../components/sections/ProjectSection.astro' - - - Apasionado por el desarrollo y ansioso por crecer en este fascinante campo. Encuéntrame en - - LinkedIn - para una respuesta rápida. - - - +
+ Apasionado por el desarrollo y ansioso por crecer en este fascinante campo. Encuéntrame en + + LinkedIn + para una respuesta rápida. +
- Apasionado por el desarrollo y ansioso por crecer en este fascinante campo. Encuéntrame en - - LinkedIn - para una respuesta rápida. -