add growth hacker role
add careers page
This commit is contained in:
parent
5eb9aea01d
commit
fea9fd3bec
65
careers.html
Normal file
65
careers.html
Normal 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>Careers | Shiloh Code</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">
|
||||
<div>
|
||||
<h1>open jobs at shiloh</h1>
|
||||
<p>
|
||||
check this page for current open positions with shiloh. we're always
|
||||
interested in meeting new talent, email us at
|
||||
careers(at)shilohcode(dot)com
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-column bg-vid">
|
||||
<div>
|
||||
<h1>growth hacker</h1>
|
||||
<div class="flex-row">
|
||||
<a class="button-1" role="button" href="/growth-hacker"
|
||||
>learn more</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<div id="message"></div>
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
@ -40,6 +40,7 @@
|
||||
<h3>company</h3>
|
||||
<a href="/about">our team</a>
|
||||
<a href="/news">news room</a>
|
||||
<a href="/careers">careers</a>
|
||||
<a href="/contact">contact</a>
|
||||
</div>
|
||||
</div>
|
||||
|
242
growth-hacker.html
Normal file
242
growth-hacker.html
Normal file
@ -0,0 +1,242 @@
|
||||
<!--
|
||||
|
||||
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
|
||||
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
|
||||
|
||||
|
||||
-->
|
||||
<!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>
|
Loading…
x
Reference in New Issue
Block a user