-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Charlie Hewitt
committed
Oct 24, 2024
1 parent
9b335f2
commit 86060ab
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" /> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> | ||
<script src="https://kit.fontawesome.com/49f46e7382.js" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css"> | ||
</head> | ||
|
||
<body> | ||
|
@@ -64,19 +64,19 @@ <h1 class="title is-2 has-text-centered">Look Ma, no markers</h1> | |
</div> | ||
<div class="container is-max-desktop has-text-centered mt-5"> | ||
<a class="button is-rounded is-link is-light mr-2" disabled> | ||
<span class="icon"><i class="fas fa-file-pdf"></i></span> | ||
<span class="icon"><i class="fa fa-file"></i></span> | ||
<span>Paper</span> | ||
</a> | ||
<a href="https://arxiv.org/abs/2410.11520" class="button is-rounded is-link is-light mr-2"> | ||
<span class="icon"><i class="ai ai-arxiv"></i></span> | ||
<span>arXiv</span> | ||
</a> | ||
<a href="https://youtu.be/4RkLDW3GmdY" class="button is-rounded is-link is-light mr-2"> | ||
<span class="icon"><i class="fab fa-youtube" aria-hidden="true"></i></span> | ||
<span class="icon"><i class="fa fa-youtube" aria-hidden="true"></i></span> | ||
<span>Video</span> | ||
</a> | ||
<a href="https://github.com/microsoft/SynthMoCap" class="button is-rounded is-link is-light"> | ||
<span class="icon"><i class="fab fa-github"></i></span> | ||
<span class="icon"><i class="fa fa-github"></i></span> | ||
<span>Datasets</span> | ||
</a> | ||
</div> | ||
|