From 2b15687df97b98f4c1b9ad01450beeafdd4cf829 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sun, 10 Nov 2024 18:19:40 +0530 Subject: [PATCH 1/2] solved #4984 #4985 #4986 --- assets/html/poetry.html | 27 ++++++ assets/html/poetrya.html | 93 ++++++++++++++++++++ assets/html/poetryp.html | 186 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 306 insertions(+) create mode 100644 assets/html/poetrya.html create mode 100644 assets/html/poetryp.html diff --git a/assets/html/poetry.html b/assets/html/poetry.html index a7a0ad42..4d495b26 100644 --- a/assets/html/poetry.html +++ b/assets/html/poetry.html @@ -1218,6 +1218,33 @@

Poetry Books

Explore each book further by clicking on the covers!

+ + + + + + + +
diff --git a/assets/html/poetrya.html b/assets/html/poetrya.html new file mode 100644 index 00000000..06c67b64 --- /dev/null +++ b/assets/html/poetrya.html @@ -0,0 +1,93 @@ + + + + + + Approach to Reading Poetry Books + + + + +
+

How to Approach Reading Poetry Books

+

Reading poetry can be an emotional and enriching experience. Here's a guide to help you dive into some of the most popular poetry collections:

+
    +
  • Read Slowly and Reflect: Poetry often requires a slow, contemplative read. Take your time with each line and reflect on its meaning.
  • +
  • Explore Themes: Poetry often explores themes of love, loss, identity, and nature. Think about how these themes resonate with your own life.
  • +
  • Appreciate the Language: Pay attention to the language, rhythm, and imagery. Poetry is an art form that uses words to paint vivid pictures.
  • +
  • Connect with the Poet: Get to know the background of the poet and their life experiences. This can deepen your understanding of the collection.
  • +
  • Read Aloud: Poetry has a musical quality, so reading it aloud can help you appreciate its sound and flow.
  • +
+ +

Popular Poetry Books

+
    +
  • The Sun and Her Flowers by Rupi Kaur – A beautiful collection of poems about growth, healing, and self-love.
  • +
  • Milk and Honey by Rupi Kaur – A deeply personal exploration of pain, love, and loss through raw, emotional poetry.
  • +
  • Citizens by Claudia Rankine – A thought-provoking collection that explores race, identity, and the complexities of living in America.
  • +
  • Leaves of Grass by Walt Whitman – A classic collection that explores themes of individualism, nature, and the American experience.
  • +
  • Love Poems by Pablo Neruda – A passionate collection of poems about love, desire, and human connection.
  • +
+ + +
+ + + diff --git a/assets/html/poetryp.html b/assets/html/poetryp.html new file mode 100644 index 00000000..1374ce1e --- /dev/null +++ b/assets/html/poetryp.html @@ -0,0 +1,186 @@ + + + + + + Poetry Books Quiz + + + + +
+

Poetry Books Quiz

+
+ +
+ + + + +
+ + + + + From 0f50142344a5e7433d10fb2ba38930eb1f3b39f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:50:17 +0000 Subject: [PATCH 2/2] Update repo structure --- README.md | 2 ++ repo_structure.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 6dea291b..8f30c2cb 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ │ │ ├── nonfiction.html │ │ ├── philosophy.html │ │ ├── poetry.html +│ │ ├── poetrya.html +│ │ ├── poetryp.html │ │ ├── profileedit.html │ │ ├── psycological-thriller.html │ │ ├── quiz.html diff --git a/repo_structure.txt b/repo_structure.txt index b4994178..59ab06cb 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -169,6 +169,8 @@ │ │ ├── nonfiction.html │ │ ├── philosophy.html │ │ ├── poetry.html +│ │ ├── poetrya.html +│ │ ├── poetryp.html │ │ ├── profileedit.html │ │ ├── psycological-thriller.html │ │ ├── quiz.html