Skip to content

Commit

Permalink
add video
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-ichen committed Apr 28, 2024
1 parent d33e5b3 commit 068ae0a
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,24 @@ <h2 class="title is-3">Abstract</h2>
<!-- Teaser video-->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video poster="" id="tree" autoplay controls muted loop>
<!-- Your video here -->
<source src="static/videos/fire.mp4"
type="video/mp4">
<div class="hero-body" style="display: flex; justify-content: space-around; align-items: center;">
<!-- Video 1 -->
<video poster="" id="video1" autoplay controls muted loop>
<source src="static/videos/fire.mp4" type="video/mp4">
</video>

<!-- Video 2 -->
<video poster="" id="video2" autoplay controls muted loop>
<source src="static/videos/jelly.mp4" type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus.

<!-- Video 3 -->
<video poster="" id="video3" autoplay controls muted loop>
<source src="static/videos/dish.mp4" type="video/mp4">
</video>

<h2 class="subtitle has-text-centered" style="flex-basis: 100%; text-align: center;">
Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus.
</h2>
</div>
</div>
Expand Down

0 comments on commit 068ae0a

Please sign in to comment.