Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-pengyu authored Aug 8, 2024
1 parent 6268eea commit c3224bf
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>
<a href="https://stephenjia.github.io/"target="_blank">Xu Jia</a> <sup>1</sup>
</div>

<div class="affiliations ">
<div class="affiliations">
<sup>1</sup> IIAU, Dalian University of Technology &nbsp;
<sup>2</sup> National University of Singapore &nbsp;
</div>
Expand Down Expand Up @@ -134,10 +134,20 @@ <h3> <font color="FireBrick">RGB data </font></h3>
<i>RGB data is comming soon.</i>
</div>
<!--================= Method ==========================-->

<div class="container">
<div id="framework_fig" class="img_container">
<img src="framework.png" alt="PNG Image" width="300" height="300">
</div>
<div class="text">
<h1>这是标题</h1>
<p>这里是文字内容,你可以根据需要添加更多的文字。这个布局使图片在左侧,文字内容在右侧展示,适合展示产品、介绍概念等场景。</p>
</div>
</div>

<div id="img_intro_examples" class="img_container">
<left>
<img src="overview.gif" alt="GIF Image" width="768" height="426">
<img src="framework.png" alt="PNG Image" width="300" height="300">
</left>
</div>

Expand Down

0 comments on commit c3224bf

Please sign in to comment.