Compare commits

..

1 Commits
main ... main

Author SHA1 Message Date
b306f017f1 Add brand 2025-07-08 17:39:09 +00:00
10 changed files with 179 additions and 68 deletions

67
brand Normal file
View File

@ -0,0 +1,67 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Contact | Shiloh Code</title>
<meta
name="description"
content="Have questions or comments? Contact us at Shiloh."
/>
<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="Have questions or comments? Contact us at Shiloh."
/>
<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>
</head>
<body>
<header id="header"></header>
<main>
<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>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

View File

@ -55,7 +55,7 @@
<a
class="button-1"
role="button"
href="https://www.christiantechjobs.io/christian-jobs/remote-remote-tech-sales-rep-100-commission-shiloh-1127"
href="https://www.christiantechjobs.io/christian-jobs/remote-tech-sales-rep-100-commission-shiloh-909"
>learn more</a
>
</div>

View File

@ -21,18 +21,19 @@
<div class="flex-container">
<h3>services</h3>
<a href="https://lasthourhosting.org">webhosting</a>
<a href="/solutions">managed IT</a>
<a href="/services">hire us</a>
</div>
<div class="flex-container">
<h3>resources</h3>
<a href="/community">get involved</a>
<a href="https://githaven.org">contribute</a>
<a href="https://shilohcode.com/get-involved">get involved</a>
<a href="https://rad.githaven.org">contribute</a>
<a href="https://remnant.chat">community</a>
<a href="/contact">report abuse</a>
</div>
<div class="flex-container">
<h3>company</h3>
<a href="/about">about</a>
<a href="/about">our team</a>
<a href="/news">news room</a>
<a href="/careers">careers</a>
<a href="/contact">contact</a>
</div>

View File

@ -15,10 +15,9 @@
</a>
</div>
<ul class="menu">
<li class="menu-item"><a href="/solutions">solutions</a></li>
<li class="menu-item"><a href="/community">community</a></li>
<li class="menu-item"><a href="/creed">creed</a></li>
<li class="menu-item"><a href="/about">about</a></li>
<li class="menu-item"><a href="/contact">contact</a></li>
<li class="menu-item"><a href="/get-involved">get involved</a></li>
<li class="menu-item"><a href="/services">services</a></li>
<li class="menu-item"><a href="/contact">contact us</a></li>
</ul>
</div>

View File

@ -392,6 +392,17 @@
will be judged and cast into the lake of fire (hell) for eternity.
</p>
<cite>(The NASB95 Bible: Matthew 25:41; Revelation 20:10)</cite>
<p>
We adhere to a literal interpretation of scripture holding to a
pre-millennial view of eschatology. The doctrine that Jesus's Second
Coming will immediately precede the millennium.
</p>
<cite
>(The NASB95 Bible: Revelation 20, Isaiah 2, Micah 4:1-5, Jeremiah
23:5-8, Genesis 12:1-3, Genesis 15:18-21, Luke 1:32, 33, 2 Samuel 7,
Amos 9:11-15, Jeremiah 31:31-34, Isaiah 61:8-9, Matthew 24:15,25, Acts
1:6, Romans 8:1, Zechariah 14:4-9)</cite
>
</div>
<div id="message"></div>
<footer id="footer"></footer>

View File

@ -113,9 +113,9 @@ main {
display: block;
}
video {
width: 100vw;
height: 100vh;
object-fit: cover;
min-width: 300px;
width: 100%;
height: auto;
}
.bg-one {
border-radius: 5px;
@ -425,4 +425,9 @@ a {
.flex-column {
padding: 10px 5px;
}
video {
width: auto;
height: auto;
}
}

View File

@ -55,16 +55,6 @@
>Watch</a
>
</div>
<div class="flex-row">
<a class="button-1" role="button" href="https://remnant.chat"
>Chat</a
>
</div>
<div class="flex-row">
<a class="button-1" role="button" href="https://githaven.org"
>Contribute</a
>
</div>
</div>
<video autoplay loop muted poster="/assets/get-involved.png">
<source
@ -73,6 +63,26 @@
/>
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>remnant.chat</h2>
<div class="flex-row">
<a class="button-1" role="button" href="https://remnant.chat/"
>join</a
>
</div>
</div>
</div>
<div class="flex-column bg-vid">
<div>
<h2>githaven.org</h2>
<div class="flex-row">
<a class="button-1" role="button" href="https://rad.githaven.org"
>join</a
>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>

View File

@ -48,12 +48,6 @@
<div class="flex-column bg-vid">
<div>
<h1>tech reform in Jesus' name</h1>
<div class="flex-row">
<p>
christian experts in privacy, freedom, and managed services,
helping you achieve digital self-sufficiency.
</p>
</div>
<div class="flex-row">
<a
class="button-1"
@ -74,10 +68,9 @@
</div>
<div class="flex-column bg-vid">
<div>
<h2>solutions</h2>
<p>web-hosting, managed IT, software development</p>
<h1>services</h1>
<div class="flex-row">
<a class="button-1" role="button" href="/solutions">Learn More</a>
<a class="button-1" role="button" href="/services">Learn More</a>
</div>
</div>
<video autoplay loop muted poster="/assets/services.png">
@ -107,27 +100,6 @@
/>
</video>
</div>
<div id="webhosting" class="flex-column bg-vid">
<div>
<img
src="./assets/last_hour_hosting_logo_blue.png"
alt="last hour hosting logo"
/>
<h3>starting at $29/mo.</h3>
<p>managed websites, hosting, and cloud services.</p>
<div class="flex-row">
<a class="button-1" role="button" href="https://lasthourhosting.org"
>Host With Us</a
>
</div>
<video autoplay loop muted poster="/assets/lasthour.png">
<source
src="https://cdn.lasthourhosting.org/shiloh/lasthour.webm"
type="video/webm"
/>
</video>
</div>
</div>
<div class="flex-column bg-vid">
<div>
<h2>about</h2>
@ -151,23 +123,17 @@
</div>
<div class="flex-column bg-vid">
<div>
<h1>get involved</h1>
<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
>
</div>
<div class="flex-row">
<a class="button-1" role="button" href="https://remnant.chat"
>Chat</a
>
</div>
<div class="flex-row">
<a class="button-1" role="button" href="https://githaven.org"
>Contribute</a
<a class="button-2" role="button" href="/get-involved"
>Learn More</a
>
</div>
</div>
@ -180,7 +146,7 @@
</div>
<div class="flex-column bg-vid-main">
<div>
<h2>contact</h2>
<h1>contact us</h1>
<div class="flex-row">
<div class="flex-container">
<a

52
news.html Normal file
View File

@ -0,0 +1,52 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Latest News | Shiloh Code</title>
<meta name="description" content="Read about Shiloh in the news." />
<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="Read about Shiloh in the news." />
<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>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-vid">
<div>
<h1>news room</h1>
<p>coming soon</p>
<div class="flex-row"></div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

View File

@ -47,12 +47,12 @@
<main>
<div class="flex-column bg-vid">
<div>
<h1>solutions</h1>
<h1>services</h1>
<div class="flex-row">
<p>
take control of your tech with shiloh. christian experts in
privacy, freedom, and managed services, helping you achieve
digital self-sufficiency.
we do managed IT, web-hosting, development, support, security, and
communication solutions, to help businesses fully own their
technology.
</p>
</div>
<div class="flex-row">
@ -145,7 +145,7 @@
<h2>full-stack dev</h2>
<p>
enjoy greater flexibility, lower costs, security, and community-driven
innovation, all while aligning with christian values.
innovation, all while aligning with Christian values.
</p>
<div class="flex-row">