Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiHHHuang authored Dec 5, 2023
1 parent 51e55f9 commit 7f3fa30
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,15 @@ <h1 class="title is-1 publication-title">Dexterous Manipulation of Construction
</div>
</section>


<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<div class="columns is-centered">
<h2 class="subtitle has-text-centered">
Dexterous robotic hand grasps a screwdriver,
relocates it to inside box,
and releases its palm for placement.
</h2>

<!-- Visual Effects. -->
<div class="column">
<div class="content">
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/demo_1.mp4"
type="video/mp4">
</video>
Expand All @@ -121,12 +115,16 @@ <h2 class="subtitle has-text-centered">
<div class="column">
<div class="columns is-centered">
<div class="column content">
<video id="matting-video" controls playsinline height="100%">
<video id="teaser_2" autoplay muted loop playsinline height="100%">
<source src="./static/videos/demo_2.mp4"
type="video/mp4">
</video>
</div>

<h2 class="subtitle has-text-centered">
Dexterous robotic hand grasps a screwdriver,
relocates it to inside box,
and releases its palm for placement.
</h2>
</div>
</div>
</div>
Expand Down

0 comments on commit 7f3fa30

Please sign in to comment.