shiloh-website/get-involved.html

91 lines
3.5 KiB
HTML
Raw Permalink Normal View History

2024-06-13 15:39:29 +00:00
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Get Involved | Shiloh Code</title>
<meta
name="description"
content="Get involved with Shiloh by joining one of our many initiatives to reform tech in Jesus' name."
2024-06-13 15:39:29 +00:00
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="shiloh code" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.shilohcode.com" />
<meta
property="og:description"
content="Get involved with Shiloh by joining one of our many initiatives to reform tech in Jesus' name."
2024-06-13 15:39:29 +00:00
/>
<meta property="og:image" content="./assets/shiloh_logo_black.png" />
<link rel="icon" href="./assets/favicon.ico" />
<link rel="icon" href="./assets/" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="stylesheet" href="css/styles.css?v=1.0" />
<script src="./js/jquery-3.7.1.min.js"></script>
2024-06-13 15:39:29 +00:00
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
2024-06-13 15:39:29 +00:00
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-vid">
<div>
<h1>get involved</h1>
<div class="flex-row">
<a
class="button-1"
role="button"
href="https://odysee.com/@shilohcode:e/higherground:3"
>Watch</a
>
</div>
</div>
<video autoplay loop muted poster="/assets/get-involved.png">
2024-06-13 16:05:15 +00:00
<source
src="https://cdn.lasthourhosting.org/shiloh/get-involved.webm"
type="video/webm"
/>
2024-06-13 15:39:29 +00:00
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>githaven.org</h2>
<div class="flex-row">
2024-06-13 16:05:15 +00:00
<a class="button-1" role="button" href="https://githaven.org"
2024-06-13 15:39:29 +00:00
>join</a
>
</div>
</div>
</div>
<div class="flex-column bg-vid">
<div>
<h2>remnant.chat</h2>
<div class="flex-row">
<a class="button-1" role="button" href="https://remnant.chat/"
>join</a
>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>