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 7f3fa30 commit 6b8b48b
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,23 @@ <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">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/demo_1.mp4"
type="video/mp4">
</video>
<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>
</section>

<section class="hero teaser">
<div class="container is-max-desktop">
Expand All @@ -120,16 +137,16 @@ <h1 class="title is-1 publication-title">Dexterous Manipulation of Construction
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>
</div>
<!--/ Matting. -->
<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>
</section>

Expand Down

0 comments on commit 6b8b48b

Please sign in to comment.