115 lines
5.0 KiB
HTML
115 lines
5.0 KiB
HTML
<!--
|
|
|
|
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
|
|
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
|
|
|
|
|
|
-->
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Get Involved | Shiloh Community | Christian Tech</title>
|
|
<meta
|
|
name="description"
|
|
content="Join the Shiloh community. Watch the Touch Grass Show, join the chat, and contribute to Last Hour Hosting and other open-source projects. A 100% U.S.-based Christian team in Bonners Ferry, Idaho."
|
|
/>
|
|
<meta name="author" content="Shiloh" />
|
|
<meta name="keywords" content="Christian tech community, privacy-first tech, open-source contributors, Christian developers, off-grid, simple living" />
|
|
<meta name="theme-color" content="#3a5952" />
|
|
<link rel="canonical" href="https://www.shilohcode.com/community" />
|
|
|
|
<meta property="og:title" content="Get Involved | Shiloh" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://www.shilohcode.com/community" />
|
|
<meta
|
|
property="og:description"
|
|
content="Join the Shiloh community. Watch, chat, and contribute to privacy-first tech and culture projects."
|
|
/>
|
|
<meta property="og:image" content="./assets/shiloh-logo-white-1.png" />
|
|
<meta property="og:site_name" content="Shiloh" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
<link rel="icon" href="./assets/favicon.ico" sizes="any" />
|
|
<link rel="icon" href="./assets/favicon.jpg" type="image/jpeg" />
|
|
<link rel="apple-touch-icon" href="./assets/favicon.jpg" />
|
|
|
|
<link rel="stylesheet" href="css/styles.css?v=1.4" />
|
|
<script src="./js/main.js" defer></script>
|
|
<script src="./js/navbar.js" defer></script>
|
|
<script src="./js/back-to-top.js" defer></script>
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "BreadcrumbList",
|
|
"itemListElement": [
|
|
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.shilohcode.com/" },
|
|
{ "@type": "ListItem", "position": 2, "name": "Community", "item": "https://www.shilohcode.com/community" }
|
|
]
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<header id="header"></header>
|
|
|
|
<main>
|
|
<section class="flex-column bg-vid" aria-labelledby="involved-heading">
|
|
<div class="flex">
|
|
<h1 id="involved-heading">get involved with shiloh</h1>
|
|
<p>
|
|
Shiloh is more than a hosting and IT company. We're a community
|
|
of Christians building tech, community, and culture that respects
|
|
your privacy and freedom. Join us by watching the show, joining the
|
|
chat, or contributing your skills to open-source projects.
|
|
</p>
|
|
<div class="flex-row">
|
|
<a
|
|
class="button-1"
|
|
role="button"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
href="https://www.youtube.com/@shiloh-code"
|
|
>Watch the show</a
|
|
>
|
|
<a
|
|
class="button-2"
|
|
role="button"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
href="https://matrix.to/#/!GuDYWQtHSPmYRubiRH%3As.shilohcode.com?via=s.shilohcode.com&via=matrix.org&via=matrix.mailefant.de"
|
|
>Join the chat</a
|
|
>
|
|
<a
|
|
class="button-1"
|
|
role="button"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
href="https://githaven.org"
|
|
>Contribute code</a
|
|
>
|
|
<a
|
|
class="button-1"
|
|
role="button"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
href="https://cloud.shilohcode.com/apps/calendar/appointment/en6GjxFM9K25"
|
|
>Schedule a call</a
|
|
>
|
|
</div>
|
|
</div></section>
|
|
</main>
|
|
<button id="back-to-top">^ TOP</button>
|
|
|
|
<div id="message"></div>
|
|
<footer id="footer"></footer>
|
|
</body>
|
|
</html>
|