Initial commit

This commit is contained in:
Gary 2024-06-13 08:39:29 -07:00
commit 61b7e2c6d7
30 changed files with 1527 additions and 0 deletions

0
README.md Normal file
View File

79
about.html Normal file
View File

@ -0,0 +1,79 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-vid">
<div>
<h1>about</h1>
<div class="flex-row">
<a class="button-1" role="button" href="">Watch</a>
</div>
</div>
<video autoplay loop muted poster="/assets/about.png">
<source src="/assets/about.webm" type="video/webm" />
<source src="/assets/about.mp4" type="video/mp4" />
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>our creed</h2>
<div class="flex-row">
<a class="button-1" role="button" href="/creed.html">Read</a>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

Binary file not shown.

BIN
assets/about.mp4 Normal file

Binary file not shown.

BIN
assets/about.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
assets/about.webm Normal file

Binary file not shown.

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
assets/get-involved.mp4 Normal file

Binary file not shown.

BIN
assets/get-involved.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 KiB

BIN
assets/get-involved.webm Normal file

Binary file not shown.

BIN
assets/list.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

BIN
assets/main.mp4 Normal file

Binary file not shown.

BIN
assets/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

BIN
assets/main.webm Normal file

Binary file not shown.

BIN
assets/message.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
assets/web-gl-fallback.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

45
components/footer.html Normal file
View File

@ -0,0 +1,45 @@
<div class="flex-container">
<a class="logo" href="/index.html"
><img
src="../assets/shiloh-logo-white-1.png"
alt="Last Hour Hosting Logo"
height="30"
/></a>
<p>
© 2023-2024
<a href="/index.html" target="_blank">SHILOHCODE.COM</a>. All rights
reserved by
<a href="https://shilohcode.com" target="_blank">shiloh.</a>
</p>
</div>
<div class="flex-container">
<div>
<a href="/creed.html">our creed</a>
</div>
<div>
<a href="https://status.shilohcode.com">status</a>
<a href="#coming-soon">onion(TOR) mirror</a>
<a href="#coming-soon">hyphanet mirror</a>
</div>
</div>
<div class="flex-row">
<div class="flex-container">
<h3>services</h3>
<a href="https://lasthourhosting.org">hosting</a>
<a href="https://githaven.org">git</a>
<a href="https://remnant.chat">secure comms</a>
<a href="/services.html">hire us</a>
</div>
<div class="flex-container">
<h3>resources</h3>
<a href="https://shilohcode.com/getinvolved">get involved</a>
<a href="https://githaven.org/Shiloh">contribute</a>
<a href="/contact.html">report abuse</a>
</div>
<div class="flex-container">
<h3>company</h3>
<a href="/about.html">our team</a>
<a href="/news.html">news room</a>
<a href="/contact.html">contact</a>
</div>
</div>

17
components/header.html Normal file
View File

@ -0,0 +1,17 @@
<div class="nav-bar">
<div>
<a class="logo" href="/index.html">
<img
src="../assets/shiloh-logo-white-1.png"
alt="Last Hour Hosting Logo"
width="150"
/>
</a>
</div>
<ul class="menu">
<li class="menu-item"><a href="/about.html">about</a></li>
<li class="menu-item"><a href="/get-involved.html">get involved</a></li>
<li class="menu-item"><a href="/services.html">services</a></li>
<li class="menu-item"><a href="/contact.html">contact us</a></li>
</ul>
</div>

12
components/message.html Normal file
View File

@ -0,0 +1,12 @@
<div class="message-icon-container">
<div class="message-icon">
<a class="logo" href="/contact.html"
><img
src="../assets/message.png"
alt="Last Hour Hosting Logo"
width="30px"
height="30px"
/>
</a>
</div>
</div>

82
contact.html Normal file
View File

@ -0,0 +1,82 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Reforming tech in Jesus' Name | Shiloh Code</title>
<meta
name="description"
content="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.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 class="flex-container">
<a
class="button-1"
role="button"
href="/go to getsession.org and DM: 05749d3243893f39b968b5531bb8054a957736b99a86abd8731d3b06cec9f59e1b"
>session app</a
>
</div>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

456
creed.html Normal file
View File

