Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbowen123 committed Dec 14, 2023
1 parent b4a16c7 commit 64fa582
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZRBT9DCW3F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-ZRBT9DCW3F');
</script>

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
Expand Down Expand Up @@ -55,25 +64,25 @@ <h1 class="title is-1 publication-title" style="font-size:28px;">FoundationPose:
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="" class="external-link button is-normal is-rounded is-dark">
<a href="https://arxiv.org/abs/2312.08344" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<!-- Video Link. -->
<span class="link-block">
<!-- <span class="link-block">
<a href="" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span>
</span> -->
<!-- Code Link. -->
<span class="link-block">
<a href="" class="external-link button is-normal is-rounded is-dark">
<a href="https://github.com/NVlabs/FoundationPose" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
Expand Down Expand Up @@ -125,9 +134,9 @@ <h2 class="title is-3">AR Applications</h2>
<video style="text-align:center; width:100%" id="v3" autoplay muted loop playsinline controls height="100%">
<source src="static/videos/ar_maze.mp4" type="video/mp4">
</video>
<video style="text-align:center; width:100%" id="v3" autoplay muted loop playsinline controls height="100%">
<!-- <video style="text-align:center; width:100%" id="v3" autoplay muted loop playsinline controls height="100%">
<source src="static/videos/ar_text.mp4" type="video/mp4">
</video>
</video> -->
</div>
</div>

Expand Down

0 comments on commit 64fa582

Please sign in to comment.