fix link solutions index
This commit is contained in:
parent
c3832fa0ca
commit
b698b072d0
41
index.html
41
index.html
@ -74,10 +74,10 @@
|
||||
</div>
|
||||
<div class="flex-column bg-vid">
|
||||
<div>
|
||||
<h1>services</h1>
|
||||
<h2>solutions</h2>
|
||||
<p>web-hosting, managed IT, software development</p>
|
||||
<div class="flex-row">
|
||||
<a class="button-1" role="button" href="/services">Learn More</a>
|
||||
<a class="button-1" role="button" href="/solutions">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
<video autoplay loop muted poster="/assets/services.png">
|
||||
@ -107,6 +107,27 @@
|
||||
/>
|
||||
</video>
|
||||
</div>
|
||||
<div id="webhosting" class="flex-column bg-vid">
|
||||
<div>
|
||||
<img
|
||||
src="./assets/last_hour_hosting_logo_blue.png"
|
||||
alt="last hour hosting logo"
|
||||
/>
|
||||
<h3>starting at $29/mo.</h3>
|
||||
<p>managed websites, hosting, and cloud services.</p>
|
||||
<div class="flex-row">
|
||||
<a class="button-1" role="button" href="https://lasthourhosting.org"
|
||||
>Host With Us</a
|
||||
>
|
||||
</div>
|
||||
<video autoplay loop muted poster="/assets/lasthour.png">
|
||||
<source
|
||||
src="https://cdn.lasthourhosting.org/shiloh/lasthour.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-column bg-vid">
|
||||
<div>
|
||||
<h2>about</h2>
|
||||
@ -130,16 +151,24 @@
|
||||
</div>
|
||||
<div class="flex-column bg-vid">
|
||||
<div>
|
||||
<h2>get involved</h2>
|
||||
<h1>get involved</h1>
|
||||
<div class="flex-row">
|
||||
<a
|
||||
class="button-1"
|
||||
role="button"
|
||||
target="_blank"
|
||||
href="https://odysee.com/@shilohcode:e/higherground:3"
|
||||
>Watch</a
|
||||
>
|
||||
<a class="button-2" role="button" href="/community">Learn More</a>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<a class="button-1" role="button" href="https://remnant.chat"
|
||||
>Chat</a
|
||||
>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<a class="button-1" role="button" href="https://githaven.org"
|
||||
>Contribute</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<video autoplay loop muted poster="/assets/get-involved.png">
|
||||
@ -151,7 +180,7 @@
|
||||
</div>
|
||||
<div class="flex-column bg-vid-main">
|
||||
<div>
|
||||
<h1>contact</h1>
|
||||
<h2>contact</h2>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container">
|
||||
<a
|
||||
|
Loading…
x
Reference in New Issue
Block a user