diff --git a/public/ayo-cartoon.png b/public/ayo-cartoon.png new file mode 100644 index 0000000..6c452ea Binary files /dev/null and b/public/ayo-cartoon.png differ diff --git a/public/ayo.png b/public/ayo.png index 6c452ea..fc54a48 100644 Binary files a/public/ayo.png and b/public/ayo.png differ diff --git a/src/pages/404.astro b/src/pages/404.astro index 50237c7..ccec765 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -96,7 +96,6 @@ const description = "Have you tried turning it off and on again?"; background: var(--ayo-gradient); background-size: 500% 500%; animation: pulse 15s ease-in-out infinite; - box-shadow: 0 8px 8px -4px lightblue; } .highlighted-section__content ul a { diff --git a/src/pages/index.astro b/src/pages/index.astro index 444090e..ac73b2e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,19 +7,29 @@ import Footer from "../components/Footer.astro";
-

- AyoAyco -

-
    -
  • 🚀 Building Astro Reactive
  • -
  • 🦌 Contributing to Elk
  • -
  • 👨🏻‍💻 Software Extraordinaire
  • -
  • 🕵🏻‍♂️ Frontend Detective
  • -
- - Now - The Fediverse and Other Passion Projects - + Ayo Ayco's picture +
+

+ AyoAyco +

+
    +
  • 👨🏻‍💻 Software Extraordinaire
  • +
  • 🕵🏻‍♂️ Frontend Detective
  • +
  • + 🚀 Building Astro Reactive +
  • +
  • 🦌 Contributing to Elk
  • +
+ + Now + The Fediverse and Other Passion Projects + +
@@ -68,16 +78,6 @@ import Footer from "../components/Footer.astro"; max-width: 100% !important; } - .highlighted-section__content { - margin: auto; - padding: 1em; - max-width: var(--content-width); - font-weight: normal; - font-size: large; - color: var(--color-bg); - line-height: 1.6; - } - .now-wrapper { border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 40px; @@ -105,7 +105,26 @@ import Footer from "../components/Footer.astro"; background: var(--ayo-gradient); background-size: 500% 500%; animation: pulse 15s ease-in-out infinite; - box-shadow: 0 8px 8px -4px lightblue; + border-bottom: 1px solid var(--color-brand-blue-1); + } + + .highlighted-section__content { + margin: auto; + padding: 1em; + max-width: var(--content-width); + font-weight: normal; + font-size: large; + color: var(--color-bg); + line-height: 1.6; + } + + .highlighted-section__content__profile-picture { + float: right; + width: 20%; + margin: 30px 0 0; + border: 1px solid var(--color-brand-blue-1); + display: block; + border-radius: 50%; } .highlighted-section__content ul a { @@ -158,9 +177,18 @@ import Footer from "../components/Footer.astro"; .now-label::after { content: ":"; } + + .highlighted-section__content__profile-picture { + float: none; + width: 100px; + } } @media only screen and (min-device-width: 280px) and (max-device-width: 653px) { + .highlighted-section__content__profile-picture { + float: none; + width: 100px; + } .highlighted-section__content ul li { font-size: 14px; }