Skip to content

Commit

Permalink
add video
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarhdarz committed Jan 15, 2024
1 parent 3ff736a commit 9e72ce0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 102 deletions.
Binary file added assets/video/demo.mp4
Binary file not shown.
26 changes: 0 additions & 26 deletions assets/video/mergevideo.py

This file was deleted.

93 changes: 17 additions & 76 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,22 @@ <h2 class="title is-3">
</div>
</section>

<hr class="divider" />
<div class="container" style="max-width: 768px;">
<div class="row">
<div class="col-md-12">
<h2 class="title is-3">
<center>Video</center>
</h2>
<video class="video lazy" loop controls playsinline style="width: 100%">
<source
src="assets\video\demo.mp4"
type="video/mp4">
</video>
</div>
</div>
</div>

<hr class="divider" />
<div class="container" style="max-width: 768px;">
<div class="row">
Expand Down Expand Up @@ -552,83 +568,8 @@ <h2 class="title is-3">

</div>

<hr class="divider" />
<div class="container" style="max-width: 768px;">
<div class="row">
<div class="col-md-12">
<h3> <center>More results</center> </h3>
</div>
</div>
</div>
<div class="container" style="max-width: 768px;">
<div class="row">
<div class="col">
<figure>
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source
src="assets\video\more_examples\bed.mp4"
type="video/mp4">
</video>
<figcaption>A realistic double bed </figcaption>
</figure>
</div>
<div class="col">
<figure>
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source
src="assets\video\more_examples\cherry_tree.mp4"
type="video/mp4">
</video>
<figcaption>A blossoming pink cherry tree </figcaption>
</figure>
</div>
<div class="col">
<figure>
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source
src="assets\video\more_examples\tree_chair.mp4"
type="video/mp4">
</video>
<figcaption>a chair that looks like a tree </figcaption>
</figure>
</div>
</div>

<div class="row">
<div class="col">
<figure>
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source src="assets\video\more_examples\women.mp4"
type="video/mp4">
</video>
<figcaption>a walking asian woman in red dress </figcaption>
</figure>
</div>
<div class="col">
<figure>
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source
src="assets\video\more_examples\pikachu.mp4"
type="video/mp4">
</video>
<figcaption>a Pikachu Samurai with white headband </figcaption>
</figure>
</div>
<div class="col">
<figure>
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source
src="assets\video\more_examples\bear.mp4"
type="video/mp4">
</video>
<figcaption>A brown bear is dressed in armor, holding a spear in one hand and a shield in the other. </figcaption>
</figure>
</div>
</div>
</div>

<!-- citing -->
<div class="container">
<div class="container">
<div class="row ">
<div class="col-12">
<h3>
Expand Down

0 comments on commit 9e72ce0

Please sign in to comment.