69 lines
2.9 KiB
HTML
69 lines
2.9 KiB
HTML
<!--
|
|
|
|
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
|
|
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
|
|
|
|
|
|
-->
|
|
<!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>Tech Sales Rep</h1>
|
|
<div class="flex-row">
|
|
<a
|
|
class="button-1"
|
|
role="button"
|
|
href="https://www.christiantechjobs.io/christian-jobs/remote-tech-sales-rep-100-commission-shiloh-909"
|
|
>learn more</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<div id="message"></div>
|
|
<footer id="footer"></footer>
|
|
</body>
|
|
</html>
|