optimized
This commit is contained in:
parent
61b7e2c6d7
commit
e1b8bd494c
@ -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">
|
||||
|
BIN
assets/about.mp4
BIN
assets/about.mp4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
assets/main.mp4
BIN
assets/main.mp4
Binary file not shown.
BIN
assets/main.webm
BIN
assets/main.webm
Binary file not shown.
@ -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>
|
||||
|
12
index.html
12
index.html
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user