From fffbeeeca6dcc861bc277cb39352da71f5aa9b8c Mon Sep 17 00:00:00 2001 From: Amanda Joseph Date: Sat, 25 Apr 2026 15:39:40 +0200 Subject: [PATCH 1/4] Add things I like --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 5102d3ea..3bbdb280 100644 --- a/index.html +++ b/index.html @@ -18,18 +18,18 @@

Welcome To Ironhacker's Page

Things I Like

Things I Don't Like

From 97c2372f428783357dbbab830d762c99dd7c49a1 Mon Sep 17 00:00:00 2001 From: Amanda Joseph Date: Sat, 25 Apr 2026 15:47:37 +0200 Subject: [PATCH 2/4] Things I love --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3bbdb280..4ddaa12a 100644 --- a/index.html +++ b/index.html @@ -16,9 +16,9 @@

Welcome To Ironhacker's Page

-

Things I Like

+

Things I Love

    -
  • Daffodils
  • +
  • Sunflowers
  • Sunshine
  • Ice cream
From eb734e5f1280575cf1977b0023dbafcb5981de7f Mon Sep 17 00:00:00 2001 From: Amanda Joseph Date: Sat, 25 Apr 2026 15:52:10 +0200 Subject: [PATCH 3/4] Added different things I like --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4ddaa12a..22b8131a 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,8 @@

Welcome To Ironhacker's Page

Things I Love

    -
  • Sunflowers
  • -
  • Sunshine
  • +
  • Churros
  • +
  • Kermis
  • Ice cream
From 0f74284253e2b959aaf7e35568fcf3036f13c763 Mon Sep 17 00:00:00 2001 From: Amanda Joseph Date: Sat, 25 Apr 2026 16:46:22 +0200 Subject: [PATCH 4/4] Add *.cache to .gitignore --- .gitignore | 3 +++ style.css | 0 2 files changed, 3 insertions(+) create mode 100644 .gitignore create mode 100644 style.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..447c81da --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules/ +*.log +*.cache diff --git a/style.css b/style.css new file mode 100644 index 00000000..e69de29b