remove news page

add dashboard news link
This commit is contained in:
Gary 2024-09-02 14:13:19 -07:00
parent d44585291a
commit 56f5e1ae20
4 changed files with 10 additions and 50 deletions

View File

@ -11,6 +11,10 @@
>. All rights reserved by
<a href="https://shilohcode.com" target="_blank">shiloh.</a>
</p>
<p>
<strong> Support Hours:</strong> Mon - Fri, 8AM - 5PM (PST). Closed Sundays
and all major holidays.
</p>
</div>
<div class="flex-container">
<div>
@ -47,7 +51,7 @@
<div class="flex-container">
<h3>Company</h3>
<a href="/about.html">Our Team</a>
<a href="/news.html">News</a>
<a href="https://my.lasthourhosting.org/news">News</a>
<a href="/service-level-agreement.html">SLA</a>
<a href="/legal.html">Legal</a>
<a href="/contact.html">Contact</a>

View File

@ -29,7 +29,7 @@
<li><a href="/about.html">About Us</a></li>
<li><a href="/service-level-agreement.html">SLA</a></li>
<li><a href="https://shilohcode.com/creed.html">Creed</a></li>
<li><a href="/news.html">News</a></li>
<li><a href="https://my.lasthourhosting.org/news">News</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</li>

View File

@ -38,7 +38,10 @@
<main>
<div class="flex-container">
<h1>Contact Us</h1>
<p>Our team is standing by, ready to lend a helping hand.</p>
<p>
<strong> Support Hours:</strong> Mon - Fri, 8AM - 5PM (PST). Closed
Sundays and all major holidays.
</p>
<div class="flex-row">
<div class="flex-container bg-two">
<h2>Email</h2>

View File

@ -1,47 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="" />
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lasthourhosting.org" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<h1>Latest News and Updates</h1>
<div class="flex-column">
<p>coming soon</p>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>