Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
firework-corl2024 committed Oct 25, 2024
1 parent 58c4fb6 commit 2e62ba6
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1 class="title is-1 publication-title">Multi-Task Interactive Robot Fleet Lear
<div class="container is-max-desktop">
<div class="hero-body">
<!-- <video poster="" id="tree" autoplay controls muted height="100%"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/fjTtftFNOls?si=cjvqRDTvgOOBQDqN" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="840" height="472" src="https://www.youtube.com/embed/fjTtftFNOls?si=cjvqRDTvgOOBQDqN" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/fjTtftFNOls?si=cjvqRDTvgOOBQDqN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->

<!-- </video> -->
Expand Down Expand Up @@ -205,33 +205,6 @@ <h2 class="title is-3">Anomaly Predictors</h2>
</div>
</section>

<!-- Video carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<h2 class="columns is-centered has-text-centered">Continuing Sirius</h2>
<div id="results-carousel" class="carousel results-carousel" style="display: flex; gap: 20px; overflow-x: auto;">
<div class="item item-video1">
<video poster="" id="video1" autoplay controls muted style="height: 200px;">
<source src="videos/0_sirius.mp4" type="video/mp4">
</video>
</div>
<div class="item item-video2">
<video poster="" id="video2" autoplay controls muted style="height: 200px;">
<source src="videos/1_sirius-rm.mp4" type="video/mp4">
</video>
</div>
<div class="item item-video3">
<video poster="" id="video3" autoplay controls muted style="height: 200px;">
<source src="videos/2_sirius-fleet.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>
<!-- End video carousel -->


<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
Expand Down

0 comments on commit 2e62ba6

Please sign in to comment.