Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-zhuang authored Dec 2, 2024
1 parent 1a4e5c6 commit 745d6b0
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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/AIGC_Research_light2">
<link rel="icon" href="./static/images/AIGC_Research_light2.jpg">

<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>
Expand Down Expand Up @@ -66,7 +66,7 @@
<a class="navbar-item" href="https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/">
3DGS
</a>
<a class="navbar-item" href="https://github.com/open-mmlab/StyleShot/tree/main/assets">
<a class="navbar-item" href="https://styleshot.github.io/">
StyleShot
</a>
<a class="navbar-item" href="https://instantstyle.github.io/">
Expand Down Expand Up @@ -197,7 +197,7 @@ <h2 class="subtitle has-text-centered">
</section>


<section class="hero is-light is-small">
<!-- <section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
Expand Down Expand Up @@ -253,7 +253,29 @@ <h2 class="subtitle has-text-centered">
</div>
</div>
</section>
-->

<section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-chair">
<img src="./static/images/more_result_chair.png" alt="Chair Image" height="100%">
</div>
<div class="item item-hotdog">
<img src="./static/images/more_result_hotdog.png" alt="Hotdog Image" height="100%">
</div>
<div class="item item-mic">
<img src="./static/images/more_result_mic.png" alt="Mic Image" height="100%">
</div>
</div>
</div>
</div>
</section>





<section class="section">
<div class="container is-max-desktop">
Expand Down

0 comments on commit 745d6b0

Please sign in to comment.