html_content <- '
<div class="section">
<h2>β¨ What Is Earth Day?</h2>
<p>
Earth Day is celebrated every year on April 22nd. It started in 1970 to raise awareness about pollution,
climate change, deforestation, and protecting our planet. Today, Earth Day is a global event that reminds
us we all have a part to play in caring for Mother Earth.
</p>
</div>
<div class="section">
<h2>π± Quick Earth Facts:</h2>
<ul>
<li>The Earth is about 4.5 billion years old.</li>
<li>70% of the Earth is covered in water.</li>
<li>1.3 billion tons of food is wasted globally each year.</li>
<li>Black and brown communities are often most affected by pollution and climate change.</li>
<li>Every small action counts: recycling, using less plastic, conserving water, etc.</li>
</ul>
</div>
<div class="section">
<h2>π Critical Thinking Prompts</h2>
<div class="prompt">1. What are some things you saw at the Earth Day market that were eco-friendly or good for the planet?</div>
<div class="prompt">2. Why do you think Earth Day matters, especially for our community?</div>
<div class="prompt">3. Did any vendors talk about where their products came from or how they were made?</div>
<div class="prompt">4. If you had to create your own Earth Day product or campaign, what would it be and why?</div>
</div>
<div class="section">
<h2>π§ Earth Day Action Challenge</h2>
<p>Pick 1 thing from the list below to try this week:</p>
<ul>
<li>β
Use a reusable water bottle</li>
<li>β
Recycle something at home or school</li>
<li>β
Talk to a family member about Earth Day</li>
<li>β
Eat less meat for one day</li>
<li>β
Pick up litter in your neighborhood</li>
<li>β
Post or journal about what Earth Day means to you</li>
</ul>
<p><strong>What did you choose?</strong> _______________________________________</p>
</div>
<div class="section">
<h2>π€ Mentor-Mentee Connection Prompt</h2>
<p><strong>βWhatβs one thing we can do as Black girls and women to protect the Earth and protect each other?β</strong></p>
<div class="notes">Notes: __________________________________________</div>
<div class="notes">__________________________________________________</div>
</div>
'
writeLines(htmlcontent, "earthday_worksheet.html")