It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://manageclimatechange.com/

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  <meta charset="utf-8">
  6.  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  7.  <title>For the forest | We return the nature back where it belongs</title>
  8.  <meta name="description" content="Join our nonprofit in planting trees and restoring forests to fight climate change, support biodiversity, and create a greener planet. Get involved through volunteering, donations, or sponsorships to help make a lasting impact.">
  9.  
  10.  <!-- Favicons -->
  11.  <link href="assets/img/favicon.png" rel="icon">
  12.  <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
  13.  
  14.  <!-- Fonts -->
  15.  <link href="https://fonts.googleapis.com" rel="preconnect">
  16.  <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
  17.  <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
  18.  
  19.  <!-- Vendor CSS Files -->
  20.  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  21.  <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  22.  <link href="assets/vendor/aos/aos.css" rel="stylesheet">
  23.  <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
  24.  <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
  25.  
  26.  <!-- Main CSS File -->
  27.  <link href="assets/css/main.css" rel="stylesheet">
  28.  
  29. </head>
  30.  
  31. <body class="index-page">
  32.  
  33.  <header id="header" class="header d-flex align-items-center fixed-top">
  34.    <div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
  35.  
  36.      <a href="index.html" class="logo d-flex align-items-center">
  37.        <h1 class="sitename">FORTHEFOREST </h1> <p style="color: white; padding-left: 5px; font-size: 80%;"> by kurant.cc</p>
  38.      </a>
  39.  
  40.      <nav id="navmenu" class="navmenu">
  41.        <ul>
  42.          <li><a href="#hero" class="active">Home</a></li>
  43.          <li><a href="#about">About</a></li>
  44.          <li><a href="#services">Values</a></li>
  45.          <li><a href="#patrons">Our patrons</a></li>
  46.          
  47.          <li><a href="#call-to-action">Contact</a></li>
  48.        </ul>
  49.        <i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
  50.      </nav>
  51.  
  52.    </div>
  53.  </header>
  54.  
  55.  <main class="main">
  56.  
  57.    <!-- Hero Section -->
  58.    <section id="hero" class="hero section accent-background">
  59.  
  60.      <img src="assets/img/for-the-forest-hero.webp" alt="" data-aos="fade-in">
  61.  
  62.      <div class="container text-center" data-aos="fade-up" data-aos-delay="100">
  63.        <h2>For the forest</h2>
  64.        <p>We return the nature back where it belongs</p>
  65.        <a href="#about" class="btn-scroll" title="Scroll Down"><i class="bi bi-chevron-down"></i></a>
  66.      </div>
  67.  
  68.    </section><!-- /Hero Section -->
  69.  
  70.    <!-- About Section -->
  71.    <section id="about" class="about section">
  72.  
  73.      <div class="container">
  74.  
  75.        <div class="row gy-5">
  76.  
  77.          <div class="content col-xl-5 d-flex flex-column" data-aos="fade-up" data-aos-delay="100">
  78.            <h3>What do we focus on:</h3>
  79.  
  80.          </div>
  81.  
  82.          <div class="col-xl-7" data-aos="fade-up" data-aos-delay="200">
  83.            <div class="row gy-4">
  84.  
  85.              <div class="col-md-6 icon-box position-relative">
  86.                <i class="bi bi-briefcase"></i>
  87.                <h4>Commercial partnerships</h4>
  88.                <p>We collect donations and choose the right outcome. We turn donations into planted trees.</p>
  89.              </div><!-- Icon-Box -->
  90.  
  91.              <div class="col-md-6 icon-box position-relative">
  92.                <i class="bi bi-heart"></i>
  93.                <h4>Nature > Money</h4>
  94.                <p>We don't take money from companies practicing greenwashing.</p>
  95.              </div><!-- Icon-Box -->
  96.  
  97.              <div class="col-md-6 icon-box position-relative">
  98.                <i class="bi bi-broadcast"></i>
  99.                <h4>Volunteering</h4>
  100.                <p>We organise network of our volunteers, we plant worldwide.</p>
  101.              </div><!-- Icon-Box -->
  102.  
  103.              <div class="col-md-6 icon-box position-relative">
  104.                <i class="bi bi-easel"></i>
  105.                <h4>Results</h4>
  106.                <p>We don't accept any kind of waste. We tie our funds to most effective outcomes.</p>
  107.              </div><!-- Icon-Box -->
  108.  
  109.            </div>
  110.          </div>
  111.  
  112.        </div>
  113.  
  114.      </div>
  115.  
  116.    </section><!-- /About Section -->
  117.  
  118.    <!-- Services Section -->
  119.    <section id="services" class="services section">
  120.  
  121.      <!-- Section Title -->
  122.      <div class="container section-title" data-aos="fade-up">
  123.        <h2>Our values</h2>
  124.        <p>Join us in turning small seeds into mighty forests – one tree at a time.</p>
  125.      </div><!-- End Section Title -->
  126.  
  127.      <div class="container">
  128.  
  129.        <div class="row gy-4">
  130.  
  131.          <div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
  132.            <div class="service-item position-relative">
  133.              <div class="icon"><i class="bi bi-sun icon"></i></div>
  134.              <h4>Growth</h4>
  135.              <p>We believe in growing more than just trees; we’re growing a greener future.</p>
  136.            </div>
  137.          </div><!-- End Service Item -->
  138.  
  139.          <div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="200">
  140.            <div class="service-item position-relative">
  141.              <div class="icon"><i class="bi bi-signpost icon"></i></div>
  142.              <h4>Community</h4>
  143.              <p>It takes a village to raise a forest – let’s do it together.</p>
  144.            </div>
  145.          </div><!-- End Service Item -->
  146.  
  147.          <div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
  148.            <div class="service-item position-relative">
  149.              <div class="icon"><i class="bi bi-umbrella icon"></i></div>
  150.              <h4>Sustainability</h4>
  151.              <p>Planting roots today for a planet that thrives tomorrow.</p>
  152.            </div>
  153.          </div><!-- End Service Item -->
  154.  
  155.          <div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
  156.            <div class="service-item position-relative">
  157.              <div class="icon"><i class="bi bi-wind icon"></i></div>
  158.              <h4>Resilience</h4>
  159.              <p>Like the trees we plant, we stand tall and weather any storm.</p>
  160.            </div>
  161.          </div><!-- End Service Item -->
  162.  
  163.        </div>
  164.  
  165.      </div>
  166.  
  167.    </section><!-- /Services Section -->
  168.  
  169.    <!-- Stats Section -->
  170.    <section id="stats" class="stats section light-background">
  171.  
  172.      <div class="container" data-aos="fade-up" data-aos-delay="100">
  173.  
  174.        <div class="row gy-4">
  175.  
  176.          <div class="col-lg-3 col-md-6">
  177.            <div class="stats-item">
  178.              <i class="bi bi-tree"></i>
  179.              <span data-purecounter-start="0" data-purecounter-end="1200" data-purecounter-duration="1" class="purecounter"></span>
  180.              <p><strong>Trees planted</strong> <span>since 2022</span></p>
  181.            </div>
  182.          </div><!-- End Stats Item -->
  183.  
  184.          <div class="col-lg-3 col-md-6">
  185.            <div class="stats-item">
  186.              <i class="bi bi-trash"></i>
  187.              <span data-purecounter-start="0" data-purecounter-end="60" data-purecounter-duration="1" class="purecounter"></span>
  188.              <p><strong>Kg of trash collected</strong></p>
  189.            </div>
  190.          </div><!-- End Stats Item -->
  191.  
  192.          <div class="col-lg-3 col-md-6">
  193.            <div class="stats-item">
  194.              <i class="bi bi-universal-access"></i>
  195.              <span data-purecounter-start="0" data-purecounter-end="140" data-purecounter-duration="1" class="purecounter"></span>
  196.              <p><strong>Hours of volunteering</strong> </p>
  197.            </div>
  198.          </div><!-- End Stats Item -->
  199.  
  200.          <div class="col-lg-3 col-md-6">
  201.            <div class="stats-item">
  202.              <i class="bi bi-people"></i>
  203.              <span data-purecounter-start="0" data-purecounter-end="5" data-purecounter-duration="1" class="purecounter"></span>
  204.              <p><strong>Supporters</strong> </p>
  205.            </div>
  206.          </div><!-- End Stats Item -->
  207.  
  208.        </div>
  209.  
  210.      </div>
  211.  
  212.    </section><!-- /Stats Section -->
  213.  
  214.    <!-- Call To Action Section -->
  215.    <section id="call-to-action" class="call-to-action section accent-background">
  216.  
  217.      <img src="assets/img/forest-bg-paralax.webp" alt="">
  218.  
  219.      <div class="container">
  220.        <div class="row justify-content-center" data-aos="zoom-in" data-aos-delay="100">
  221.          <div class="col-xl-10">
  222.            <div class="text-center">
  223.              <h3>Do you want to become a volunteer or a patron?</h3>
  224.              <p>Short us a short introductory email where you describe why do you think you'd be a good fit.</p>
  225.              <a class="cta-btn" href="mailto:info@fortheforest.org">Send email</a>
  226.            </div>
  227.          </div>
  228.        </div>
  229.      </div>
  230.  
  231.    </section><!-- /Call To Action Section -->
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.    <section id="patrons" class="pricing section">
  239.  
  240.      <!-- Section Title -->
  241.      <div class="container section-title" data-aos="fade-up">
  242.        <h2>Our patrons</h2>
  243.        <p>Individuals and organisations fueling every tree we plant and every future forest we grow.</p>
  244.      </div><!-- End Section Title -->
  245.  
  246.      <div class="container">
  247.  
  248.        <div class="row gy-4">
  249.  
  250.          <div class="col-lg-4" data-aos="zoom-in" data-aos-delay="100">
  251.            <div class="pricing-item">
  252.              <h3>Ethical Network</h3>
  253.  
  254. <span>Ethical Network is a community of web developers, designers and entrepreneurs who believe that modern technology cannot truly benefit humanity without <a href="https://ethical.net/">being based on a foundation of applied ethics.</a></span>
  255.            
  256.            </div>
  257.          </div>
  258.          
  259.          <div class="col-lg-4" data-aos="zoom-in" data-aos-delay="100">
  260.            <div class="pricing-item">
  261.              <h3>Captitles</h3>
  262.  
  263. <span>Captitles is an app for <a href="https://www.captitles.com/">creating and managing surtitles in theater productions</a>. It automates the process of converting scripts into surtitles, translating them, and facilitating collaboration between team members, making it easier and faster to prepare captions for live performances. The app is particularly focused on inclusivity, helping theaters reach wider audiences, including those with hearing loss and non-native speakers.</span>
  264.            
  265.            </div>
  266.          </div>
  267.  
  268.          <div class="col-lg-4" data-aos="zoom-in" data-aos-delay="100">
  269.            <div class="pricing-item">
  270.              <h3>Míra Podorský</h3>
  271.  
  272. <span>A humble <a href="https://www.podorsky.cz/">product designer</a> with deep knowledge of human behavior and a passion for crafting user experiences that truly resonate with humans. </span>
  273.            
  274.            </div>
  275.          </div>
  276.  
  277.  
  278.  
  279.        </div>
  280.  
  281.      </div>
  282.  
  283.    </section><!-- /Pricing Section -->
  284.  
  285.    <!-- Faq Section -->
  286.    <section id="faq" class="faq section light-background">
  287.  
  288.      <!-- Section Title -->
  289.      <div class="container section-title" data-aos="fade-up">
  290.        <h2>Frequently Asked Questions</h2>
  291.      
  292.      </div><!-- End Section Title -->
  293.  
  294.      <div class="container">
  295.  
  296.        <div class="row faq-item" data-aos="fade-up" data-aos-delay="100">
  297.          <div class="col-lg-5 d-flex">
  298.            <i class="bi bi-question-circle"></i>
  299.            <h4>How can I get involved?</h4>
  300.          </div>
  301.          <div class="col-lg-7">
  302.            <p>
  303.              Whether you want to volunteer, donate, or team up with us, there are plenty of ways to join our mission.
  304.            </p>
  305.          </div>
  306.        </div><!-- End F.A.Q Item-->
  307.  
  308.        <div class="row faq-item" data-aos="fade-up" data-aos-delay="200">
  309.          <div class="col-lg-5 d-flex">
  310.            <i class="bi bi-question-circle"></i>
  311.            <h4>Where do you plant trees?</h4>
  312.          </div>
  313.          <div class="col-lg-7">
  314.            <p>
  315.              We focus on areas where trees are needed most, like regions hit by deforestation or communities that need green spaces.
  316.            </p>
  317.          </div>
  318.        </div><!-- End F.A.Q Item-->
  319.  
  320.        <div class="row faq-item" data-aos="fade-up" data-aos-delay="300">
  321.          <div class="col-lg-5 d-flex">
  322.            <i class="bi bi-question-circle"></i>
  323.            <h4>How do you pick the trees you plant?</h4>
  324.          </div>
  325.          <div class="col-lg-7">
  326.            <p>
  327.              We plant native species that fit the local environment, helping to keep nature’s balance intact.
  328.            </p>
  329.          </div>
  330.        </div><!-- End F.A.Q Item-->
  331.  
  332.        <div class="row faq-item" data-aos="fade-up" data-aos-delay="400">
  333.          <div class="col-lg-5 d-flex">
  334.            <i class="bi bi-question-circle"></i>
  335.            <h4>Can I sponsor a tree or a project?</h4>
  336.          </div>
  337.          <div class="col-lg-7">
  338.            <p>
  339.              Absolutely! You can dedicate a tree to someone special or fund a project that resonates with you.
  340.            </p>
  341.          </div>
  342.        </div><!-- End F.A.Q Item-->
  343.  
  344.        <div class="row faq-item" data-aos="fade-up" data-aos-delay="500">
  345.          <div class="col-lg-5 d-flex">
  346.            <i class="bi bi-question-circle"></i>
  347.            <h4>How do you make sure the trees survive?</h4>
  348.          </div>
  349.          <div class="col-lg-7">
  350.            <p>
  351.              We partner with local pros to care for the trees, ensuring they grow strong and healthy.
  352.            </p>
  353.          </div>
  354.        </div><!-- End F.A.Q Item-->
  355.  
  356.        <div class="row faq-item" data-aos="fade-up" data-aos-delay="500">
  357.          <div class="col-lg-5 d-flex">
  358.            <i class="bi bi-question-circle"></i>
  359.            <h4>Can I visit the planting sites?</h4>
  360.          </div>
  361.          <div class="col-lg-7">
  362.            <p>
  363.   Yes, we love visitors! Come see our work in action and maybe even get your hands dirty.
  364.            </p>
  365.          </div>
  366.        </div><!-- End F.A.Q Item-->
  367.  
  368.        <div class="row faq-item" data-aos="fade-up" data-aos-delay="500">
  369.          <div class="col-lg-5 d-flex">
  370.            <i class="bi bi-question-circle"></i>
  371.            <h4>How does planting trees help with climate change?</h4>
  372.          </div>
  373.          <div class="col-lg-7">
  374.            <p>
  375.              Trees are nature’s carbon fighters, soaking up CO2, stabilizing the soil, and providing homes for wildlife, making them a key player in the climate fight.
  376.            </p>
  377.          </div>
  378.        </div><!-- End F.A.Q Item-->
  379.  
  380.  
  381.      </div>
  382.  
  383.    </section><!-- /Faq Section -->
  384.  
  385.  </main>
  386.  
  387.  <footer id="footer" class="footer dark-background">
  388.  
  389.    <div class="container footer-top">
  390.      <div class="row gy-4">
  391.        <div class="col-lg-8 col-md-6 footer-about">
  392.          <a href="index.html" class="logo d-flex align-items-center">
  393.            <span class="sitename">For the forest</span>
  394.          </a>
  395.        </div>
  396.  
  397.  
  398.        <div class="col-lg-4 col-md-12 footer-newsletter">
  399.          <h4>Our Newsletter</h4>
  400.          <p>Subscribe to our newsletter and receive the latest news about our products and services!</p>
  401.          <form action="forms/newsletter.php" method="post" class="php-email-form">
  402.            <div class="newsletter-form"><input type="email" name="email"><input type="submit" value="Subscribe"></div>
  403.            <div class="loading">Loading</div>
  404.            <div class="error-message"></div>
  405.            <div class="sent-message">Your subscription request has been sent. Thank you!</div>
  406.          </form>
  407.        </div>
  408.  
  409.      </div>
  410.    </div>
  411.  
  412.    <div class="container copyright text-center mt-4">
  413.      <p>© <span>Copyright</span> <strong class="px-1 sitename">Fortheforest</strong> <span>All Rights Reserved</span></p>
  414.    </div>
  415.  
  416.  </footer>
  417.  
  418.  <!-- Scroll Top -->
  419.  <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
  420.  
  421.  <!-- Preloader -->
  422.  <div id="preloader"></div>
  423.  
  424.  <!-- Vendor JS Files -->
  425.  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  426.  <script src="assets/vendor/php-email-form/validate.js"></script>
  427.  <script src="assets/vendor/aos/aos.js"></script>
  428.  <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
  429.  <script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
  430.  <script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
  431.  <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
  432.  <script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
  433.  
  434.  <!-- Main JS File -->
  435.  <script src="assets/js/main.js"></script>
  436.  
  437. </body>
  438.  
  439. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda