Skip to content

Commit

Permalink
index update
Browse files Browse the repository at this point in the history
  • Loading branch information
backface committed Jul 19, 2024
1 parent 7949b44 commit 9d126b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added static/img/stat_img_make.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,12 @@ <h2 class="normal-case m-0 lg:mt-[50px] mb-1">Stitch</h2>
</div>

<div class="order-12 lg:order-none">
<img src="/static/img/creaton_thumb_4.png" />
<video class="w-full"
nocontrols muted loop disablepictureinpicture
onmouseover="this.play()" onmouseout="this.pause()"
poster="/static/img/stat_img_make.png">
<source src="/media/movies/video_zu_make.mp4" type="video/mp4" />
</video>
</div>
<div class="order-10 lg:order-none mt-4 lg:mt-0 ">
<img src="/static/img/creation_step_4.png" />
Expand Down

0 comments on commit 9d126b9

Please sign in to comment.