Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 10 additions & 48 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,113 +411,75 @@ <h2 class="h2 section-title">324+ Trusted Global Partners</h2>

<section class="section service" id="service" style="background-image: url('./assets/images/service-map.png')">
<div class="container">

<p class="section-subtitle">
<img src="./assets/images/subtitle-img-green.png" width="32" height="7" alt="Wavy line">

<span>What We Do</span>
<span>Our Initiatives</span>
</p>

<h2 class="h2 section-title">
We Work Differently to <strong>keep The World Safe</strong>
We’re Committed to <strong>Protecting Our Planet</strong>
</h2>

<ul class="service-list">

<li>
<div class="service-card">

<div class="card-icon">
<ion-icon name="leaf-outline"></ion-icon>
</div>

<h3 class="h3 card-title">Save Nature</h3>

<p class="card-text">
Tempor incididunt ut labores
dolore magna suspene
Preserving forests, wildlife, and ecosystems to ensure a sustainable future for all living beings.
</p>

<a href="#" class="btn-link">
<span>Read More</span>

<span>Learn More</span>
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</a>

</div>
</li>

<li>
<div class="service-card">

<div class="card-icon">
<ion-icon name="earth-outline"></ion-icon>
</div>

<h3 class="h3 card-title">Save Ecology</h3>

<p class="card-text">
Tempor incididunt ut labores
dolore magna suspene
Promoting biodiversity and restoring natural habitats to maintain ecological balance.
</p>

<a href="#" class="btn-link">
<span>Read More</span>

<span>Learn More</span>
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</a>

</div>
</li>

<li>
<div class="service-card">

<div class="card-icon">
<ion-icon name="flower-outline"></ion-icon>
</div>

<h3 class="h3 card-title">Tree Plantation</h3>

<p class="card-text">
Tempor incididunt ut labores
dolore magna suspene
Planting trees to combat deforestation, reduce carbon emissions, and restore green landscapes.
</p>

<a href="#" class="btn-link">
<span>Read More</span>

<span>Learn More</span>
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</a>

</div>
</li>

<li>
<div class="service-card">

<div class="card-icon">
<ion-icon name="boat-outline"></ion-icon>
</div>

<h3 class="h3 card-title">Clear Ocean</h3>

<p class="card-text">
Tempor incididunt ut labores
dolore magna suspene
Cleaning oceans and rivers to protect marine life and reduce plastic pollution worldwide.
</p>

<a href="#" class="btn-link">
<span>Read More</span>

<span>Learn More</span>
<ion-icon name="arrow-forward" aria-hidden="true"></ion-icon>
</a>

</div>
</li>

</ul>

</div>
</section>

Expand Down