wip: new site files
This commit is contained in:
commit
e6206a94cf
11 changed files with 2820 additions and 0 deletions
204
find-us.html
Normal file
204
find-us.html
Normal file
|
|
@ -0,0 +1,204 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Find Us — The Fat Dragon</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Orbitron:wght@400;600;900&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav class="nav">
|
||||
<a href="/" class="nav-logo"><span class="dragon">🐉</span> The Fat Dragon</a>
|
||||
<ul class="nav-links">
|
||||
<li><a href="/arcade.html">Arcade</a></li>
|
||||
<li><a href="/board-games.html">Board Games</a></li>
|
||||
<li><a href="/events.html">Events</a></li>
|
||||
</ul>
|
||||
<div class="nav-right">
|
||||
<a href="/find-us.html" class="nav-find">Find Us</a>
|
||||
<a href="/book-now/" class="btn btn-gold btn-sm">Book Now</a>
|
||||
</div>
|
||||
<button class="nav-toggle" aria-expanded="false" aria-label="Toggle menu">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</nav>
|
||||
|
||||
<div class="page-hero">
|
||||
<div class="container">
|
||||
<span class="label">Find Us</span>
|
||||
<h1 class="page-title">📍 Come Visit The Fat Dragon</h1>
|
||||
<p class="section-desc">
|
||||
We’d love to see you! Opening July 2026 in Ashbourne, Co. Meath.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="find-grid">
|
||||
|
||||
<!-- MAP -->
|
||||
<div>
|
||||
<div class="map-embed" style="aspect-ratio:1/1;margin-bottom:1rem">
|
||||
<iframe
|
||||
src="https://www.openstreetmap.org/export/embed.html?bbox=-6.57%2C53.505%2C-6.51%2C53.535&layer=mapnik&marker=53.515%2C-6.540"
|
||||
title="Ashbourne, Co. Meath" loading="lazy" allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a
|
||||
href="https://www.google.com/maps/search/Ashbourne,+Co.+Meath,+Ireland"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
class="btn btn-outline" style="width:100%;justify-content:center">
|
||||
📍 Open in Google Maps →
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- INFO -->
|
||||
<div>
|
||||
|
||||
<div class="info-block">
|
||||
<span class="label">Address</span>
|
||||
<p style="font-size:1.05rem;color:var(--text);line-height:1.6">
|
||||
Ashbourne<br>
|
||||
Co. Meath<br>
|
||||
Ireland
|
||||
</p>
|
||||
<p style="color:var(--muted);font-size:.85rem;margin-top:.5rem">Full street address confirmed at launch (July 2026).</p>
|
||||
</div>
|
||||
|
||||
<div class="info-block">
|
||||
<span class="label">Opening Hours</span>
|
||||
<ul class="hours-list">
|
||||
<li><span class="day">Monday</span><span>12:00 PM – 10:00 PM</span></li>
|
||||
<li><span class="day">Tuesday</span><span>12:00 PM – 10:00 PM</span></li>
|
||||
<li><span class="day">Wednesday</span><span>12:00 PM – 10:00 PM</span></li>
|
||||
<li><span class="day">Thursday</span><span>12:00 PM – 10:00 PM</span></li>
|
||||
<li><span class="day">Friday</span><span>12:00 PM – 10:00 PM</span></li>
|
||||
<li><span class="day">Saturday</span><span>9:00 AM – 10:00 PM</span></li>
|
||||
<li><span class="day">Sunday</span><span>9:00 AM – 9:00 PM</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="info-block">
|
||||
<span class="label">Get in Touch</span>
|
||||
<ul class="contact-list">
|
||||
<li>
|
||||
<span class="contact-icon">📞</span>
|
||||
<a href="tel:+353899409075">089 940 9075</a>
|
||||
</li>
|
||||
<li>
|
||||
<span class="contact-icon">✉️</span>
|
||||
<a href="mailto:hello@denofdragons.com">hello@denofdragons.com</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="info-block">
|
||||
<span class="label">Book in Advance</span>
|
||||
<p style="color:var(--text-2);font-size:.9rem;margin-bottom:1rem">
|
||||
D&D sessions are bookable right now. Arcade and table game bookings open at launch.
|
||||
</p>
|
||||
<a href="/book-now/dnd.html" class="btn btn-gold">⚔️ Book a D&D Session</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- HOW TO GET THERE -->
|
||||
<section class="section section--alt section--border">
|
||||
<div class="container">
|
||||
<div style="max-width:680px;margin:0 auto">
|
||||
<span class="label">Getting Here</span>
|
||||
<h2 class="section-title">How to Find Us</h2>
|
||||
<div style="display:grid;gap:.75rem;margin-top:1.5rem">
|
||||
|
||||
<div class="panel" style="padding:1.1rem 1.3rem;display:flex;gap:1rem;align-items:flex-start">
|
||||
<span style="font-size:1.5rem;flex-shrink:0;margin-top:.1rem">🚗</span>
|
||||
<div>
|
||||
<div style="font-weight:600;color:var(--text);margin-bottom:.25rem">By Car</div>
|
||||
<p style="color:var(--muted);font-size:.88rem;line-height:1.65">
|
||||
Ashbourne is just off the M2 motorway, approximately 20 minutes north of Dublin city centre.
|
||||
Free parking available in town centre car parks.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel" style="padding:1.1rem 1.3rem;display:flex;gap:1rem;align-items:flex-start">
|
||||
<span style="font-size:1.5rem;flex-shrink:0;margin-top:.1rem">🚌</span>
|
||||
<div>
|
||||
<div style="font-weight:600;color:var(--text);margin-bottom:.25rem">By Bus</div>
|
||||
<p style="color:var(--muted);font-size:.88rem;line-height:1.65">
|
||||
Dublin Bus route 103 runs from Dublin city centre to Ashbourne. Journey time approximately 45 minutes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel" style="padding:1.1rem 1.3rem;display:flex;gap:1rem;align-items:flex-start">
|
||||
<span style="font-size:1.5rem;flex-shrink:0;margin-top:.1rem">🚴</span>
|
||||
<div>
|
||||
<div style="font-weight:600;color:var(--text);margin-bottom:.25rem">By Bike</div>
|
||||
<p style="color:var(--muted);font-size:.88rem;line-height:1.65">
|
||||
Cycle lanes on the main routes into Ashbourne. Secure bike parking at the front of the building.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<div class="footer-inner">
|
||||
<div class="footer-grid">
|
||||
<div>
|
||||
<div class="footer-brand">🐉 The Fat Dragon</div>
|
||||
<p class="footer-tagline">Ashbourne’s home for retro arcade gaming, tabletop strategy, and trading card battles. Opening July 2026.</p>
|
||||
<div class="footer-contact">
|
||||
<a href="mailto:hello@denofdragons.com">✉️ hello@denofdragons.com</a>
|
||||
<a href="tel:+353899409075">📞 089 940 9075</a>
|
||||
<span>📍 Ashbourne, Co. Meath, Ireland</span>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-col-head">Hours</div>
|
||||
<ul class="footer-hours">
|
||||
<li><span class="day">Mon – Fri</span><span>12:00 – 22:00</span></li>
|
||||
<li><span class="day">Saturday</span><span>09:00 – 22:00</span></li>
|
||||
<li><span class="day">Sunday</span><span>09:00 – 21:00</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-col-head">Explore</div>
|
||||
<ul class="footer-links">
|
||||
<li><a href="/arcade.html">Retro Arcade</a></li>
|
||||
<li><a href="/board-games.html">Board Games</a></li>
|
||||
<li><a href="/events.html">Events</a></li>
|
||||
<li><a href="/find-us.html">Find Us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer-col-head">Book</div>
|
||||
<ul class="footer-links">
|
||||
<li><a href="/book-now/dnd.html">D&D Sessions</a></li>
|
||||
<li><a href="/book-now/arcade.html">Retro Arcade</a></li>
|
||||
<li><a href="/book-now/table-games.html">Table Top Games</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<span class="footer-copy">© 2026 The Fat Dragon. All rights reserved.</span>
|
||||
<div class="footer-legal"><a href="#">Privacy</a><a href="#">Terms</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue