From 7fc562eff32629864b11291b56b0fef56fee17a0 Mon Sep 17 00:00:00 2001 From: limepotato Date: Mon, 17 Jun 2024 16:44:40 -0600 Subject: [PATCH 1/2] some formatting and stuff --- src/components/Footer.astro | 265 ++++++++++++++++++++++++------------ src/pages/index.astro | 80 +++++------ src/pages/policy.astro | 91 ------------- 3 files changed, 218 insertions(+), 218 deletions(-) delete mode 100755 src/pages/policy.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6cdc37d..1eec0c4 100755 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,101 +1,192 @@ --- --- -

+ +

-
-

+ diff --git a/src/pages/index.astro b/src/pages/index.astro index 86880cb..27af803 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,9 +10,9 @@ import Card from "../components/Card.astro";

LimePotato

-

- Hello World -

+

+ Hello World +

- - Made by me for this website! -
-
- I forgor 💀 -
-
- I forgor 💀 -
-
- I forgor 💀 -
-
- I forgor 💀 -
- - I forgor 💀 -
-
- Chjara! -
- - easrng -
- - Volted Rina -
- - - - - - - - From 10de8301d83153354c81e3912ea5b866a0b805e7 Mon Sep 17 00:00:00 2001 From: limepotato Date: Mon, 17 Jun 2024 17:49:58 -0600 Subject: [PATCH 2/2] sum more --- public/css/classes.css | 14 ++++++++++++++ src/pages/index.astro | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/public/css/classes.css b/public/css/classes.css index 0197eca..085eb23 100644 --- a/public/css/classes.css +++ b/public/css/classes.css @@ -1,3 +1,17 @@ +.content {} + +.column { + float: left; + width: 50%; +} + +/* Clear floats after the columns */ +.row:after { + content: ""; + display: table; + clear: both; +} + .navbar-menu { flex-grow: initial !important; flex-shrink: initial !important; diff --git a/src/pages/index.astro b/src/pages/index.astro index 27af803..3ba6c39 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,6 @@ import Card from "../components/Card.astro";
-

LimePotato