optimized

This commit is contained in:
Gary 2024-06-13 09:05:15 -07:00
parent 61b7e2c6d7
commit e1b8bd494c
10 changed files with 19 additions and 20 deletions

View File

@ -60,8 +60,10 @@
</div>
</div>
<video autoplay loop muted poster="/assets/about.png">
<source src="/assets/about.webm" type="video/webm" />
<source src="/assets/about.mp4" type="video/mp4" />
<source
src="https://cdn.lasthourhosting.org/shiloh/shiloh/about.webm"
type="video/webm"
/>
</video>
</div>
<div class="flex-column bg-vid">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -64,18 +64,17 @@
</div>
</div>
<video autoplay loop muted poster="/assets/get-involved.png">
<source src="/assets/get-involved.webm" type="video/webm" />
<source src="/assets/get-involved.mp4" type="video/mp4" />
<source
src="https://cdn.lasthourhosting.org/shiloh/get-involved.webm"
type="video/webm"
/>
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>githaven.org</h2>
<div class="flex-row">
<a
class="button-1"
role="button"
href="https://odysee.com/@shilohcode:e/higherground:3"
<a class="button-1" role="button" href="https://githaven.org"
>join</a
>
</div>

View File

@ -67,8 +67,10 @@
</div>
</div>
<video autoplay loop muted poster="/assets/main.png">
<source src="/assets/main.webm" type="video/webm" />
<source src="/assets/main.mp4" type="video/mp4" />
<source
src="https://cdn.lasthourhosting.org/shiloh/main.webm"
type="video/webm"
/>
</video>
</div>
<div class="flex-column bg-vid">
@ -86,8 +88,10 @@
</div>
</div>
<video autoplay loop muted poster="/assets/about.png">
<source src="/assets/about.webm" type="video/webm" />
<source src="/assets/about.mp4" type="video/mp4" />
<source
src="https://cdn.lasthourhosting.org/shiloh/about.webm"
type="video/webm"
/>
</video>
</div>
<div class="flex-column bg-vid">

View File

@ -62,10 +62,7 @@
<div>
<h2>lasthourhosting.org</h2>
<div class="flex-row">
<a
class="button-1"
role="button"
href="https://odysee.com/@shilohcode:e/higherground:3"
<a class="button-1" role="button" href="https://lasthourhosting.org"
>learn more</a
>
</div>
@ -75,10 +72,7 @@
<div>
<h2>githaven.org</h2>
<div class="flex-row">
<a
class="button-1"
role="button"
href="https://odysee.com/@shilohcode:e/higherground:3"
<a class="button-1" role="button" href="https://githaven.org"
>join</a
>
</div>