Skip to content

Commit

Permalink
docs(home): promo video
Browse files Browse the repository at this point in the history
  • Loading branch information
DissNik committed Nov 13, 2023
1 parent 90e213b commit eac4b3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file added public/video/moon_shine_logo_2.mp4
Binary file not shown.
8 changes: 6 additions & 2 deletions resources/views/pages/ru/home.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<x-page title="MoonShine">
<x-image theme="light" src="{{ asset('images/home.png') }}"></x-image>
<x-image theme="dark" src="{{ asset('images/home.png') }}"></x-image>

<div style="max-width: 1440px">
<video load="lazy" class="how-it-works-preview-video" autoplay muted preload="auto" playsinline>
<source src="/video/moon_shine_logo_2.mp4" type="video/mp4" />
</video>
</div>

<x-sub-title>Привет пользователь Laravel!</x-sub-title>

Expand Down

0 comments on commit eac4b3a

Please sign in to comment.