108 lines
4.2 KiB
HTML
108 lines
4.2 KiB
HTML
<!--
|
|
|
|
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
|
|
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
|
|
|
|
|
|
-->
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>About | Shiloh Code</title>
|
|
<meta
|
|
name="description"
|
|
content="Learn more about Shiloh. We offer services to resist the beast system with everything your home or business does. Are you ready to stand up against the digital deceptions of our time?"
|
|
/>
|
|
<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="Learn more about Shiloh. We offer services to resist the beast system with everything your home or business does. Are you ready to stand up against the digital deceptions of our time?"
|
|
/>
|
|
<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>
|
|
<script src="./js/main.js"></script>
|
|
<script src="./js/navbar.js"></script>
|
|
<script src="./js/back-to-top.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<header id="header"></header>
|
|
|
|
<main>
|
|
<div class="flex-column bg-vid">
|
|
<div class="flex">
|
|
<h1>about</h1>
|
|
<div class="flex-row">
|
|
<a
|
|
class="button-2"
|
|
role="button"
|
|
href="https://odysee.com/@shilohcode:e/about:11"
|
|
>Watch</a
|
|
>
|
|
<a
|
|
class="button-1"
|
|
role="button"
|
|
target="_blank"
|
|
href="https://cloud.shilohcode.com/apps/calendar/appointment/JFes64HZYiw7"
|
|
>Schedule a Call</a
|
|
>
|
|
</div>
|
|
</div>
|
|
<video autoplay loop muted poster="/assets/about.png">
|
|
<source
|
|
src="https://cdn.lasthourhosting.org/shiloh/about.webm"
|
|
type="video/webm"
|
|
/>
|
|
</video>
|
|
</div>
|
|
<div class="flex-column bg-vid">
|
|
<div class="flex">
|
|
<h2>
|
|
have no fellowship <br />
|
|
with the fruitless <br />
|
|
deeds of darkness, <br />
|
|
but rather expose them <br />
|
|
</h2>
|
|
<h3>ephesians 5:11</h3>
|
|
</div>
|
|
</div>
|
|
<div class="flex-column bg-vid">
|
|
<div>
|
|
<h2>our creed</h2>
|
|
<div class="flex-row">
|
|
<a class="button-1" role="button" href="/creed">Read</a>
|
|
<a
|
|
class="button-1"
|
|
role="button"
|
|
target="_blank"
|
|
href="https://cloud.shilohcode.com/apps/calendar/appointment/JFes64HZYiw7"
|
|
>Schedule a Call</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<button id="back-to-top">^ TOP</button>
|
|
|
|
<div id="message"></div>
|
|
<footer id="footer"></footer>
|
|
</body>
|
|
</html>
|