Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SihanXU committed Dec 7, 2023
1 parent 0478aba commit aa29164
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 0 deletions.
Binary file added image_assets/teaser/chihuahua.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_assets/teaser/droplet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_assets/teaser/ferret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_assets/teaser/fire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_assets/teaser/groundhog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_assets/teaser/muffin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_assets/teaser/osu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_assets/teaser/osu2umich.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,90 @@ <h1 class="title is-1 publication-title">Inversion-Free Image Editing <br> with
</div>
</div>
</div>
<!-- row 3 -->
<div class="columns is-centered">
<div class="column">
<div class="content">
<div class="tab_container">
<div id="juxtapose-embed1" data-startingposition="30%" data-animate="true" class="juxtapose">
<div class="jx-slider">
<div class="jx-handle " style="left: 54.53%;">
<div class="jx-arrow jx-left"></div>
<div class="jx-control">
<div class="jx-controller" tabindex="0" role="slider" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="jx-arrow jx-right"></div>
</div>
<div class="jx-image jx-left " style="width: 54.53%;">
<img src="./image_assets/teaser/muffin.png" alt="" data-label="Source">
</div>
<div class="jx-image jx-right " style="width: 45.47%;"><img src="./image_assets/teaser/chihuahua.png" alt="" data-label="InfEdit">
</div>
</div>
</div>
</div>
</div>
<div class="has-text-justified">
<p style="text-align: center;">
<s>muffin</s> <strong style="font-size: larger;">chihuahua</strong>
</p>
</div>
</div>
<div class="column">
<div class="content">
<div class="tab_container">
<div id="juxtapose-embed1" data-startingposition="30%" data-animate="true" class="juxtapose">
<div class="jx-slider">
<div class="jx-handle " style="left: 54.53%;">
<div class="jx-arrow jx-left"></div>
<div class="jx-control">
<div class="jx-controller" tabindex="0" role="slider" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="jx-arrow jx-right"></div>
</div>
<div class="jx-image jx-left " style="width: 54.53%;">
<img src="./image_assets/teaser/osu.png" alt="" data-label="Source">
</div>
<div class="jx-image jx-right " style="width: 45.47%;"><img src="./image_assets/teaser/osu2umich.png" alt="" data-label="InfEdit">
</div>
</div>
</div>
</div>
</div>
<div class="has-text-justified">
<p style="text-align: center;">
A football with <s>OSU</s> <strong style="font-size: larger;">UMich</strong> logo
</p>
</div>
</div>
<div class="column">
<div class="content">
<div class="tab_container">
<div id="juxtapose-embed2" data-startingposition="30%" data-animate="true" class="juxtapose">
<div class="jx-slider">
<div class="jx-handle " style="left: 54.53%;">
<div class="jx-arrow jx-left"></div>
<div class="jx-control">
<div class="jx-controller" tabindex="0" role="slider" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="jx-arrow jx-right"></div>
</div>
<div class="jx-image jx-left " style="width: 54.53%;"><img src="./image_assets/teaser/droplet.png" alt="" data-label="Source">
</div>
<div class="jx-image jx-right " style="width: 45.47%;"><img src="./image_assets/teaser/fire.png" alt="" data-label="InfEdit">
</div>
</div>
</div>
</div>
</div>
<div class="has-text-justified">
<p style="text-align: center;">
a <s><span style="color: blue;">blue</span> droplet</s> <strong style="font-size: larger;"><span style="color: red;">red</span> fire </strong>
emoji with a smiling face with yellow dot
</p>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit aa29164

Please sign in to comment.