Skip to content

Commit

Permalink
icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hywkim-private committed Sep 17, 2024
1 parent f328eb2 commit a30b7c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="./static/images/favicon.ico">
<link rel="icon" href="./static/images/wand.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
Expand Down Expand Up @@ -56,13 +56,13 @@ <h1 class="title is-1 publication-title"> MeshUp: Multi-Target Mesh Deformation
<a>Hyunwoo Kim</a><sup>1</sup>,
</span>
<span class="author-block">
<a href="https://itailang.github.io/">Itai Lang</a><sup>1</sup>,
<a href="https://itailang.github.io/">Itai Lang </a><sup>1</sup>,
</span>
<span class="author-block">
<a href="https://imagine.enpc.fr/~groueixt/">Thibault Groueix</a><sup>2</sup>,
<a href="https://imagine.enpc.fr/~groueixt/">Thibault Groueix </a><sup>2</sup>,
</span>
<span class="author-block">
<a href="https://noamaig.github.io/">Noam Aigerman</a><sup>3</sup>,
<a href="https://noamaig.github.io/">Noam Aigerman </a><sup>3</sup>,
</span>
<span class="author-block">
<a href="http://www.vovakim.com/">Vladimir G. Kim</a><sup>2</sup>,
Expand All @@ -73,9 +73,9 @@ <h1 class="title is-1 publication-title"> MeshUp: Multi-Target Mesh Deformation
</div>

<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>University of Chicago </span>
<span class="author-block"><sup>2</sup>Adobe research </span>
<span class="author-block"><sup>3</sup>University of Montreal </span>
<span class="author-block"><sup>1</sup>University of Chicago </span>
<span class="author-block"><sup>2</sup>Adobe research </span>
<span class="author-block"><sup>3</sup>University of Montreal </span>
</div>

<div class="column has-text-centered">
Expand Down

0 comments on commit a30b7c6

Please sign in to comment.