Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-cj committed Mar 8, 2024
1 parent 1457153 commit 7a53da3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ <h1 class="title is-1 publication-title"><i class="pixart-alpha-icon"></i>PIXART
<!-- Paper authors -->
<span class="author-block">
<a href="https://lawrence-cj.github.io/" target="_blank">Junsong
Chen</a><sup>1,2,3,*</sup>,</span>
Chen</a><sup>1,2,3*</sup>,</span>
<span class="author-block">
<a href="https://chongjiange.github.io" target="_blank">Chongjian
Ge</a><sup>1,3,*</sup>,</span>
Ge</a><sup>1,3*</sup>,</span>
<span class="author-block">
<a href="https://xieenze.github.io/" target="_blank">Enze Xie</a><sup>1,*‡</sup>,
<a href="https://xieenze.github.io/" target="_blank">Enze Xie</a><sup>1*‡</sup>,
</span>
<span class="author-block">
<a href="https://yuewuhkust.github.io/" target="_blank">Yue Wu</a><sup>1,*</sup>,
<a href="https://yuewuhkust.github.io/" target="_blank">Yue Wu</a><sup>1*</sup>,
</span>
<span class="author-block">
<a href="https://scholar.google.com/citations?user=hqDyTg8AAAAJ" target="_blank">Lewei
Expand Down Expand Up @@ -350,32 +350,32 @@ <h2 class="title is-3">Abstract</h2>
<h2 class="title is-3">More Samples</h2>
<div class="columns is-centered has-text-centered">
<div class="column">
<div id="modal-sample6" class="modal">
<div id="modal-4K_image" class="modal">
<div class="modal-background"></div>
<div class="modal-content">
<img loading="lazy" src="static/images/samples/others_webp/4K_image.webp" />
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
<div class="card">
<div class="card-image js-modal-trigger" data-target="modal-sample6">
<img loading="lazy" src="static/images/samples/others_webp/4K_image.webp" alt="sample6">
<div class="card-image js-modal-trigger" data-target="modal-4K_image">
<img loading="lazy" src="static/images/samples/others_webp/4K_image.webp" alt="4K_image">
</div>
</div>
</div>
</div>
<div class="columns is-centered has-text-centered">
<div class="column">
<div id="modal-sample6" class="modal">
<div id="modal-compare" class="modal">
<div class="modal-background"></div>
<div class="modal-content">
<img loading="lazy" src="static/images/samples/others_webp/compare.webp" />
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
<div class="card">
<div class="card-image js-modal-trigger" data-target="modal-sample6">
<img loading="lazy" src="static/images/samples/others_webp/compare.webp" alt="sample6">
<div class="card-image js-modal-trigger" data-target="modal-compare">
<img loading="lazy" src="static/images/samples/others_webp/compare.webp" alt="compare">
</div>
</div>
</div>
Expand Down Expand Up @@ -497,7 +497,8 @@ <h2 class="title is-3">More Samples</h2>
<img loading="lazy" src="static/images/samples/1024x1024_web/sample11.webp" alt="sample11" />
</div>
<div class="card-content">
A cute teddy bear in front of a plain white wall, warm and brown fur, soft and fluffy.
Game-Art - An island with different geographical properties and multiple small
cities floating in space
</div>
</div>
</div>
Expand Down
Binary file modified static/images/samples/1024x1024_web/sample11.webp
Binary file not shown.

0 comments on commit 7a53da3

Please sign in to comment.