Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Hewitt committed Oct 24, 2024
1 parent 9b335f2 commit 86060ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 86060ab

Please sign in to comment.