Skip to content

Commit

Permalink
Corrected video centering.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjunen committed Jan 3, 2025
1 parent 3834fd4 commit 1d3fb59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,14 @@ <h1 class="title is-1 publication-title">SOUS VIDE: Cooking Visual Drone Navigat
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<div class="columns is-centered has-text-centered">

<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/dynamic_robustness.mp4"
type="video/mp4">
</video>
</div>

<h2 class="subtitle has-text-centered">
SOUS VIDE creates end-to-end, zero-shot visual drone navigation policies that are robust to scene changes.
</h2>
Expand Down Expand Up @@ -238,6 +242,16 @@ <h2 class="title is-3">FiGS</h2>
alt="Example data generation from FiGS."/>
</div>
</div>
</div>

</div>
</section>


<section class="section">
<div class="container is-max-desktop">

<div class="columns is-centered">
<!--/ Visual Effects. -->
<div class="column">
<div class="content">
Expand Down

0 comments on commit 1d3fb59

Please sign in to comment.