Skip to content

Commit

Permalink
fix video height, and remove concept figure for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dtotsila committed Jul 13, 2024
1 parent 7a1202d commit 4f4f042
Showing 1 changed file with 11 additions and 31 deletions.
42 changes: 11 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ <h1 class="title is-1 publication-title">From Images and Words to Contacts: </br
<span>Video</span>
</a>
</span>
<span class="link-block">
<a href="#" class="external-link button is-normal is-rounded is-dark is-size-5">
<span class="icon">
<i class="fa fa-table"></i>
</span>
<span>Dataset</span>
</a>
</span>
</div>
</div>
</div>
Expand All @@ -110,15 +118,15 @@ <h1 class="title is-1 publication-title">From Images and Words to Contacts: </br
</section>
<div style="display: flex; justify-content: space-evenly;">
<div style="display: flex; flex-direction: column; align-items: center; justify-content: space-around;">
<video poster="" id="video2" autoplay="" controls="" muted="" loop="" style="width: 99%; ">
<video poster="" id="video2" autoplay="" controls="" muted="" loop="" style="width: 98%; ">
<source src="resources/videos/book_and_cup_compressed_.mp4" type="video/mp4">
</video>
<h2 class="subtitle has-text-centered" style="font-weight: bolder;">
</h2>
</div>

<div style="display: flex; flex-direction: column; align-items: center;">
<video poster="" id="video3" autoplay="" controls="" muted="" loop="" style="width: 99%;">
<video poster="" id="video3" autoplay="" controls="" muted="" loop="" style="width: 98%;">
<source src="resources/videos/dishwasher_compressed_.mp4" type="video/mp4">
</video>
<h2 class="subtitle has-text-centered" style="font-weight: bolder;">
Expand All @@ -140,36 +148,8 @@ <h2 class="subtitle has-text-centered" style="font-weight: bolder;">
</h2>
</div>
</div>
<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>


</p>
</div>
</div>
</div>
</div>
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<img src="resources/figures/minimal_concept_figure-1.png" alt="ANDPs Pipeline"
style="width:50%; margin-left: 25%;">
<h2 class="subtitle has-text-centered">
Talos following the user’s instructions to lean against a book and reach for a cup in its field of view.
</h2>
</div>
</div>
</section>

</section>
<!-- End paper abstract -->

</section>


</body>
Expand Down

0 comments on commit 4f4f042

Please sign in to comment.