improve mobile spacing
fix images
This commit is contained in:
Gary 2026-02-24 09:34:06 -08:00
parent cf27ccb526
commit d7fe327beb
10 changed files with 90 additions and 32 deletions

View File

@ -39,6 +39,7 @@
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/back-to-top.js"></script>
</head>
<body>
@ -84,6 +85,8 @@
</div>
</div>
</main>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>

View File

@ -32,6 +32,7 @@
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/back-to-top.js"></script>
</head>
<body>
@ -48,20 +49,10 @@
</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-remote-tech-sales-rep-100-commission-shiloh-1127"
>learn more</a
>
</div>
</div>
</div>
<div class="flex-column bg-vid"></div>
</main>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>

View File

@ -38,6 +38,7 @@
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/back-to-top.js"></script>
</head>
<body>
@ -74,6 +75,8 @@
</video>
</div>
</main>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>

View File

@ -39,6 +39,7 @@
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/back-to-top.js"></script>
</head>
<body>
@ -61,6 +62,8 @@
</div>
</div>
</main>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>

View File

@ -33,6 +33,7 @@
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/back-to-top.js"></script>
</head>
<body>
<header id="header"></header>
@ -393,6 +394,8 @@
</p>
<cite>(The NASB95 Bible: Matthew 25:41; Revelation 20:10)</cite>
</div>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>

View File

@ -443,7 +443,7 @@ a {
}
.flex-column {
padding: 10px 5px;
padding: 10px 20px;
}
/*echo event css*/

View File

@ -52,13 +52,19 @@
<h1>find peace off tech</h1>
<div class="flex-row">
<p>
christian experts in privacy, freedom, and managed services,
helping you achieve digital self-sufficiency.
christian experts in privacy, freedom, and tech with solutions for
your peace of mind.
</p>
</div>
<div class="flex-row">
<a class="button-1" role="button" href="/about">Learn More</a>
<a
class="button-1"
role="button"
target="_blank"
href="https://cloud.shilohcode.com/apps/calendar/appointment/JFes64HZYiw7"
>schedule a call</a
>
</div>
<div id="getting-started"></div>
<script type="text/javascript">
@ -77,12 +83,16 @@
<div class="flex-column bg-vid">
<div>
<h2>stress free solutions</h2>
<p>
offering managed services in web-hosting, managed IT, software
development
</p>
<p>offering managed services in web-hosting, IT, and software</p>
<div class="flex-row">
<a class="button-1" role="button" href="/solutions">Learn More</a>
<a class="button-2" role="button" href="/solutions">learn more</a>
<a
class="button-1"
role="button"
target="_blank"
href="https://cloud.shilohcode.com/apps/calendar/appointment/JFes64HZYiw7"
>schedule a call</a
>
</div>
</div>
<video autoplay loop muted poster="/assets/services.png">
@ -114,7 +124,11 @@
</div>
<div id="webhosting" class="flex-column bg-vid">
<div>
<img src="./assets/echologo.png" alt="Shiloh Echo Logo" />
<img
src="./assets/echologo.png"
width="100%"
alt="Shiloh Echo Logo"
/>
<h3>attend the echo event</h3>
<p>the annual off-grid, homesteading, simple living conference</p>
<div class="flex-row">
@ -133,11 +147,12 @@
<div id="webhosting" class="flex-column bg-vid">
<div>
<img
width="100%"
src="./assets/last_hour_hosting_logo_blue.png"
alt="last hour hosting logo"
/>
<h3>starting at $29/mo.</h3>
<p>managed websites, hosting, and cloud services.</p>
<p>managed websites, hosting, and cloud services</p>
<div class="flex-row">
<a class="button-1" role="button" href="https://lasthourhosting.org"
>Host With Us</a
@ -205,14 +220,19 @@
<div>
<h2>contact</h2>
<div class="flex-row">
<div class="flex-container">
<a
class="button-1"
role="button"
href="mailto:support(at)shilohcode(dot)com"
>email</a
>
</div>
<a
class="button-1"
role="button"
href="mailto:support(at)shilohcode(dot)com"
>email</a
>
<a
class="button-1"
role="button"
target="_blank"
href="https://cloud.shilohcode.com/apps/calendar/appointment/JFes64HZYiw7"
>schedule a call</a
>
</div>
</div>
</div>

View File

@ -39,6 +39,7 @@
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/back-to-top.js"></script>
</head>
<body>
@ -251,6 +252,8 @@
</div>
</div>
</main>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>

30
sitemap.xml Normal file
View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://shilohcode.com/</loc>
<lastmod>2026-02-20T23:07:45+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://shilohcode.com/about</loc>
<lastmod>2026-02-20T23:07:45+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://shilohcode.com/solutions</loc>
<lastmod>2026-02-20T23:07:45+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://shilohcode.com/creed</loc>
<lastmod>2026-02-20T23:07:45+00:00</lastmod>
<priority>0.64</priority>
</url>
</urlset>

View File

@ -39,6 +39,7 @@
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/back-to-top.js"></script>
</head>
<body>
@ -190,6 +191,7 @@
</div>
</div>
</main>
<button id="back-to-top">^ TOP</button>
<div id="message"></div>
<footer id="footer"></footer>
</body>