Skip to content

Commit

Permalink
update webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
YingqingHe committed Feb 5, 2024
1 parent 15936a6 commit c9e571a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,17 +225,36 @@ <h2 class="title is-3">Abstract</h2>
<h2 class="title is-3">Demo</h2>
<div class="video" style="text-align:center">
<!-- <div class="l-page video">-->
<p style="font-size: 20px;">-- Yann Lecun's Journey in China 😉 --</p>
<br>
<video controls="" loop="" width="60%">
<!-- t=0.001 is a hack to make iPhone show video thumbnail -->
<source src="static/videos/Yann Lecun's Journey in China.mp4" type="video/mp4">
</video>

<br>
<br>
<p style="font-size: 20px;">-- A Day of a Teddy Bear 😎 -- </p>
<br>
<video controls="" loop="" width="60%">
<!-- t=0.001 is a hack to make iPhone show video thumbnail -->
<source src="static/videos/demo-1.mp4" type="video/mp4">
<source src="static/videos/demo-1.mp4" type="video/mp4">
</video>

<br>
<br>
<p style="font-size: 20px;">-- Duck Kingdom 😝 -- </p>
<br>
<video controls="" loop="" width="60%">
<!-- t=0.001 is a hack to make iPhone show video thumbnail -->
<source src="static/videos/demo-2.mp4" type="video/mp4">
</td>
</video>

<br>
<br>
<p style="font-size: 20px;">-- The Boy's Quest for Treasure 🦸 -- </p>
<br>
<video controls="" loop="" width="60%">
<!-- t=0.001 is a hack to make iPhone show video thumbnail -->
<source src="static/videos/demo-3.mp4" type="video/mp4">
Expand Down
Binary file not shown.

0 comments on commit c9e571a

Please sign in to comment.