Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Sivaprakasam authored and Matthew Sivaprakasam committed Dec 6, 2024
2 parents f14a1e4 + ff2f13e commit 60c0001
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
line-height: 1.1;
}

.button-shadow {
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.blockMobile {
display: none; /* Hide the component by default */
}
Expand Down Expand Up @@ -361,10 +365,10 @@ <h2 class="title is-3">Explore the Dataset!</h2>
<div class="column is-four-fifths">
<h2 class="title is-3">Autonomy Results</h2>
<div class="buttons is-centered">
<button class="button is-primary line-height-adjust" onclick="showContent(1,1)">Autonomy<br />Course</button>
<button class="button is-link" onclick="showContent(2,1)">Costmaps</button>
<button class="button is-info" onclick="showContent(3,1)">Speedmaps</button>
<button class="button is-success" onclick="showContent(4,1)">Adaptation</button>
<button class="button is-primary line-height-adjust button-shadow" onclick="showContent(1,1)">Autonomy<br />Course</button>
<button class="button is-link button-shadow" onclick="showContent(2,1)">Costmaps</button>
<button class="button is-info button-shadow" onclick="showContent(3,1)">Speedmaps</button>
<button class="button is-success button-shadow" onclick="showContent(4,1)">Adaptation</button>
</div>
<div id="dynamic-content">
<div class="content-section active" id="content-1-1">
Expand Down Expand Up @@ -406,8 +410,8 @@ <h2 class="title is-3">Autonomy Results</h2>
<div class="column is-four-fifths">
<h2 class="title is-3">Robot+Sensor Generalizability</h2>
<div class="buttons is-centered">
<button class="button is-primary line-height-adjust" onclick="showContent(5,2)">Wheelchair - <br />Urban</button>
<button class="button is-link line-height-adjust" onclick="showContent(6,2)">Quadruped - <br />Urban + Nature</button>
<button class="button is-primary line-height-adjust button-shadow" onclick="showContent(5,2)">Wheelchair - <br />Urban</button>
<button class="button is-link line-height-adjust button-shadow" onclick="showContent(6,2)">Quadruped - <br />Urban + Nature</button>
</div>
<div id="dynamic-content">
<div class="content-section active" id="content-2-5">
Expand Down

0 comments on commit 60c0001

Please sign in to comment.