add video to home page

This commit is contained in:
samaradel
2023-08-23 14:49:48 +03:00
parent 5c691b3085
commit 018b4d0aaf
5 changed files with 53 additions and 13 deletions

View File

@@ -0,0 +1,19 @@
<div class="video-wrapper">
<video
playsinline
autoplay
muted
loop
>
<source src="{{video}}" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="layer">
<div class="content max-w-xl">
<h1>FreeFlow Nation</h1>
<p>
A complementary digital "nation" which flows freely across physical borders welcoming as digital citizens all those who dream of a better world and are ready to act.
</p>
</div>
</div>
</div>