From ca96c8deea1820e76a92b86cc574c6ffd027231f Mon Sep 17 00:00:00 2001 From: Emily Kanarek Date: Sat, 17 Feb 2024 09:56:59 -0500 Subject: [PATCH 1/7] Completed assignment --- my_list.html | 9 +++++++++ my_list.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 my_list.html create mode 100644 my_list.txt diff --git a/my_list.html b/my_list.html new file mode 100644 index 000000000..22f65a3e6 --- /dev/null +++ b/my_list.html @@ -0,0 +1,9 @@ +

My Plant List

+

Some of my favorite plants!

+ diff --git a/my_list.txt b/my_list.txt new file mode 100644 index 000000000..7cb00b1d7 --- /dev/null +++ b/my_list.txt @@ -0,0 +1,5 @@ +"Monstera Deliciosa" +"Fiddle Leaf Fig" +"Pilea" +"Golden Pothos" +"Peace Lily" \ No newline at end of file From b6c411de281fd9301b8eeb33be273b542f6cae2c Mon Sep 17 00:00:00 2001 From: Emily Kanarek Date: Wed, 30 Apr 2025 15:26:36 -0400 Subject: [PATCH 2/7] Turned list into bulleted list --- my_list.html | 2 +- my_list.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/my_list.html b/my_list.html index 22f65a3e6..d456bab4d 100644 --- a/my_list.html +++ b/my_list.html @@ -5,5 +5,5 @@

My Plant List

  • "Fiddle Leaf Fig"
  • "Pilea"
  • "Golden Pothos"
  • -
  • "Peace Lily"
  • +
  • "Peace Lily"
  • diff --git a/my_list.txt b/my_list.txt index 7cb00b1d7..90c1c2bca 100644 --- a/my_list.txt +++ b/my_list.txt @@ -2,4 +2,4 @@ "Fiddle Leaf Fig" "Pilea" "Golden Pothos" -"Peace Lily" \ No newline at end of file +"Peace Lily" \ No newline at end of file From f42c0a0665b59fbffd6e02142e7912a1db8b8a91 Mon Sep 17 00:00:00 2001 From: Emily Kanarek Date: Wed, 30 Apr 2025 16:03:01 -0400 Subject: [PATCH 3/7] Reset lab --- my_list.html | 9 --------- my_list.txt | 5 ----- 2 files changed, 14 deletions(-) delete mode 100644 my_list.html delete mode 100644 my_list.txt diff --git a/my_list.html b/my_list.html deleted file mode 100644 index d456bab4d..000000000 --- a/my_list.html +++ /dev/null @@ -1,9 +0,0 @@ -

    My Plant List

    -

    Some of my favorite plants!

    -
      -
    • "Monstera Deliciosa"
    • -
    • "Fiddle Leaf Fig"
    • -
    • "Pilea"
    • -
    • "Golden Pothos"
    • -
    • "Peace Lily"
    • -
    diff --git a/my_list.txt b/my_list.txt deleted file mode 100644 index 90c1c2bca..000000000 --- a/my_list.txt +++ /dev/null @@ -1,5 +0,0 @@ -"Monstera Deliciosa" -"Fiddle Leaf Fig" -"Pilea" -"Golden Pothos" -"Peace Lily" \ No newline at end of file From fb9c3bf1a80057a088f701674b0fa63523aadec4 Mon Sep 17 00:00:00 2001 From: Emily Kanarek Date: Wed, 30 Apr 2025 16:03:57 -0400 Subject: [PATCH 4/7] Created list of plant names --- my_list.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 my_list.txt diff --git a/my_list.txt b/my_list.txt new file mode 100644 index 000000000..7cb00b1d7 --- /dev/null +++ b/my_list.txt @@ -0,0 +1,5 @@ +"Monstera Deliciosa" +"Fiddle Leaf Fig" +"Pilea" +"Golden Pothos" +"Peace Lily" \ No newline at end of file From 543f267960c83ec5b5a97a6fe4bda7e7afc7ec84 Mon Sep 17 00:00:00 2001 From: Emily Kanarek Date: Wed, 30 Apr 2025 16:06:27 -0400 Subject: [PATCH 5/7] Created unordered list --- my_list.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 my_list.html diff --git a/my_list.html b/my_list.html new file mode 100644 index 000000000..d12a68db9 --- /dev/null +++ b/my_list.html @@ -0,0 +1,5 @@ +
  • "Monstera Deliciosa"
  • +
  • "Fiddle Leaf Fig"
  • +
  • "Pilea"
  • +
  • "Golden Pothos"
  • +
  • "Peace Lily"
  • \ No newline at end of file From 6c78060397feb10f46d90b0d7256e7bd81de8faf Mon Sep 17 00:00:00 2001 From: Emily Kanarek Date: Wed, 30 Apr 2025 16:08:00 -0400 Subject: [PATCH 6/7] Added

    element for background --- my_list.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/my_list.html b/my_list.html index d12a68db9..dd2c8cd95 100644 --- a/my_list.html +++ b/my_list.html @@ -1,5 +1,8 @@ -

  • "Monstera Deliciosa"
  • -
  • "Fiddle Leaf Fig"
  • -
  • "Pilea"
  • -
  • "Golden Pothos"
  • -
  • "Peace Lily"
  • \ No newline at end of file +

    Some of my favorite plants!

    +
      +
    • "Monstera Deliciosa"
    • +
    • "Fiddle Leaf Fig"
    • +
    • "Pilea"
    • +
    • "Golden Pothos"
    • +
    • "Peace Lily"
    • +
    \ No newline at end of file From a91863c7cf4740ee1bfaf03c0b911d6469b0fdab Mon Sep 17 00:00:00 2001 From: Emily Kanarek Date: Wed, 30 Apr 2025 16:08:44 -0400 Subject: [PATCH 7/7] Added h1 --- my_list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/my_list.html b/my_list.html index dd2c8cd95..e3fdaf1b8 100644 --- a/my_list.html +++ b/my_list.html @@ -1,3 +1,4 @@ +

    My Plant List

    Some of my favorite plants!

    • "Monstera Deliciosa"