@ -0,0 +1,456 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Our Creed | Shiloh Code</title>
<meta name="description" content="The creed we abide by in 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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<div class="flex-column">
<h1>Shiloh Creed</h1>
<h3>The Triune God</h3>
<p>
There is one God, self-existent and eternal, infinitely perfect, the
Creator, Sustainer, and Ruler of all things.
</p>
<cite
>(The NASB95 Bible: Genesis 1:1, 2:14; Deuteronomy 6:4, 33:27; Psalm
22:28, 103:19, 147:5; Isaiah 40:28, 45:18; Daniel 5:21; 2 Samuel 22:31;
Nehemiah 9:6; Ecclesiastes 12:16; Matthew 5:48, 28:18; Mark 12:2934;
John 1:13; 1 Corinthians 8:4; Romans 16:26; Colossians 1:1617, 2:3;
Hebrews 1:13, 9:14; 2 Peter 3:9; Revelation 1:8, 4:11).
</cite>
<p>
The Godhead is Triune: one God, three Persons: God the Father, God the
Son, and God the Holy Spirit. Each Person is fully God, their glory
equal and their majesty coeternal.
</p>
<cite
>(The NASB95 Bible: Genesis 1:12; Matthew 3:1517; John 1:13)</cite
>
<p>
For his own glory and by his own decree, the triune God created heaven
and earth, time, and all things, visible and invisible, living and
nonliving, material and nonmaterial.
</p>
<cite
>(The NASB95 Bible: Genesis 1:12:3; Exodus 20:11, 31:17; Isaiah
46:910; Nehemiah 9:6; 1 Timothy 1:17; Colossians 1:16; Revelation
22:13)</cite
>
<p>
Our Lord Jesus Christ, the uncreated Creator and only begotten Son of
God, took on human flesh to be fully man without ever ceasing to be
fully God.
</p>
<cite
>(The NASB95 Bible: Luke 24:39; John 1:13, 1:14, 1:18, 3:16, 8:58;
Colossians 1:16; Acts 2:22; 1 Corinthians 15:47; Philippians 2:58;
Hebrews 1:13)</cite
>
<p>
Jesus Christ was conceived by the Holy Spirit, born of the virgin Mary,
and lived a sinless life.
</p>
<cite
>(The NASB95 Bible: Isaiah 7:14, 53:46; Matthew 1:1623; John 8:29,
8:46; 2 Corinthians 5:21; 1 Peter 2:2122)</cite
>
<p>
Jesus died on the cross, making a full and satisfactory atonement for
mans sin.
</p>
<cite
>(The NASB95 Bible: Matthew 1:1623; Luke 1:3031; John 19:30; 1
Thessalonians 1:10; Hebrews 9:1112, 10:1214; 1 Peter 1:1719; 1 John
2:2)
</cite>
<p>
Jesus Christ rose bodily from the dead, ascended to heaven, is currently
seated at the right hand of God the Father as our Intercessor, and shall
return in person (bodily and visibly) to this earth as Judge of the
living and the dead.
</p>
<cite
>(The NASB95 Bible: 1 Corinthians 15:35; Acts 17:31; Ephesians 1:1723;
2 Timothy 4:1; Hebrews 7:25)</cite
>
<p>
The Holy Spirit, the third Person of the Godhead, is Lord and Giver of
life, who glorifies our Lord Jesus Christ and convicts the world of sin,
righteousness, and judgment.
</p>
<cite>(The NASB95 Bible: John 15:26, 16:811, 16:14)</cite>
<p>
The Holy Spirits work is necessary for sinners to repent and believe in
Jesus Christ through the gospel call.
</p>
<cite
>(The NASB95 Bible: Romans 8; 1 Corinthians 2:614, 12:3; Titus
3:37)</cite
>
<p>
The Holy Spirit lives and works in each believer to produce the fruits
of righteousness.
</p>
<cite
>(The NASB95 Bible: John 14:1617; Acts 1:8, 4:31; Romans 8:11; 1
Corinthians 3:16, 6:1820; Galatians 5:2223; Ephesians 2:1922)</cite
>
<p>
The Triune God has revealed himself in Scripture in the male gender with
masculine pronouns and masculine titles such as Father, Son, God, King,
Priest, and Prophet.
</p>
<cite>(The NASB95 Bible: Psalm 5:2; Matthew 28:19; John 14:26)</cite>
<h3>Scripture</h3>
<p>
The 66 books of the Bible are the unique, written Word of God. The Bible
is divinely inspired, inerrant, infallible, supremely authoritative, and
sufficient in everything it teaches. Its assertions are factually true
in all the original autographs. Its authority is not limited to
spiritual, religious, or redemptive themes but includes its assertions
in such fields as history and science.
</p>
<cite
>(The NASB95 Bible: Deuteronomy 4:2, 12:32; 2 Timothy 3:1617;
Revelation 22:1819)</cite
>
<p>
The final guide to the interpretation of Scripture is Scripture itself.
</p>
<cite
>(The NASB95 Bible: Proverbs 8:89; Matthew 12:35, 19:4, 22:31; Mark
7:13, 12:10, 12:26; Luke 6:3; 2 Corinthians 4:2; 2 Timothy
3:1617)</cite
>
<p>
All things necessary for our salvation are expressly and clearly taught
in Scripture.
</p>
<cite
>(The NASB95 Bible: Genesis 1:1, 1:31, 3:1719; Romans 5:12, 3:23;
presenting the gospel: 1 Corinthians 15:1-4; Romans 6:23, 10:9; John
3:1418; Acts 16:3031; Ephesians 2:8; Romans 5:12)</cite
>
<p>
The view, commonly used to evade the implications or the authority of
biblical teaching, namely that knowledge and/or truth may be divided
into secular and religious, is unbiblical and therefore should be
rejected.
</p>
<cite>(The NASB95 Bible: 1 Corinthians 10:31; Colossians 3:17)</cite>
<h3>Sin</h3>
<p>
The special creation of Adam (the first man) and Eve (the first woman)
and their subsequent fall into sin is the basis for the necessity of
salvation for mankind.
</p>
<cite
>(The NASB95 Bible: Genesis 2:7, 2:17, 2:2223, 3:620; Romans 5:12; 1
Corinthians 15:4549)</cite
>
<p>
Human death (both physical and spiritual) as well as all animal death,
disease, bloodshed, suffering, extinction, thorns and thistles, and all
other natural evils (e.g., earthquakes, hurricanes, tsunamis, etc.)
entered this world subsequent to, and as a direct consequence of, mans
sin.
</p>
<cite
>(The NASB95 Bible: Genesis 2:1617, 3:8, 3:19, 4:48; Romans 5:12,
8:2022; 1 Corinthians 15:2122)</cite
>
<p>
All mankind are sinners, inherently from Adam and individually (by
choice), and are therefore subject to Gods wrath and condemnation.
</p>
<cite
>(The NASB95 Bible: 1 Kings 8:46; Isaiah 53:6; Psalm 116:11; Proverbs
16:5; John 3:1618, 12:48; Romans 3:23)</cite
>
<p>
Since all of mankind is made in Gods image and also fallen, all humans
are equally sinful, equally deserving of eternal punishment, and equally
able to receive salvation in Christ.
</p>
<cite
>(The NASB95 Bible: Isaiah 53:6; John 12:32; Romans 3:23, 5:12; 2 Peter
3:9)</cite
>
<h3>Man</h3>
<p>
Mankind, consisting of two genders (male and female), is created in the
image of God. Each of these two distinct, complementary genders reflects
the image of God.
</p>
<cite
>(The NASB95 Bible: Genesis 1:2627, 5:2, 9:6; Matthew 19:46; Mark
10:6; 1 Corinthians 11:7; James 3:910)</cite
>
<p>
The special and unique creation of Adam from dust and Eve from Adams
rib was supernatural and immediate. Adam and Eve did not originate from
any other preexisting lifeforms.
</p>
<cite
>(The NASB95 Bible: Genesis 2:7, 2:2123, 3:19; 1 Corinthians 11:812,
15:4749)</cite
>
<p>
All human life is sacred and begins at conception (defined as the moment
of fertilization). Each unborn child is a unique, living human being,
created in the image of God, and must be respected and protected both
before and after birth. The abortion of an unborn child or the active,
intentional taking of human life through euthanasia or assisted suicide
constitutes a violation of the sanctity of human life and is a crime
against God and man.
</p>
<cite
>(The NASB95 Bible: Genesis 9:6; Exodus 20:13; Deuteronomy 5:17; Psalm
51:5; 1 Corinthians 15:49; James 2:11)</cite
>
<p>
There is only one race of mankind—the human race or Adams race. Adam
and Eve were the first two humans. All people alive today are the
descendants of Adam and Eve and subsequently Noah.
</p>
<cite
>(The NASB95 Bible: Genesis 1:2627, 3:20, 10:1, 10:32; 1 Corinthians
15:4547; Luke 17:27; Hebrews 11:7; 1 Peter 3:20; 2 Peter 2:5)</cite
>
<p>
Since all humans are made in the image of God, all humans have equal
dignity and value regardless of age (including the unborn),
intelligence, gender, physical ability, shade of skin tone, religion,
ethnicity, or any other characteristic.
</p>
<cite
>(The NASB95 Bible: Genesis 1:2627, 3:20, 11:9; Acts 17:2628)</cite
>
<p>
The concepts of “social justice,” “intersectionality,” and “critical
race theory” as defined in modern terminology are anti-biblical and
destructive to human flourishing.
</p>
<cite>(The NASB95 Bible: Ezekiel 18:120; James 2:89)</cite>
<p>
Parents are responsible to instruct their children in Christian faith
and conduct, to set before them godly and consistent examples of the
same, and in every way to “bring them up in the nurture and admonition
of the Lord”.
</p>
<cite
>(The NASB95 Bible: Deuteronomy 6:69; Proverbs 22:6; Ephesians
6:4)</cite
>
<p>
The only legitimate marriage, based on the creation ordinance in Genesis
1 and 2, sanctioned by God is the joining of one naturally born man and
one naturally born woman in a single, exclusive union as delineated in
Scripture. God intends sexual intimacy to only occur between a man and a
woman who are married to each other and has commanded that no sexual
activity be engaged in outside of a marriage between a man and a woman.
Any form of sexual immorality, such as adultery, fornication,
prostitution, homosexuality, lesbianism, bisexual conduct, bestiality,
incest, pornography, abuse, or any attempt to change ones gender, or
disagreement with ones biological gender, is sinful and offensive to
God.
</p>
<cite
>(The NASB95 Bible: Genesis 1:2728, 2:24; Matthew 5:2730, 19:4-5; Mark
10:29; 1 Corinthians 6:911; 1 Thessalonians 4:37; Hebrews
13:4))</cite
>
<p>
Gender and biological sex are equivalent and cannot be separated. A
persons gender is determined at conception (fertilization), coded in
the DNA, and cannot be changed by drugs, hormones, or surgery. Rejection
of ones biological sex (gender) or identifying oneself by the opposite
sex is a sinful rejection of the way God made that person. These truths
must be communicated with compassion, love, kindness, and respect,
pointing everyone to the truth that God offers redemption and
restoration to all who confess and forsake their sin, seeking his mercy
and forgiveness through Jesus Christ.
</p>
<cite
>(The NASB95 Bible: Genesis 1:2628, 5:12; Psalm 51:5, 139:1316;
Jeremiah 1:5; Matthew 1:2021, 19:46; Mark 10:6; Luke 1:31; Acts
3:1921; Romans 10:910; 1 Corinthians 6:911; Galatians 3:28)</cite
>
<h3>Salvation</h3>
<p>
The doctrines of Creator and Creation cannot ultimately be divorced from
the gospel of Jesus Christ.
</p>
<cite>(The NASB95 Bible: John 1:13, 1:1418; Colossians 1:1320)</cite>
<p>
Freedom from the penalty and power of sin is available to man only
through the sacrificial death and shed blood of Jesus Christ and his
complete and bodily resurrection from the dead.
</p>
<cite
>(The NASB95 Bible: Luke 24:39; John 8:12, 8:36, 14:6; Acts 4:12; 1
Timothy 2:36; 1 Peter 1:3)</cite
>
<p>
Salvation is by Gods grace alone, a gift received by faith alone in
Christ alone.
</p>
<cite>(The NASB95 Bible: Ephesians 2:89; Titus 3:37)</cite>
<p>
The one who is born of God has repented, recognized the death of Christ
as full payment for sin, received the risen Christ as Savior, Lord, and
God, and sealed with the Holy Spirit for the day of redemption.
</p>
<cite
>(The NASB95 Bible: John 1:1213; Acts 3:19, 16:31, 17:3031, 20:21;
Galatians 2:2021; 1 John 3:9; Ephesians 1:13-14, 4:30; 2 Corinthians
1:21-22)</cite
>
<h3>Church</h3>
<p>
The church of Jesus Christ is composed of all who are united with him in
saving faith and who are thus members of the body of which he is the
head.
</p>
<cite
>(The NASB95 Bible: John 3:16, 3:36, 11:25; Acts 16:3031; Romans
10:810; Ephesians 5:23; Colossians 1:18)</cite
>
<p>
Those who do not believe in Christ are subject to everlasting, conscious
punishment in hell, but believers are secure to enjoy eternal life with
God in heaven.
</p>
<cite
>(The NASB95 Bible: Matthew 13:4950, 25:46; John 3:1618, 3:36, 5:24; 1
Thessalonians 1:810; 1 John 5:1113; Revelation 21:8)</cite
>
<p>
All Christians are to live in fellowship in person with a local,
Bible-believing church (as portrayed in the New Testament), uniting in
its worship of the triune God, supporting the great commission, and
loving one another with pure and sincere hearts. Online church and
meetings held remotely using technology are not a substitute for this
call to meet and fellowship in person locally.
</p>
<cite
>(The NASB95 Bible: Acts 20:7; 1 Corinthians 11:1733, 16:2; Hebrews
10:2325, 13:17)</cite
>
<h3>Christs Return</h3>
<p>
Our Lord Jesus Christ will personally and bodily return in glory as He
has promised, and He will consummate His kingdom. Christ will judge the
living and the dead at His return.
</p>
<cite
>(The NASB95 Bible: John 6:3940, 12:48; Acts 1:911; 1 Peter 4:5)</cite
>
<p>
Those who have died in Christ to eternal life will be welcomed into
heaven and those who have rejected him will be sent to conscious and
everlasting punishment in the lake of fire (hell).
</p>
<cite
>(The NASB95 Bible: Daniel 12:2; Matthew 13:4950, 25:4146; Luke 12:5;
1 Corinthians 15:1226; Revelation 21:8)</cite
>
<p>
Satan, who is a personal spiritual adversary of both God and mankind,
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
>
<h3>Governing Authorities</h3>
<p>
Because all Earthly governing authorities are established by God we are
commanded to be subject to them, but not above God, to avoid God's wrath
and for good conscience. Regardless of the persecution, burden,
injustice, we are never to take vengeance into our own hands “Vengeance
is mine, I will repay, says the Lord.” We are called to respond to evil
not with more evil (including war, violence, killing, torture, slander,
riots, black-mailing, hatred, etc.) but blessings, peace, love,
hospitality “if your enemy is hungry, feed him; if he is thirsty, give
him something to drink; for by so doing you will heap burning coals on
his head.” We are called to follow Jesus's example, overcoming evil with
good (love, joy, peace, patience, kindness, goodness, faithfulness,
gentleness, self-control) offering our bodies as a living sacrifice holy
and pleasing to the Lord, unto our own death if it comes to it. In light
of evil laws we must obey God rather than men unto our own detriment as
we are individually responsible for our actions before the Lord when
judgment day comes.
</p>
<p>
We publicly denounce movements inciting rebellion against tyrannical
governments. Governments like these are no different than those that
brutally murdered and persecuted the Apostles and early Christian
Church. Jesus and the Apostles never patterned for us to organize as
militia, mercenaries in response to tyranny. We denounce the taking up
of physical weapons and instead take up spiritual weapons as scripture
commands us because our battle is not against flesh and blood, but
against spiritual forces of evil. We denounce movements that mirror the
Zealots during Jesus' lifetime. These include Christian Nationalism,
Dominion theology, Theonomy, Christian Reconstructionism, Dominion Now.
</p>
<cite
>(The NASB95 Bible: Romans 12-13, Matthew 17:24-27, Matthew 5:38-40,
Phillippians 1:12-26, Acts 5:29, Ephesians 6, Luke 22:49-51, Daniel
3)</cite
>
</div>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

