Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoPingPan committed Mar 24, 2024
1 parent 0916ecf commit 5bd620f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
</style>

<section class="hero">


<!-- Title -->
<div class="hero-body">

<div class="container">
<div class="columns is-centered">
<div class="column has-text-centered">
Expand All @@ -78,6 +78,7 @@ <h1 class="title is-1 publication-title">
</div>
<img src="resources/titlebg.png" alt="" class="no-margin" style="max-width: 100%;">

<!-- Authors -->
<div class="hero-body">
<div class="container">
<div class="columns is-centered">
Expand Down Expand Up @@ -126,11 +127,11 @@ <h1 class="title is-1 publication-title">
</div>
</section>


<!-- Links -->
<div class="center-table">

<span class="link-block">
<a href="https://www.bilibili.com/video/BV1mY411Z7ag/"
<!-- bilibili -->
<a href="https://www.bilibili.com/video/xxx/"
class="external-link button is-normal is-rounded is-success">
<span class="icon">
<svg style="color: white" xmlns="http://www.w3.org/2000/svg"
Expand All @@ -143,7 +144,7 @@ <h1 class="title is-1 publication-title">
</a>
<!-- arXiv Link. -->
<span class="link-block">
<a href="https://arxiv.org/abs/2210.10044" class="external-link button is-normal is-rounded is-success">
<a href="https://arxiv.org/abs/xxx" class="external-link button is-normal is-rounded is-success">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
Expand Down Expand Up @@ -174,11 +175,11 @@ <h1 class="title is-1 publication-title">
<span>Code</span>
</a>
</span>

</div>

<br>

<!-- abstract -->
<section class="section">
<div class="container">
<!-- Abstract. -->
Expand All @@ -200,13 +201,14 @@ <h2 class="title is-2">Abstract</h2>
</div>
</section>

<!-- demo video -->
<div class="column is-full-width is-centered has-text-centered">
<video controls autoplay loop muted playsinline src="./resources/video/v3origin.mp4"
poster="./resources/loading-icon.gif"
style="border: 1px solid #bbb; border-radius: 10px; margin: 1.0%; width: 70%"></video>
</div>


<!-- method -->
<section class="section">
<div class="container">
<!-- Abstract. -->
Expand Down Expand Up @@ -242,10 +244,9 @@ <h2 class="title is-2">Method</h2>
</div>
</section>


<!-- experiment -->
<section class="section">
<div class="container">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column has-text-centered " >
<!-- <div class="column is-two-thirds"> -->
Expand Down

0 comments on commit 5bd620f

Please sign in to comment.