|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" dir="ltr"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>Friday Night Chess - Coffee Supreme, Woolloongabba</title> |
| 7 | + <meta name="description" content="Weekly Friday night casual chess at Coffee Supreme, Woolloongabba hosted by John Bampton." /> |
| 8 | + <link rel="stylesheet" href="style.css" /> |
| 9 | + <link rel="icon" type="image/png" href="/assets/favicon.png" /> |
| 10 | + <link rel="apple-touch-icon" href="/assets/apple-touch-icon.png" /> |
| 11 | + </head> |
| 12 | + <body> |
| 13 | + <div class="background-overlay"> |
| 14 | + <main class="content-wrapper"> |
| 15 | + <!-- Logo --> |
| 16 | + <div class="logo"> |
| 17 | + <a href="/"> |
| 18 | + <img src="/assets/logo.jpg" alt="Brisbane Social Chess Logo" /> |
| 19 | + </a> |
| 20 | + <h1>Brisbane Social Chess</h1> |
| 21 | + <p>A place for casual chess, for fun and friendly people.</p> |
| 22 | + </div> |
| 23 | + |
| 24 | + <!-- Navigation --> |
| 25 | + <nav class="nav-links"> |
| 26 | + <a href="/">Home</a> |
| 27 | + <a href="/games.html">Games</a> |
| 28 | + <a href="/minutes.html">Minutes</a> |
| 29 | + <a href="/meetup.html">Meetups</a> |
| 30 | + <a href="/register.html">Register</a> |
| 31 | + <a href="/rules.html">Rules</a> |
| 32 | + <a href="/terms.html">Terms</a> |
| 33 | + </nav> |
| 34 | + |
| 35 | + <!-- Section: Meetup Info --> |
| 36 | + <section class="section"> |
| 37 | + <h2>Friday Night Chess ♟️☕</h2> |
| 38 | + <p><strong>Location:</strong> Coffee Supreme, Woolloongabba</p> |
| 39 | + <p><strong>Hosted by:</strong> John Bampton</p> |
| 40 | + <div class="bio"> |
| 41 | + <img src="https://avatars.githubusercontent.com/u/873384?s=400&v=4" alt="John Bampton" style="max-width: 150px; border-radius: 10px; margin-top: 10px;" /> |
| 42 | + </div> |
| 43 | + <p> |
| 44 | + Welcome to Friday night chess at Coffee Supreme in Woolloongabba.<br /> |
| 45 | + Come play casual games over excellent coffee or a cold drink.<br /> |
| 46 | + The venue is relaxed, social, and friendly — perfect for all skill levels. |
| 47 | + </p> |
| 48 | + <p><strong>Time:</strong> 6:00 PM – 9:00 PM AEST</p> |
| 49 | + <p><strong>When:</strong> Every Friday</p> |
| 50 | + <p><strong>Address:</strong> 15 Balaclava St, Woolloongabba QLD 4102</p> |
| 51 | + |
| 52 | + <div class="map"> |
| 53 | + <iframe |
| 54 | + src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3538.0211617421363!2d153.02726041506186!3d-27.49145638289017!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b9159a7a0211687%3A0x85ff58a2cfd7c0e5!2sCoffee%20Supreme%20Brisbane!5e0!3m2!1sen!2sau!4v1691123456789!5m2!1sen!2sau" |
| 55 | + width="100%" |
| 56 | + height="250" |
| 57 | + style="border:0; border-radius: 10px;" |
| 58 | + allowfullscreen="" |
| 59 | + loading="lazy" |
| 60 | + ></iframe> |
| 61 | + </div> |
| 62 | + </section> |
| 63 | + </main> |
| 64 | + </div> |
| 65 | + |
| 66 | + <!-- Footer --> |
| 67 | + <footer class="site-footer"> |
| 68 | + <p>© <span id="year"></span> Brisbane Social Chess. All rights reserved.</p> |
| 69 | + </footer> |
| 70 | + <script type="text/javascript" src="/script.js"></script> |
| 71 | + </body> |
| 72 | +</html> |
0 commit comments