Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencefaldor committed May 30, 2024
1 parent 2b102e4 commit d57aebd
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 14 deletions.
35 changes: 21 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,16 @@ <h3 class="title is-4">Humanoid - Jump</h3>
</div>
<div class="columns is-centered">
<div class="column">
<iframe src="static/html/humanoid_jump_1.html" width="100%" height="480px"></iframe>
<iframe src="static/html/humanoid_jump_1.html" width="100%" height="400px"></iframe>
<div class="has-text-centered">Humanoid Jump 1</div>
</div>
<div class="column">
<iframe src="static/html/humanoid_jump_2.html" width="100%" height="480px"></iframe>
<iframe src="static/html/humanoid_jump_2.html" width="100%" height="400px"></iframe>
<div class="has-text-centered">Humanoid Jump 2</div>
</div>
<div class="column">
<iframe src="static/html/humanoid_jump_3.html" width="100%" height="480px"></iframe>
<iframe src="static/html/humanoid_jump_3.html" width="100%" height="400px"></iframe>
<div class="has-text-centered">Humanoid Jump 3</div>
</div>
</div>
<br/>
Expand All @@ -222,22 +225,26 @@ <h3 class="title is-4">Humanoid - Angle</h3>
viewpoint such as a stabilized camera by playing back the training deformations.
</p>
</div>
<div class="content has-text-centered">
<video id="replay-video"
controls
muted
preload
playsinline
width="75%">
<source src="./static/videos/replay.mp4"
type="video/mp4">
</video>
<div class="columns is-centered">
<div class="column">
<iframe src="static/html/humanoid_angle_1.html" width="100%" height="400px"></iframe>
<div class="has-text-centered">Humanoid Angle 1</div>
</div>
<div class="column">
<iframe src="static/html/humanoid_angle_2.html" width="100%" height="400px"></iframe>
<div class="has-text-centered">Humanoid Angle 2</div>
</div>
<div class="column">
<iframe src="static/html/humanoid_angle_3.html" width="100%" height="400px"></iframe>
<div class="has-text-centered">Humanoid Angle 3</div>
</div>
</div>
<br/>
<!--/ Humanoid - Angle -->

</div>
</div>
<!--/ Animation. -->
<!--/ Tasks -->


<!-- Concurrent Work. -->
Expand Down
67 changes: 67 additions & 0 deletions docs/static/html/humanoid_angle_1.html

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions docs/static/html/humanoid_angle_2.html

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions docs/static/html/humanoid_angle_3.html

Large diffs are not rendered by default.

0 comments on commit d57aebd

Please sign in to comment.