Skip to content

Commit

Permalink
Fix issue #110: Redesigned the logos on the 'Our Goals' page (#115)
Browse files Browse the repository at this point in the history
* #110-Redesigned Logos of Goals Page

* #110-Fixed An Error

* Renamed old logos to 'previous-*'
  • Loading branch information
an0nym0usraven authored Oct 9, 2024
1 parent fd5c29d commit 039ec31
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
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 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 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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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

0 comments on commit 039ec31

Please sign in to comment.