199 lines
7.8 KiB
HTML
199 lines
7.8 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 | Christian Tech, Community, and Culture | Idaho</title>
|
|
<meta
|
|
name="description"
|
|
content="Shiloh means peace. We're a 100% U.S.-based Christian team in Bonners Ferry, Idaho building tech, community, and culture that help you live with less stress. Includes Last Hour Hosting, Echo, and the Touch Grass Show."
|
|
/>
|
|
<meta name="author" content="Shiloh" />
|
|
<meta name="theme-color" content="#3a5952" />
|
|
<meta name="geo.region" content="US-ID" />
|
|
<meta name="geo.placename" content="Bonners Ferry" />
|
|
<link rel="canonical" href="https://www.shilohcode.com/about" />
|
|
|
|
<meta property="og:title" content="About | Shiloh" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://www.shilohcode.com/about" />
|
|
<meta
|
|
property="og:description"
|
|
content="Shiloh means peace. A 100% U.S.-based Christian team in Bonners Ferry, Idaho building tech, community, and culture. Includes Last Hour Hosting, Echo, and the Touch Grass Show."
|
|
/>
|
|
<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": "Organization",
|
|
"@id": "https://www.shilohcode.com/#organization",
|
|
"name": "Shiloh",
|
|
"alternateName": "Shiloh LLC",
|
|
"url": "https://www.shilohcode.com/about",
|
|
"logo": "https://www.shilohcode.com/assets/shiloh-logo-white-1.png",
|
|
"description": "Shiloh means peace. A 100% U.S.-based Christian team in Bonners Ferry, Idaho building tech, community, and culture. Includes Last Hour Hosting, Echo, and the Touch Grass Show.",
|
|
"email": "support@shilohcode.com",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "6653 Main Street #401",
|
|
"addressLocality": "Bonners Ferry",
|
|
"addressRegion": "ID",
|
|
"postalCode": "83805",
|
|
"addressCountry": "US"
|
|
},
|
|
"geo": {
|
|
"@type": "GeoCoordinates",
|
|
"latitude": 48.6913,
|
|
"longitude": -116.3163
|
|
},
|
|
"areaServed": "US",
|
|
"sameAs": ["https://www.youtube.com/@shiloh-code"],
|
|
"subOrganization": [
|
|
{
|
|
"@type": "Organization",
|
|
"name": "Last Hour Hosting",
|
|
"url": "https://lasthourhosting.org"
|
|
},
|
|
{
|
|
"@type": "Organization",
|
|
"name": "Shiloh Echo",
|
|
"url": "https://shilohecho.org"
|
|
}
|
|
]
|
|
}
|
|
</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": "About",
|
|
"item": "https://www.shilohcode.com/about"
|
|
}
|
|
]
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<header id="header"></header>
|
|
|
|
<main>
|
|
<section class="flex-column bg-vid" aria-labelledby="about-heading">
|
|
<div class="flex">
|
|
<h1 id="about-heading">about</h1>
|
|
<p>
|
|
Shiloh means peace. We're a U.S.-based Christian team in Bonners
|
|
Ferry, Idaho, building tech, community, and culture that help you
|
|
live with less stress.
|
|
</p>
|
|
<div class="flex-row">
|
|
<a
|
|
class="button-2"
|
|
role="button"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
href="https://www.youtube.com/@shiloh-code"
|
|
>Watch the show</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>
|
|
<section class="flex-column bg-vid" aria-label="Scripture">
|
|
<div class="flex">
|
|
<h2>
|
|
whatever you do, <br />
|
|
work at it with all <br />
|
|
your heart, as <br />
|
|
working for the Lord <br />
|
|
</h2>
|
|
<h3>colossians 3:23</h3>
|
|
</div>
|
|
</section>
|
|
<section class="flex-column bg-vid" aria-labelledby="creed-heading">
|
|
<div class="flex">
|
|
<h2 id="creed-heading">our creed</h2>
|
|
<p>
|
|
Read the <a href="/creed">full statement of faith</a> that guides
|
|
how we serve our clients and run our business.
|
|
</p>
|
|
<div class="flex-row">
|
|
<a class="button-1" role="button" href="/creed">Read our creed</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>
|
|
<section class="flex-column bg-vid" aria-label="Service area">
|
|
<div class="flex">
|
|
<h2>A U.S.-based team in Idaho</h2>
|
|
<p>
|
|
Shiloh is headquartered in <strong>Bonners Ferry, Idaho</strong>,
|
|
and through Last Hour Hosting we provide managed hosting, IT, and
|
|
software services to organizations across the United States and
|
|
internationally. Our service area includes Idaho, Washington,
|
|
Oregon, Montana, and remote engagements worldwide. The Echo
|
|
gathering takes place in the Idaho panhandle, and the Touch Grass
|
|
Show is produced from right here too.
|
|
</p>
|
|
<p>
|
|
<a href="/solutions">View Last Hour Hosting services →</a>
|
|
·
|
|
<a href="/contact">Get in touch →</a>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<button id="back-to-top">^ TOP</button>
|
|
|
|
<div id="message"></div>
|
|
<footer id="footer"></footer>
|
|
</body>
|
|
</html>
|