shiloh-website/services.html
Gary 5eb9aea01d remove security policy in favor of web server handling it
make video size auto on mobile
add hamburger menu icon png
make navbar background black
add navbar js script to all page headers
2024-11-01 16:51:29 -07:00

112 lines
4.7 KiB
HTML

<!--
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
-->
<!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="Our services include: Managed IT, Server Hosting, Staff-Augmentation, Contract-to-Hire, Backup and Disaster Recovery, Email Solutions, Cloud Solutions, Web Development, Full-Stack Software Development, Onsite Computer Support, Business Continuity Plan, Remote IT, VOIP Phones, Network Cabling and Installations, Security Cameras, Migration to Open-Source, Decentralized, Fully-Owned Solutions."
/>
<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="Our services include: Managed IT, Server Hosting, Staff-Augmentation, Contract-to-Hire, Backup and Disaster Recovery, Email Solutions, Cloud Solutions, Web Development, Full-Stack Software Development, Onsite Computer Support, Business Continuity Plan, Remote IT, VOIP Phones, Network Cabling and Installations, Security Cameras, Migration to Open-Source, Decentralized, Fully-Owned Solutions."
/>
<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>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://lasthourhosting.org"
>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://githaven.org"
>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>