From 20a1a463ee8895792cc7527c58c43583d71e2fe0 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 28 Nov 2024 19:38:27 -0500 Subject: [PATCH] recreate as php to make use of reuse of markup --- includes/nav.php | 5 +++++ index.html => index.php | 5 ++--- life/{music.html => music.php} | 0 life/{pets.html => pets.php} | 0 life/{photography.html => photography.php} | 0 life/{technology.html => technology.php} | 0 site/{about.html => about.php} | 0 site/{contact.html => contact.php} | 0 site/{postroll.html => postroll.php} | 0 site/{why.html => why.php} | 0 10 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 includes/nav.php rename index.html => index.php (96%) rename life/{music.html => music.php} (100%) rename life/{pets.html => pets.php} (100%) rename life/{photography.html => photography.php} (100%) rename life/{technology.html => technology.php} (100%) rename site/{about.html => about.php} (100%) rename site/{contact.html => contact.php} (100%) rename site/{postroll.html => postroll.php} (100%) rename site/{why.html => why.php} (100%) diff --git a/includes/nav.php b/includes/nav.php new file mode 100644 index 0000000..0a1048d --- /dev/null +++ b/includes/nav.php @@ -0,0 +1,5 @@ + diff --git a/index.html b/index.php similarity index 96% rename from index.html rename to index.php index dff5556..73ca217 100644 --- a/index.html +++ b/index.php @@ -9,9 +9,8 @@
- -
+

welcome to emma's place

you're at emma's place. coffee or your choice of tea 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 diff --git a/life/music.html b/life/music.php similarity index 100% rename from life/music.html rename to life/music.php diff --git a/life/pets.html b/life/pets.php similarity index 100% rename from life/pets.html rename to life/pets.php diff --git a/life/photography.html b/life/photography.php similarity index 100% rename from life/photography.html rename to life/photography.php diff --git a/life/technology.html b/life/technology.php similarity index 100% rename from life/technology.html rename to life/technology.php diff --git a/site/about.html b/site/about.php similarity index 100% rename from site/about.html rename to site/about.php diff --git a/site/contact.html b/site/contact.php similarity index 100% rename from site/contact.html rename to site/contact.php diff --git a/site/postroll.html b/site/postroll.php similarity index 100% rename from site/postroll.html rename to site/postroll.php diff --git a/site/why.html b/site/why.php similarity index 100% rename from site/why.html rename to site/why.php