Initial commit

This commit is contained in:
subashGamer21
2025-01-07 15:54:52 +05:45
commit f26cef8072
84 changed files with 11774 additions and 0 deletions

26
parts/partners.php Normal file
View File

@ -0,0 +1,26 @@
<!-- Partners start -->
<section id="partners" class="wow fadeIn" data-wow-offset="50">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Meet Our Partners</h2>
<span class="underline">&nbsp;</span>
<p>To contribute to positive change and achieve our sustainability goals, we partner with many extraordinary organizations around the world. Their expertise enables us to do far more than we could alone, and their passion and talent inspire us. It is our pleasure to introduce you to a handful of the organizations whose accomplishments and commitments are representative of all the organizations we are fortunate to call our partners.</p>
</div>
<div class="col-md-3 col-xs-6 text-center">
<img src="img/partner1.png" alt="Partner" class="img-responsive wow fadeInUp" data-wow-delay="0.5s" data-wow-offset="200">
</div>
<div class="col-md-3 col-xs-6 text-center">
<img src="img/partner2.png" alt="Partner" class="img-responsive wow fadeInUp" data-wow-delay="1s" data-wow-offset="200">
</div>
<div class="col-md-3 col-xs-6 text-center">
<img src="img/partner3.png" alt="Partner" class="img-responsive wow fadeInUp" data-wow-delay="1.5s" data-wow-offset="200">
</div>
<div class="col-md-3 col-xs-6 text-center">
<img src="img/partner4.png" alt="Partner" class="img-responsive wow fadeInUp" data-wow-delay="2s" data-wow-offset="200">
</div>
</div>
</div>
</section>
<!-- Partners end -->