Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hooge104 committed Apr 11, 2024
1 parent 5f8f563 commit dacdfa3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions costa_rica/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,15 @@


<div id="map"></div>

<!--
<div class="button-container">
<!-- <button class="filter-button" style="background-color: #737373;" onclick="filterSites('all')">All Sites</button> -->
<button class="filter-button" style="background-color: #228833;" onclick="filterSites('Reference_Forest')">Reference Forests</button>
<button class="filter-button" style="background-color: #4477AA;" onclick="filterSites('Natural_Regeneration')">Natural Regeneration</button>
<button class="filter-button" style="background-color: #EE6677;" onclick="filterSites('Plantation')">Plantation</button>
<button class="filter-button" style="background-color: #CCBB44;" onclick="filterSites('Pasture')">Pasture</button>
<button class="filter-button" style="background-color: #737373" onclick="filterByAudio()">Only With Audio</button>
</div>
</div> -->

<div class="tile-container">
<div class="type-column" id="Reference_Forest"></div>
Expand Down

0 comments on commit dacdfa3

Please sign in to comment.