From 8300bb632724cc88004e44c8b0f42ac8a94a1449 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 26 Sep 2022 10:49:23 +0200 Subject: [PATCH] fix: section spacing --- src/layouts/Layout.astro | 173 +++++++++++++++++++-------------------- src/pages/index.astro | 33 ++++---- 2 files changed, 100 insertions(+), 106 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f26a64d..754e9b8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,109 +1,104 @@ --- export interface Props { - title: string; + title: string; } const { title } = Astro.props; - -import Footer from '../components/Footer.astro'; --- - - - - - - - {title} - - - - - - - body { - margin: 0; - } + + code { + font-family: Menlo, Monaco, Lucida Console, Liberation Mono, + DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; + } - + .text-gradient { + font-weight: 900; + background-image: var(--ayo-gradient); + animation: pulse 4s ease-in-out infinite; + background-size: 500% 500%; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-size: 100% 200%; + background-position-y: 100%; + border-radius: 0.4rem; + } + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 57f0e91..38abfcf 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,23 +5,23 @@ import Footer from "../components/Footer.astro"; --- +
+
+

+ AyoAyco +

+
    +
  • 👨🏻‍💻 Software Extraordinaire
  • +
  • 🕵🏻‍♂️ Frontend Detective Consultant
  • +
  • 📚 BS Computer Science
  • +
+ + Now + Settling in The Netherlands → + +
+
-
-
-

- AyoAyco -

-
    -
  • 👨🏻‍💻 Software Extraordinaire
  • -
  • 🕵🏻‍♂️ Frontend Detective Consultant
  • -
  • 📚 BS Computer Science
  • -
- - Now - Settling in The Netherlands → - -
-