shiloh-website/contact.html
2026-07-07 13:18:27 -07:00

153 lines
6.3 KiB
HTML

<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Contact Shiloh | Hosting, IT, Echo, the Show | Bonners Ferry, ID</title>
<meta
name="description"
content="Get in touch with Shiloh. Whether it's hosting, IT, software, the Echo gathering, or the Touch Grass Show, our 100% U.S.-based team in Bonners Ferry, Idaho is happy to talk."
/>
<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/contact" />
<meta property="og:title" content="Contact | Shiloh" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.shilohcode.com/contact" />
<meta
property="og:description"
content="Get in touch with Shiloh. Hosting, IT, software, the Echo gathering, the Touch Grass Show, or just a question, our 100% U.S.-based team in Bonners Ferry, Idaho is happy to talk."
/>
<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",
"url": "https://www.shilohcode.com/contact",
"logo": "https://www.shilohcode.com/assets/shiloh-logo-white-1.png",
"description": "Shiloh means peace. A 100% U.S.-based team in Bonners Ferry, Idaho building tech, community, and culture. Reach out about hosting, IT, software, the Echo gathering, the Touch Grass Show, or anything else.",
"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"
}
</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": "Contact",
"item": "https://www.shilohcode.com/contact"
}
]
}
</script>
</head>
<body>
<header id="header"></header>
<main>
<section class="flex-column bg-vid" aria-labelledby="contact-heading">
<div class="flex">
<h1 id="contact-heading">let's talk</h1>
<p>
Whether it's <a href="/solutions">hosting, IT, or custom software</a>,
the <a href="https://shilohecho.org">Echo gathering</a>, the
<a href="https://www.youtube.com/@shiloh-code">Touch Grass Show</a>,
a partnership, or just a question about what we're building, we're
a 100% U.S.-based team headquartered in Bonners Ferry, Idaho, and
we'd love to hear from you. Pick the option that fits.
</p>
<address>
Shiloh<br />
6653 Main Street #401<br />
Bonners Ferry, ID 83805<br />
United States
</address>
<div class="flex-row">
<div class="flex-container">
<a
class="button-1"
role="button"
href="mailto:support@shilohcode.com"
>email us</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
>
<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
>
</div>
</div>
</div>
</section>
</main>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>