From 1597f9cdc2448aa9a7998b72135e8810ea1ae9f3 Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 19 Feb 2025 19:48:12 -0500 Subject: [PATCH] code refactoring clean up index.astro add files needs for primary layout --- src/components/Footer.astro | 0 src/components/Header.astro | 0 src/components/Navigation.astro | 0 src/pages/index.astro | 62 ++++++++++++++++----------------- 4 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 src/components/Footer.astro create mode 100644 src/components/Header.astro create mode 100644 src/components/Navigation.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..e69de29 diff --git a/src/components/Header.astro b/src/components/Header.astro new file mode 100644 index 0000000..e69de29 diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/index.astro b/src/pages/index.astro index ac26b15..28527e3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,10 +1,11 @@ --- import "../styles/global.css"; + const pageTitle = "emma's place"; const backgroundColor = "#ffd4de"; const backgroundColorNightMode = "#240046"; -const textColor = "#f1dac4"; -const linkColor = "#4cc9f0"; +const textColorNightMode = "#f1dac4"; +const linkColorNightMode = "#4cc9f0"; --- @@ -12,52 +13,51 @@ const linkColor = "#4cc9f0"; - {pageTitle} - -
-
-

welcome to {pageTitle}

-

- you're at emma's place. coffee or tea of your choice are waiting for you. my cat baxter loves pets if you'd like to say hello. there's a little bit of eveything that is me here. there's no rush, you can be here for as little or as long as you'd like. you can just take it easy here. if all of this somehow brings you some happiness or makes you feel like maybe there's another human on the other side of your screen then i've done my job. have a look around, don't forget to grab a beverage -

- -

latest status

-
- -
- -

news about emma

-
    -
  • - 12-25-2024 - i'm going to try to get back into the swing of learning javascript. i had taken a little break due to life. but this wonderful home of mine on the web came out of that break so i'm happy about that too! -
  • -
  • - 01-16-2025 - i'm focusing on studying and trying to get used to the idea of pursuing interests because i can. i wrote a blog post today about how hard the concept is to me -
  • -
  • - 01-23-2025 - i'm working on moving my blog to blog.emmas.place it is hosted on weblog.lol, a part of the omg.lol service -
  • -
-
+
+
+

welcome to {pageTitle}

+

+ you're at emma's place. coffee or tea of your choice are waiting for you. my cat baxter loves pets if you'd like to say hello. there's a little bit of eveything that is me here. there's no rush, you can be here for as little or as long as you'd like. you can just take it easy here. if all of this somehow brings you some happiness or makes you feel like maybe there's another human on the other side of your screen then i've done my job. have a look around, don't forget to grab a beverage +

+ +

latest status

+
+ +
+ +

news about emma

+
    +
  • + 12-25-2024 - i'm going to try to get back into the swing of learning javascript. i had taken a little break due to life. but this wonderful home of mine on the web came out of that break so i'm happy about that too! +
  • +
  • + 01-16-2025 - i'm focusing on studying and trying to get used to the idea of pursuing interests because i can. i wrote a blog post today about how hard the concept is to me +
  • +
  • + 01-23-2025 - i'm working on moving my blog to blog.emmas.place it is hosted on weblog.lol, a part of the omg.lol service +
  • +
+