From 36f02078ab4d8c3a5e91e05a3e331d302eddfe88 Mon Sep 17 00:00:00 2001 From: sandrabosk Date: Sat, 13 Nov 2021 15:03:25 -0500 Subject: [PATCH 1/3] add things i like --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5102d3ea..d2d7a53a 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,9 @@

Welcome To Ironhacker's Page

Things I Like

From 05d627005d914c7653ea0c66a31b312c8f40e345 Mon Sep 17 00:00:00 2001 From: Sandra Fdez Pascual Date: Sun, 7 Jun 2026 10:52:36 +0200 Subject: [PATCH 2/3] Add things I like --- index.html | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index d2d7a53a..24872589 100644 --- a/index.html +++ b/index.html @@ -18,19 +18,10 @@

Welcome To Ironhacker's Page

Things I Like

    -
  • Coding
  • -
  • Coding
  • -
  • And more coding
  • -
-
- -
-

Things I Don't Like

-
    -
  • Fill
  • -
  • This
  • -
  • In
  • +
  • Fish
  • +
  • Heights
  • +
  • Wind
- + \ No newline at end of file From 10b05f336d308abfd4614190c2073263281431b4 Mon Sep 17 00:00:00 2001 From: Sandra Fdez Pascual Date: Sun, 7 Jun 2026 11:34:39 +0200 Subject: [PATCH 3/3] Add *.cache to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore 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