Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #110: Redesigned the logos on the 'Our Goals' page #115

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
Binary file added assets/images/Awareness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/Awareness.webp
Binary file not shown.
Binary file added assets/images/Reach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/Reach.webp
Binary file not shown.
Binary file added assets/images/Target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/Target.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,21 @@
<div class="line"></div>
</div>
<div class="images">
<img src="./assets/images/Target.webp" width="200px" />
<img src="./assets/images/Target.png" width="200px" />
<div class="text">
<span>TARGET<br /><br /></span>Planting 1 million trees worldwide
within the next 3 years.
</div>
</div>
<div class="images">
<img src="./assets/images/Reach.webp" width="200px" />
<img src="./assets/images/Reach.png" width="200px" />
<div class="text">
<span>REACH<br /><br /></span>Expanding tree planting efforts to 30+
countries across the world.
</div>
</div>
<div class="images">
<img src="./assets/images/Awareness.webp" width="200px" />
<img src="./assets/images/Awareness.png" width="200px" />
<div class="text">
<span>EDUCATION AND AWARENESS<br /><br /></span>Raising awareness
about the importance of tree planting through educational programs,
Expand Down