399
css/styles.css Normal file
View File

@ -0,0 +1,399 @@
* {
font-family: "FiraCode", Arial, Helvetica, sans-serif;
}
@font-face {
font-family: "FiraCode";
src: url("/assets/FiraCode-VariableFont_wght.ttf") format("truetype");
}
body {
background: black;
margin: 0;
padding: 0;
}
header {
padding: 0;
margin: 0;
position: sticky;
top: 0;
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
z-index: 10; /* Adjust the z-index as needed */
}
main {
-webkit-flex: 1;
flex: 1;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: flex-start;
}
.flex-column {
-webkit-flex: 100%;
flex: 100%;
-webkit-flex-direction: row;
flex-direction: column;
display: -webkit-flex;
display: flex;
align-items: center;
color: var(--text-color);
padding: 100px 5px 100px 5px;
text-align: center;
min-height: 80vh;
justify-content: center;
}
.flex-row {
-webkit-flex: 100%;
flex: 100%;
-webkit-flex-direction: row;
flex-direction: row;
display: -webkit-flex;
display: flex;
color: var(--text-color);
margin: 10px;
text-align: center;
border-radius: 5px;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-evenly;
}
.flex-row-items {
-webkit-flex: content;
flex: content;
-webkit-flex-direction: row;
flex-direction: row;
display: -webkit-flex;
display: flex;
color: var(--text-color);
margin: 10px;
text-align: center;
border-radius: 5px;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
gap: 50px;
}
.flex-container {
margin: 10px;
padding: 20px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
.flex-container-left {
margin: 10px;
padding: 20px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
flex-direction: column;
justify-content: space-evenly;
align-items: left;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
.flex-container-left img {
margin: auto;
display: block;
}
video {
min-width: 300px;
width: 100%;
height: auto;
}
.bg-one {
border-radius: 5px;
background-color: #3b444b;
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.bg-two {
border-radius: 5px;
background-color: #212b38;
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
footer {
color: var(--text-color);
background-color: black;
text-align: center;
padding: 1rem;
-webkit-flex: 1;
flex: 1;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-evenly;
}
h1,
h2 {
color: white;
text-align: center;
position: relative;
z-index: 1;
font-size: 3rem;
font-weight: 100;
}
h3,
h4 {
color: white;
text-align: center;
position: relative;
z-index: 1;
font-size: 2rem;
font-weight: 100;
}
.header-large {
font-size: 3rem;
}
p,
ul,
ol,
td,
li {
word-break: normal;
color: #fefff1;
text-align: left;
max-width: 1000px;
}
.break-all {
word-break: break-all;
}
a {
color: white;
text-decoration: none;
text-align: left;
margin: 0 auto;
padding: 5px;
transition: color 0.5s ease;
}
.page-link {
color: white;
text-decoration: none;
text-align: left;
margin: 0 auto;
padding: 0px;
transition: color 0.5s ease;
}
.page-link:hover {
color: #45e3ff;
}
.button-1 {
align-items: center;
border-radius: 5px;
color: #3b82f6;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
font-family: Inter, sans-serif;
font-size: 18px;
font-weight: 200;
justify-content: center;
line-height: 1;
margin: 1rem;
outline: none;
text-align: center;
text-decoration: none;
transition: border 0.3s, color 0.3s;
white-space: nowrap;
border: 1px solid #3b82f6;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 5rem;
padding-right: 5rem;
height: fit-content;
position: relative;
z-index: 1;
}
.button-1:hover {
border: 1px solid white;
color: white;
}
.button-2 {
align-items: center;
border-radius: 5px;
color: white;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
font-family: Inter, sans-serif;
font-size: 18px;
font-weight: 200;
justify-content: center;
line-height: 1;
margin: 1rem;
outline: none;
text-align: center;
text-decoration: none;
transition: color 0.3s;
white-space: nowrap;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 5rem;
padding-right: 5rem;
height: fit-content;
position: relative;
z-index: 1;
}
.button-2:hover {
color: white;
}
.message-icon-container {
position: fixed;
bottom: 20px;
right: 20px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
background-color: grey;
color: #fff;
border-radius: 50%;
width: 50px;
height: 50px;
cursor: pointer;
transition: width 0.2s, height 0.2s;
}
.message-icon-container:hover {
width: 55px;
height: 55px;
}
.bg-img {
background: url("/assets/last_hour_hosting_logo_blue.png") center/cover
no-repeat;
height: 300px;
color: #fff;
text-align: center;
padding: 20px;
}
.bg-vid {
position: relative;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.bg-vid::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
}
.bg-vid video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
z-index: -1;
filter: blur(7px);
}
/* Styles for the navigation bar */
.nav-bar {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
padding: 1rem;
margin: 1rem;
}
.logo {
color: white;
font-size: 24px;
}
.menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.menu-item {
font-size: 18px;
position: relative;
transition: all 0.2s;
color: white;
margin: 0 10px;
cursor: pointer;
}
.menu-item::before {
content: "";
position: absolute;
width: 0%;
height: 1px;
bottom: -2px;
left: 0;
background-color: rgb(59, 130, 246);
transition: all 0.2s;
z-index: 1;
}
.menu-item:hover::before {
width: 100%;
}
/* Media query for mobile devices */
@media (max-width: 600px) {
.nav-bar {
flex-direction: column;
align-items: flex-start;
padding: 20px;
}
.logo {
margin-bottom: 10px;
}
.menu {
flex-direction: column;
}
.menu-item {
margin-bottom: 5px;
}
@media all and (max-width: 960px) {
.flex-column {
padding: 10px 5px;
}
}
}

98
get-involved.html Normal file
View File

@ -0,0 +1,98 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Get Involved | Shiloh Code</title>
<meta
name="description"
content="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-vid">
<div>
<h1>get involved</h1>
<div class="flex-row">
<a
class="button-1"
role="button"
href="https://odysee.com/@shilohcode:e/higherground:3"
>Watch</a
>
</div>
</div>
<video autoplay loop muted poster="/assets/get-involved.png">
<source src="/assets/get-involved.webm" type="video/webm" />
<source src="/assets/get-involved.mp4" type="video/mp4" />
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>githaven.org</h2>
<div class="flex-row">
<a
class="button-1"
role="button"
href="https://odysee.com/@shilohcode:e/higherground:3"
>join</a
>
</div>
</div>
</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>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

141
index.html Normal file
View File

@ -0,0 +1,141 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>shiloh code | tech reform in Jesus' name</title>
<meta
name="description"
content="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-vid">
<div>
<h1>tech reform in Jesus' name</h1>
<div class="flex-row">
<a
class="button-1"
role="button"
target="_blank"
href="https://odysee.com/@shilohcode:e/standwithus:0"
>Watch</a
>
<a class="button-2" role="button" href="/about.html">Learn More</a>
</div>
</div>
<video autoplay loop muted poster="/assets/main.png">
<source src="/assets/main.webm" type="video/webm" />
<source src="/assets/main.mp4" type="video/mp4" />
</video>
</div>
<div class="flex-column bg-vid">
<div>
<h2>about</h2>
<div class="flex-row">
<a
class="button-1"
role="button"
target="_blank"
href="https://odysee.com/@shilohcode:e/about:11"
>Watch</a
>
<a class="button-2" role="button" href="/about.html">Learn More</a>
</div>
</div>
<video autoplay loop muted poster="/assets/about.png">
<source src="/assets/about.webm" type="video/webm" />
<source src="/assets/about.mp4" type="video/mp4" />
</video>
</div>
<div class="flex-column bg-vid">
<div>
<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
>
<a class="button-2" role="button" href="/get-involved.html"
>Learn More</a
>
</div>
</div>
<video autoplay loop muted poster="/assets/get-involved.png">
<source src="/assets/get-involved.webm" type="video/webm" />
<source src="/assets/get-involved.mp4" type="video/mp4" />
</video>
</div>
<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 class="flex-container">
<a
class="button-1"
role="button"
href="/go to getsession.org and DM: 05749d3243893f39b968b5531bb8054a957736b99a86abd8731d3b06cec9f59e1b"
>session app</a
>
</div>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>

9
js/main.js Normal file
View File

@ -0,0 +1,9 @@
$(function () {
$("#header").load("./components/header.html");
});
$(function () {
$("#footer").load("./components/footer.html");
});
$(function () {
$("#message").load("./components/message.html");
});

65
news.html Normal file
View File

@ -0,0 +1,65 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.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>

124
services.html Normal file
View File

@ -0,0 +1,124 @@
<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Services | Shiloh Code</title>
<meta
name="description"
content="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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="Using the truth of Christianity to expose Satan's hidden agendas."
/>
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/ https://status.shilohcode.com; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column bg-vid">
<div>
<h1>services</h1>
<div class="flex-row"></div>
</div>
</div>
<div class="flex-column bg-vid">
<div>
<h2>lasthourhosting.org</h2>
<div class="flex-row">
<a
class="button-1"
role="button"
href="https://odysee.com/@shilohcode:e/higherground:3"
>learn more</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://odysee.com/@shilohcode:e/higherground:3"
>join</a
>
</div>
</div>
</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-main">
<div>
<h2>work inquiries</h2>
<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 class="flex-container">
<a
class="button-1"
role="button"
href="/go to getsession.org and DM: 05749d3243893f39b968b5531bb8054a957736b99a86abd8731d3b06cec9f59e1b"
>session app</a
>
</div>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>