From c2c278bbcd39a2143128134cf3b091c0b979d4f2 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 13 Dec 2024 16:57:13 -0500 Subject: [PATCH] remove related project from index.php, create new page, add to nav --- includes/nav.php | 1 + index.php | 23 ----------------------- site/other.php | 43 +++++++++++++++++++++++++++++++++++++++++++ style/style.css | 12 ++++++++++++ 4 files changed, 56 insertions(+), 23 deletions(-) create mode 100644 site/other.php diff --git a/includes/nav.php b/includes/nav.php index ddb1dc1..5577afb 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -14,6 +14,7 @@
  • about
  • why
  • who
  • +
  • other emma things
  • contact
  • diff --git a/index.php b/index.php index 005d62c..c2b90a7 100644 --- a/index.php +++ b/index.php @@ -41,29 +41,6 @@ 12-05-2024 - i've begun using picrew to explore my identity and sense of self. while creating this site i added a picrew page with a few images of how i see myself. with time i will certainly add more - -

    other things of mine you might like

    - -

    cat-related website projects

    - -

    - to say my love of cats drives a passion to create is an understatement <3 -

    - -

    a blog about my life in general

    - diff --git a/site/other.php b/site/other.php new file mode 100644 index 0000000..1561330 --- /dev/null +++ b/site/other.php @@ -0,0 +1,43 @@ + + + + + + other emma things + + + + + + + +
    +
    other things of mine you might like + +

    cat-related website projects

    + +

    + to say my love of cats drives a passion to create is an understatement <3 +

    + +

    a blog about my life in general

    + + +

    you can certainly expect more here with time <3

    +
    +
    + + diff --git a/style/style.css b/style/style.css index 9ba5ea7..53626f9 100644 --- a/style/style.css +++ b/style/style.css @@ -104,6 +104,18 @@ a:hover { text-decoration: underline; } +ul { + list-style-type: none; +} + +nav ul li { + padding-bottom: 0.5rem; +} + +nav ul li a { + font-size: 1.1rem; +} + .status { height: 120px; }