From 25dda4dd8b8711e788af1f1598bc66bb0172cd9c Mon Sep 17 00:00:00 2001 From: April Eaton Date: Mon, 8 Dec 2025 19:04:52 +0100 Subject: [PATCH] Moving about into its own directory for better organization --- about/about.css | 17 +++++++++++++++++ about.js => about/about.js | 1 + about.html => about/index.html | 16 +++++++++++----- 3 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 about/about.css rename about.js => about/about.js (60%) rename about.html => about/index.html (53%) diff --git a/about/about.css b/about/about.css new file mode 100644 index 0000000..be34d85 --- /dev/null +++ b/about/about.css @@ -0,0 +1,17 @@ +body { + li { + /* list-style-type: none; */ + display: flex; + align-items: center; + + img { + height: 1rem; + margin: 0.2rem; + } + } + + a { + font-style: normal; + text-decoration: none; + } +} diff --git a/about.js b/about/about.js similarity index 60% rename from about.js rename to about/about.js index 5f598e9..7dd8f3d 100644 --- a/about.js +++ b/about/about.js @@ -1,3 +1,4 @@ function loadDependencies() { loadHTML("header", "/header.html"); + loadHTML("footer", "/footer/footer.html"); } diff --git a/about.html b/about/index.html similarity index 53% rename from about.html rename to about/index.html index 4252c5c..6514732 100644 --- a/about.html +++ b/about/index.html @@ -7,16 +7,22 @@ - - + + + + - + - + - I'm just a girl! +
I'm just a girl!
+