html_content <- ' 🌍 Earth Day Exploration Worksheet

🌍 Earth Day Exploration Worksheet

For: [Your Mentorship Program Name] | Earth Day Market Edition

<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>

'

Save it as an HTML file in R

writeLines(htmlcontent, "earthday_worksheet.html")