refresh website
This commit is contained in:
parent
b698b072d0
commit
92316e4bcd
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"liveServer.settings.port": 5501
|
||||
}
|
||||
BIN
assets/echologo.png
Normal file
BIN
assets/echologo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB |
@ -53,7 +53,7 @@
|
||||
<a
|
||||
class="button-1"
|
||||
role="button"
|
||||
href="mailto:hello-izmqxby3qjkffhh6w7a9s2j3qwj7zu93iji7gxjcn(AT)shilohcode(DOT)com"
|
||||
href="mailto:support(at)shilohcode(dot)com"
|
||||
>email</a
|
||||
>
|
||||
</div>
|
||||
|
||||
@ -5,9 +5,12 @@
|
||||
font-family: "FiraCode";
|
||||
src: url("/assets/FiraCode-VariableFont_wght.ttf") format("truetype");
|
||||
}
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
background: black;
|
||||
background: #579c8b;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
@ -21,7 +24,7 @@ header {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
z-index: 10; /* Adjust the z-index as needed */
|
||||
z-index: 10;
|
||||
}
|
||||
main {
|
||||
-webkit-flex: 1;
|
||||
@ -130,7 +133,7 @@ video {
|
||||
|
||||
footer {
|
||||
color: var(--text-color);
|
||||
background-color: black;
|
||||
background-color: #579c8b;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
-webkit-flex: 1;
|
||||
@ -202,7 +205,7 @@ a {
|
||||
.button-1 {
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
color: #3b82f6;
|
||||
color: #6e564f;
|
||||
cursor: pointer;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
@ -219,7 +222,7 @@ a {
|
||||
text-decoration: none;
|
||||
transition: border 0.3s, color 0.3s;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #3b82f6;
|
||||
border: 2px solid #6e564f;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
touch-action: manipulation;
|
||||
@ -230,10 +233,11 @@ a {
|
||||
height: fit-content;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
background: white;
|
||||
}
|
||||
.button-1:hover {
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
border: 2px solid white;
|
||||
color: #6e564f;
|
||||
}
|
||||
|
||||
.button-2 {
|
||||
@ -279,7 +283,7 @@ a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: grey;
|
||||
background-color: #579c8b;
|
||||
color: #fff;
|
||||
border-radius: 50%;
|
||||
width: 50px;
|
||||
@ -336,7 +340,7 @@ a {
|
||||
padding: 1rem;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
background: black;
|
||||
background: #579c8b;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@ -370,7 +374,7 @@ a {
|
||||
height: 1px;
|
||||
bottom: -2px;
|
||||
left: 0;
|
||||
background-color: rgb(59, 130, 246);
|
||||
background-color: white;
|
||||
transition: all 0.2s;
|
||||
z-index: 1;
|
||||
}
|
||||
@ -425,4 +429,22 @@ a {
|
||||
.flex-column {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
/*echo event css*/
|
||||
.nav-bar-echo {
|
||||
display: block;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
padding: 5px;
|
||||
}
|
||||
.menu-echo {
|
||||
display: none; /* hide the menu on mobile */
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,242 +0,0 @@
|
||||
<!--
|
||||
|
||||
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
|
||||
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
|
||||
|
||||
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Careers | Shiloh Code | Growth Hacker</title>
|
||||
<meta name="description" content="Careers 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="Careers 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">
|
||||
<h1>growth hacker role</h1>
|
||||
<h2>warning:</h2>
|
||||
<p>
|
||||
we're on a mission to change the direction of the tech industry, and
|
||||
we need your expertise to fuel our growth.
|
||||
</p>
|
||||
<h3>about us:</h3>
|
||||
<p>
|
||||
at shiloh, we're a remote team of off-grid passionate hackers,
|
||||
software devs, open-source enthusiasts, privacy activists, and
|
||||
innovators who are driven by a shared mission to reform technology in
|
||||
Jesus' name. we're not just building tech - we're building an
|
||||
alternative to the beast system. a neo to the matrix. a john connor to
|
||||
cyberdyne. and we're looking for a growth hacker to join our dissident
|
||||
team.
|
||||
</p>
|
||||
|
||||
<h3>mission:</h3>
|
||||
<p>tech reform in Jesus' name.</p>
|
||||
|
||||
<h3>vision:</h3>
|
||||
<p>
|
||||
a world where technology reflects the values and principles of
|
||||
christ's coming kingdom.
|
||||
</p>
|
||||
|
||||
<h3>our principles (soul):</h3>
|
||||
<ul>
|
||||
<li>serve our lord with integrity.</li>
|
||||
<li>
|
||||
own our tech (open-source, self-hosting, and decentralization.)
|
||||
</li>
|
||||
<li>unveil with light</li>
|
||||
<li>leave a legacy.</li>
|
||||
</ul>
|
||||
|
||||
<h3>our services:</h3>
|
||||
<ul>
|
||||
<li>managed it</li>
|
||||
<li>server hosting</li>
|
||||
<li>staff-augmentation</li>
|
||||
<li>contract-to-hire</li>
|
||||
<li>backup and disaster recovery</li>
|
||||
<li>email solutions</li>
|
||||
<li>cloud solutions</li>
|
||||
<li>web development</li>
|
||||
<li>full-stack software development</li>
|
||||
<li>onsite computer support</li>
|
||||
<li>business continuity plan</li>
|
||||
<li>remote it</li>
|
||||
<li>voip phones</li>
|
||||
<li>network cabling and installations</li>
|
||||
<li>security cameras</li>
|
||||
<li>
|
||||
migration to open-source, decentralized, fully-owned solutions.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>our websites:</h3>
|
||||
<ul>
|
||||
<li><a href="https://shilohcode.com">shilohcode.com</a></li>
|
||||
<li><a href="https://remnant.chat">remnant.chat</a></li>
|
||||
<li><a href="https://githaven.org">githaven.org</a></li>
|
||||
<li><a href="https://lasthourhosting.org">lasthourhosting.org</a></li>
|
||||
<li>
|
||||
<a href="https://status.shilohcode.com">status.shilohcode.com</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>job summary:</h3>
|
||||
<p>
|
||||
we're looking for a highly skilled and innovative growth hacker to
|
||||
join our team at shiloh. you should have demonstrated experience in
|
||||
marketing, sales, and revenue generation. you are passionate about
|
||||
privacy, open-source. as a growth hacker, you will be responsible for
|
||||
developing and executing growth strategies that drive user
|
||||
acquisition, retention, and revenue growth for our company. you will
|
||||
be a pioneer for later marketing, sales, and product teams to identify
|
||||
and capitalize on growth opportunities, and to develop and implement
|
||||
data-driven marketing and sales strategies. we have a strong network
|
||||
of relationships for you to engage with, we need a machine built to
|
||||
drive the pipeline.
|
||||
</p>
|
||||
|
||||
<h3>responsibilities:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
develop and execute growth strategies across multiple channels,
|
||||
including alternative social media, content marketing, email
|
||||
marketing, paid advertising, and seo
|
||||
</li>
|
||||
<li>
|
||||
analyze data and metrics to inform growth decisions, and to measure
|
||||
the effectiveness of growth strategies
|
||||
</li>
|
||||
<li>
|
||||
create and distribute content to drive lead generation and
|
||||
conversion, including blog posts, social media posts, email
|
||||
campaigns, and other marketing materials
|
||||
</li>
|
||||
<li>
|
||||
manage and optimize inbound sales and marketing funnels to maximize
|
||||
conversion rates and revenue growth
|
||||
</li>
|
||||
<li>
|
||||
identify and pursue new business opportunities, including
|
||||
partnerships, collaborations, and revenue growth initiatives
|
||||
</li>
|
||||
<li>
|
||||
collaborate with cross-functional teams, including marketing, sales,
|
||||
and product, to drive growth and alignment
|
||||
</li>
|
||||
<li>
|
||||
develop and manage budgets and resources to support growth
|
||||
initiatives
|
||||
</li>
|
||||
<li>
|
||||
stay up-to-date with the latest growth hacking trends, tools, and
|
||||
technologies, and apply this knowledge to drive growth and
|
||||
innovation at shiloh.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>your tools:</h3>
|
||||
<ul>
|
||||
<li>alternative social media marketing and advertising</li>
|
||||
<li>content marketing and creation</li>
|
||||
<li>email marketing and automation</li>
|
||||
<li>alternative paid advertising and seo</li>
|
||||
<li>a/b testing and experimentation</li>
|
||||
<li>data analysis and visualization</li>
|
||||
<li>marketing automation platforms</li>
|
||||
<li>content management systems</li>
|
||||
<li>paid advertising platforms</li>
|
||||
</ul>
|
||||
|
||||
<h3>have to have:</h3>
|
||||
<ul>
|
||||
<li>demonstrated previous growth hacking and revenue generation</li>
|
||||
<li>
|
||||
a demonstrated understanding of technology, privacy, open-source
|
||||
</li>
|
||||
<li>
|
||||
include the keyword "unveil" in your email headline so we know you
|
||||
actually read this...
|
||||
</li>
|
||||
<li>
|
||||
you must sign our statement of faith:
|
||||
<a href="https://shilohcode.com/creed">shilohcode.com/creed</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>nice to have:</h3>
|
||||
<ul>
|
||||
<li>experience with marketing automation platforms.</li>
|
||||
<li>experience with data analysis and visualization tools.</li>
|
||||
<li>experience with content management systems</li>
|
||||
<li>experience with paid advertising platforms</li>
|
||||
<li>experience with linux and open-source tools</li>
|
||||
<li>active user of rumble, odysee, gab</li>
|
||||
<li>
|
||||
allergic to microsoft, google, facebook, youtube, zoom, and other
|
||||
big tech bros.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>your perks:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
competitive hourly pay based on national average for your role
|
||||
</li>
|
||||
<li>christian conservative, privacy first work environment</li>
|
||||
<li>no dei, esg, tolerance training</li>
|
||||
<li>
|
||||
opportunity to work with a world-class passionate and innovative
|
||||
team
|
||||
</li>
|
||||
<li>remote work</li>
|
||||
<li>growth opportunities and career stepping stones</li>
|
||||
<li>
|
||||
chance to severely disrupt satan's plans and honor the lord with
|
||||
your talent
|
||||
</li>
|
||||
<li>access to the latest open-source tools and technologies</li>
|
||||
<li>collaborative and dynamic work environment</li>
|
||||
<li>recognition and rewards for outstanding performance</li>
|
||||
</ul>
|
||||
|
||||
<h3>your challenge, should you choose to accept:</h3>
|
||||
<p>
|
||||
if you're a growth hacker with a passion for innovation and a drive to
|
||||
do something big, we want to hear from you. apply now to join our team
|
||||
and help us revolutionize the tech industry. email us to apply at:
|
||||
careers(at)shilohcode(dot)com
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<div id="message"></div>
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
52
index.html
52
index.html
@ -15,10 +15,10 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>shiloh code | tech reform in Jesus' name</title>
|
||||
<title>shiloh code | find peace off tech</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Tech reform in Jesus' name. Don't get marked by big tech. Shiloh offers services to resist the beast system with everything your home or business does. Are you ready to stand up against the digital deceptions of our time?"
|
||||
content="Find peace off technology. Don't get marked by big tech. Shiloh offers services to resist the beast system with everything your home or business does. Are you ready to stand up against the digital deceptions of our time?"
|
||||
/>
|
||||
<meta name="author" content="Shiloh" />
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<meta property="og:url" content="https://www.shilohcode.com" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Tech reform in Jesus' name. Don't get marked by big tech. Shiloh offers services to resist the beast system with everything your home or business does. Are you ready to stand up against the digital deceptions of our time?"
|
||||
content="Find peace off technology. Don't get marked by big tech. Shiloh offers services to resist the beast system with everything your home or business does. Are you ready to stand up against the digital deceptions of our time?"
|
||||
/>
|
||||
<meta property="og:image" content="./assets/shiloh_logo_black.png" />
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
<main>
|
||||
<div class="flex-column bg-vid">
|
||||
<div>
|
||||
<h1>tech reform in Jesus' name</h1>
|
||||
<h1>find peace off tech</h1>
|
||||
<div class="flex-row">
|
||||
<p>
|
||||
christian experts in privacy, freedom, and managed services,
|
||||
@ -55,27 +55,23 @@
|
||||
</p>
|
||||
</div>
|
||||
<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">Learn More</a>
|
||||
<a class="button-1" role="button" href="/about">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
<video autoplay loop muted poster="/assets/main.png">
|
||||
<source
|
||||
src="https://cdn.lasthourhosting.org/shiloh/main.webm"
|
||||
src="https://lasthourcloud.b-cdn.net/shiloh/website-header1.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</video>
|
||||
</div>
|
||||
<div class="flex-column bg-vid">
|
||||
<div>
|
||||
<h2>solutions</h2>
|
||||
<p>web-hosting, managed IT, software development</p>
|
||||
<h2>stress free solutions</h2>
|
||||
<p>
|
||||
offering managed services in web-hosting, managed IT, software
|
||||
development
|
||||
</p>
|
||||
<div class="flex-row">
|
||||
<a class="button-1" role="button" href="/solutions">Learn More</a>
|
||||
</div>
|
||||
@ -89,24 +85,42 @@
|
||||
</div>
|
||||
<div class="flex-column bg-vid">
|
||||
<div>
|
||||
<h2>the unveil series</h2>
|
||||
<h2>touch grass show</h2>
|
||||
<div class="flex-row">
|
||||
<a
|
||||
class="button-1"
|
||||
role="button"
|
||||
target="_blank"
|
||||
href="https://odysee.com/@shilohcode:e/welcome-to-the-unveil:8"
|
||||
href="https://odysee.com/@shilohcode:e/touch-grass-episode-1:2"
|
||||
>Watch</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<video autoplay loop muted poster="/assets/about.png">
|
||||
<source
|
||||
src="https://cdn.lasthourhosting.org/shiloh/the-unveil-short.webm"
|
||||
src="https://lasthourcloud.b-cdn.net/shiloh/touchgrass.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</video>
|
||||
</div>
|
||||
<div id="webhosting" class="flex-column bg-vid">
|
||||
<div>
|
||||
<img src="./assets/echologo.png" alt="Shiloh Echo Logo" />
|
||||
<h3>attend the echo event</h3>
|
||||
<p>the annual off-grid, homesteading, simple living conference</p>
|
||||
<div class="flex-row">
|
||||
<a class="button-1" role="button" href="https://shilohecho.org"
|
||||
>Get Tickets</a
|
||||
>
|
||||
</div>
|
||||
<video autoplay loop muted poster="/assets/lasthour.png">
|
||||
<source
|
||||
src="https://lasthourcloud.b-cdn.net/shiloh/echo-conference.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
<div id="webhosting" class="flex-column bg-vid">
|
||||
<div>
|
||||
<img
|
||||
@ -186,7 +200,7 @@
|
||||
<a
|
||||
class="button-1"
|
||||
role="button"
|
||||
href="mailto:hello-izmqxby3qjkffhh6w7a9s2j3qwj7zu93iji7gxjcn(AT)shilohcode(DOT)com"
|
||||
href="mailto:support(at)shilohcode(dot)com"
|
||||
>email</a
|
||||
>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user