shiloh-website/index.html

146 lines
5.5 KiB
HTML
Raw 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>shiloh code | tech reform in Jesus' name</title>
<meta
name="description"
content="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-vid">
<div>
<h1>tech reform in Jesus' name</h1>
<div class="flex-row">
<a
class="button-1"
role="button"
target="_blank"
href="https://odysee.com/@shilohcode:e/standwithus:0"
>Watch</a
>
<a class="button-2" role="button" href="/about.html">Learn More</a>
</div>
</div>
<video autoplay loop muted poster="/assets/main.png">
2024-06-13 16:05:15 +00:00
<source
src="https://cdn.lasthourhosting.org/shiloh/main.webm"
type="video/webm"
/>
2024-06-13 15:39:29 +00:00
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>about</h2>
<div class="flex-row">
<a
class="button-1"
role="button"
target="_blank"
href="https://odysee.com/@shilohcode:e/about:11"
>Watch</a
>
<a class="button-2" role="button" href="/about.html">Learn More</a>
</div>
</div>
<video autoplay loop muted poster="/assets/about.png">
2024-06-13 16:05:15 +00:00
<source
src="https://cdn.lasthourhosting.org/shiloh/about.webm"
type="video/webm"
/>
2024-06-13 15:39:29 +00:00
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>get involved</h2>
<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="/get-involved.html"
>Learn More</a
>
</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" />
</video>
</div>
<div class="flex-column bg-vid-main">
<div>
<h1>contact us</h1>
<div class="flex-row">
<div class="flex-container">
<a
class="button-1"
role="button"
href="mailto:hello-izmqxby3qjkffhh6w7a9s2j3qwj7zu93iji7gxjcn(AT)shilohcode(DOT)com"
>email</a
>
</div>
<div class="flex-container">
<a
class="button-1"
role="button"
href="/go to getsession.org and DM: 05749d3243893f39b968b5531bb8054a957736b99a86abd8731d3b06cec9f59e1b"
>session app</a
>
</div>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>