- initial

This commit is contained in:
Ty Clifford
2026-04-24 08:41:52 -04:00
commit b57091e4ad
49 changed files with 7371 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
</main>
<footer class="footer">
<div class="footer-grid">
<div>
<div class="f-logo"> KEYSER, WV</div>
<div class="f-tag">"<?=e(setting('site_tagline','The Friendliest City in the U.S.A.'))?>"</div>
<p>County seat of Mineral County, WV. Where New Creek meets the North Branch Potomac River. Elevation 809 ft. Population ~4,800. Founded 1874. Part of the Appalachian Forest National Heritage Area.</p>
</div>
<div>
<h5>Explore</h5>
<ul>
<li><a href="/directory.php">Business Directory</a></li>
<li><a href="/attractions.php">Attractions</a></li>
<li><a href="/events.php">Events Calendar</a></li>
<li><a href="/about.php">About Keyser</a></li>
</ul>
</div>
<div>
<h5>Community</h5>
<ul>
<?php if (setting('registration_enabled','1')==='1'): ?>
<li><a href="/register.php">Create Account</a></li>
<?php endif; ?>
<li><a href="/events.php?submit=1">Submit an Event</a></li>
<li><a href="https://govisitmineralwv.com" target="_blank" rel="noopener">Mineral County Tourism ↗</a></li>
<li><a href="https://cityofkeyser.com" target="_blank" rel="noopener">City of Keyser ↗</a></li>
<li><a href="https://mineralwv.gov" target="_blank" rel="noopener">Mineral County Gov ↗</a></li>
</ul>
</div>
<div>
<h5>Tourism Office</h5>
<address>
<p>📍 167 S. Mineral Street<br>Keyser, WV 26726</p>
<p>📞 <a href="tel:304-790-7081">304-790-7081</a></p>
<p>✉️ <a href="mailto:mineralcocvb@gmail.com">mineralcocvb@gmail.com</a></p>
<p>⏰ MonFri 9am4pm</p>
</address>
</div>
</div>
<div class="footer-bar">
<p>&copy; <?=date('Y')?> My Keyser, Discover Keyser, West Virginia — Almost Heaven &bull; Mountain State</p>
</div>
</footer>
<script src="/assets/js/app.js"></script>
<?=$footExtra??''?>
</body>
</html>