Skip to content

Commit

Permalink
Add media.
Browse files Browse the repository at this point in the history
  • Loading branch information
juexZZ committed Oct 27, 2024
1 parent b0ca2c7 commit 40421bc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ <h2 class="title is-3">TLDR</h2>
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column is-full-width">
<br>
<h2 class="title is-3 has-text-centered">Abstract</h2>
<div class="content has-text-justified">
<p>
Expand All @@ -227,8 +228,24 @@ <h2 class="title is-3 has-text-centered">Abstract</h2>
</div>
</div>

<hr>
<!-- <hr> -->

<!-- A section for video -->
<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column is-full-width">
<!-- <h2 class="title is-3 has-text-centered">Illustration</h2> -->
<center>
<video muted autoplay loop width="700px" height="400px" controls controls id="videoPlayer">
<source src="./static/videos/scene1.mp4" type="video/mp4">
</video>
</center>
</div>
</div>
</div>

<hr>
<!-- Method Overview -->
<section class="section">
<div class="container is-max-desktop">
Expand Down

0 comments on commit 40421bc

Please sign in to comment.