From ad2411fcb4f608d982b3a1dcb4157c362b59be3b Mon Sep 17 00:00:00 2001 From: JasonSatyr42 <161389213+JasonSatyr42@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:35:20 -0600 Subject: [PATCH 1/3] Update homeArticles.js Roevember try 3 trying to merge again. --- .../src/application/mock-data/homeArticles.js | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/iag-fe/src/application/mock-data/homeArticles.js b/iag-fe/src/application/mock-data/homeArticles.js index 1f4d69d6..7795c32c 100644 --- a/iag-fe/src/application/mock-data/homeArticles.js +++ b/iag-fe/src/application/mock-data/homeArticles.js @@ -1,40 +1,5 @@ const articles = [ - { - content: { - info: { - icon: '', - author: "Jason Satyr", - id: 'jason-satyr', - links: ['https://genius.com/English-folk-verse-the-fifth-of-november-guy-fawkes-night-poem-annotated' - }, - article: { - headline: 'Roevember', - text: `Remember, Remember, -To Vote in Roevember! -Face the Big Lie, treason, and plot; -I know of no reason, -The January 6 Treason, -Should ever be forgot! -Or that Thomas and friends, -Gaveled the doom, -Of women’s rights, travel to womb. -Now twenty-seven states conspire, -With denier’s gloom, -Dimming Democracy’s fire. -Remember, Remember, -To Vote in Roevember. -Face the Big Lie, treason, and plot; -Our women and our freedom need you lot! -If you love liberty’s breath, -Cast your ballot against Democracy’s death! -`, - }, - interaction: { - likes: '14k' - } - }, - key: 5 - }, { + { content: { info: { icon: '', @@ -139,7 +104,42 @@ The Bible is full of crackpottery. You will find fireproof men, a lionproof hero } }, key: 4 - }, + },{ + content: { + info: { + icon: '', + author: "Jason Satyr", + id: 'jason-satyr', + links: ['https://genius.com/English-folk-verse-the-fifth-of-november-guy-fawkes-night-poem-annotated' + }, + article: { + headline: 'Roevember', + text: `Remember, Remember, +To Vote in Roevember! +Face the Big Lie, treason, and plot; +I know of no reason, +The January 6 Treason, +Should ever be forgot! +Or that Thomas and friends, +Gaveled the doom, +Of women’s rights, travel to womb. +Now twenty-seven states conspire, +With denier’s gloom, +Dimming Democracy’s fire. +Remember, Remember, +To Vote in Roevember. +Face the Big Lie, treason, and plot; +Our women and our freedom need you lot! +If you love liberty’s breath, +Cast your ballot against Democracy’s death! +`, + }, + interaction: { + likes: '14k' + } + }, + key: 5 + }, ] export default articles; From d20f37d1795a7ab8a9f67b0a76a32280f4a2f7fd Mon Sep 17 00:00:00 2001 From: JasonSatyr42 <161389213+JasonSatyr42@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:39:47 -0600 Subject: [PATCH 2/3] Update homeArticles.js Roevember try 3 Roevember try 4 From a582972a11da4e1079b5a18b7092820108b27edb Mon Sep 17 00:00:00 2001 From: JasonSatyr42 <161389213+JasonSatyr42@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:30:36 -0500 Subject: [PATCH 3/3] Update homeArticles.js - Jack the Giant #1 Jack article 1 --- .../src/application/mock-data/homeArticles.js | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/iag-fe/src/application/mock-data/homeArticles.js b/iag-fe/src/application/mock-data/homeArticles.js index 7795c32c..ba2631c1 100644 --- a/iag-fe/src/application/mock-data/homeArticles.js +++ b/iag-fe/src/application/mock-data/homeArticles.js @@ -139,6 +139,30 @@ Cast your ballot against Democracy’s death! } }, key: 5 + }, { + content: { + info: { + icon: '', + author: "Jack the Giant", + id: 'jack-the-giant', + links: ['https://tcjewfolk.com/2012/02/07/complicated-legacy-fritz-haber/','https://www.theguardian.com/environment/2022/nov/03/big-agriculture-climate-crisis-cop27' + }, + article: { + headline: 'Nature Gardening with Jack the Giant: #1 The Call', + text: `Consider a way of gardening that does not destroy the world. Invite mother nature to be your partner and embrace cultivated wildness. Take stewardship of fundamental natural processes to grow your food, ornamentals, and flowers. Be the caretaker of bountiful ecosystems, instead of creating sterile garden beds full of chemical fertilizer and insect poison. +In a world built by greed, humans have used growing strategies that directly conflict with nature, and nature is suffering the consequences. Since growers adopted Nazi farming techniques after World War II, humans have systematically torched the natural world in order to produce huge yields, disrupting the processes that our biosphere depends upon to support large animals, like humans. +Most scientists agree that we are at a tipping point in climate history, and things don’t look good. Our only chance to survive in mass, as a species, is to change the way we do a lot of things. The way we grow our plants is perhaps the most important change that we need to make. Why not start in your yard? +If you are like me, you enjoy gardening because you love to make things grow. Since you want to propagate life, why not get serious about it? Instead of growing a few plants, you could steward a million million life forms. The world needs shepherds of microbes and benefactors of bees. If you own your land, you can be the ally that our biosphere needs to get past this very difficult time in history. As a reward you will walk among a riot of life and color. +Nature Gardening uses the processes of nature to grow your food and flowers. It pulls from all nature-based growing strategies, marrying the human being’s ability to organize, plan, assist, and shepherd with Mother Nature’s power to produce life abundant. It is a ground up approach, starting with the microbes beneath your feet, creating chains of life that interlock and churn out food, flowers, and foliage. It is time to turn your back on the old English garden sterility and to embrace life at all its levels. Choose to be a Nature Gardener, a steward of millions of lives, feeding the dying ecosystems of a fragile world. + + +`, + }, + interaction: { + likes: '14k' + } + }, + key: 6 }, ]