Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Zager-Zhang committed Oct 31, 2024
1 parent 35cbe95 commit 8ca4d14
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
Binary file added assets/videos/iros_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/videos/overview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 26 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,15 @@ <h6 style="line-height: 26px;">
<i class="fa fa-github-alt"></i> Code </a> </p>
</div>
<div class="column">
<p class="mb-5"><a class="btn btn-large btn-light" href="https://www.bilibili.com/video/BV1G1421Q79m/"
<p class="mb-5"><a class="btn btn-large btn-light" href="https://www.bilibili.com/video/BV1G1421Q79m"
role="button" target="_blank">
<i class="fa fa-video-camera"></i> Video </a> </p>
</div>
<div class="column">
<p class="mb-5"><a class="btn btn-large btn-light" href="https://www.bilibili.com/video/BV1wEyHYjEAq"
role="button" target="_blank">
<i class="fa fa-video-camera"></i> Talk </a> </p>
</div>
<br>
<br>
<section>
Expand Down Expand Up @@ -168,6 +173,9 @@ <h1>Abstract</h1>
<h1>System Overview</h1>
<hr style="margin-top:0px">
<img src="assets/imgs/pipeline.png" alt="Top" width="90%">
<p align="center">
<img src="assets/videos/overview.gif" width = 90% height = 90%/>
</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -335,6 +343,23 @@ <h1>Reconstruction Results</h1>
</div>
</section>

<!-- Special Demo for IROS2024 -->
<section>
<div class="container">
<div class="warp-container">
<div class="row">
<div class="col-12 text-center">
<h1>Special Demo for IROS2024</h1>
<hr style="margin-top:0px">
<p align="center">
<img src="assets/videos/iros_demo.gif" width = 90% height = 90%/>
</p>
</div>
</div>
</div>
</div>
</section>

<!-- TODO -->
<section>
<div class="container">
Expand Down

0 comments on commit 8ca4d14

Please sign in to comment.