Skip to content

Commit

Permalink
Virtual4087#110-Redesigned Logos of Goals Page
Browse files Browse the repository at this point in the history
  • Loading branch information
an0nym0usraven committed Oct 9, 2024
1 parent 22a851f commit ea3fbd5
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,10 @@ nav .nav_buttons {
padding: 2%;
}

.Goals .svg{
margin: 5% auto;
}

.get_involved {
margin: 0px auto;
width: 80vw;
Expand Down
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

0 comments on commit ea3fbd5

Please sign in to comment.