Skip to content

Commit f0a92b5

Browse files
Max updates john list before deadline (DRAFT FOR NOW) (brisbanesocialchess#356)
* change the order of the menu nav links and make sure that the meetup page comes before the minutes page * add link for Capablanca on about page to Organizer * remove tuesday page * add aboutus page in meetups * sort people * Update docs/about.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * fix menu nav * Clean html codes * Fix bug - close unclosed section tag - clean html again * Update docs/about.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * save * fix bug and improve html and structure for moderators members * Update docs/about.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update docs/about.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update docs/about.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * fix some more issues * Add missed pages to menu * run pre-commit --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent effdfae commit f0a92b5

File tree

13 files changed

+706
-1094
lines changed

13 files changed

+706
-1094
lines changed

docs/404.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
<div class="background-overlay">
1414
<main class="content-wrapper">
1515
<div class="logo">
16-
<a href="/">
17-
<img src="/assets/logo.jpg" alt="Brisbane Social Chess Logo" />
18-
</a>
16+
<a href="/">
17+
<img src="/assets/logo.jpg" alt="Brisbane Social Chess Logo" />
18+
</a>
1919
<h1>Oops! Page Not Found</h1>
2020
<p>Looks like the page you're looking for doesn't exist.</p>
2121
</div>
2222
<nav class="nav-links">
2323
<a href="/">Home</a>
2424
<a href="/about.html">About</a>
2525
<a href="/games.html">Games</a>
26+
<a href="/meetup.html">Meetups</a>
2627
<a href="/minutes.html">Minutes</a>
2728
<a href="/register.html">Register</a>
2829
<a href="/rules.html">Rules</a>
@@ -31,26 +32,17 @@ <h1>Oops! Page Not Found</h1>
3132
</nav>
3233
<section class="section">
3334
<h2>Error 404 – Not Found</h2>
34-
<p>
35-
Don’t worry, you haven’t blundered too badly. Maybe the link is outdated or there's a typo in the URL.
36-
</p>
37-
<p>
38-
You can return to our homepage or explore other sections of our site.
39-
</p>
40-
35+
<p> Don’t worry, you haven’t blundered too badly. Maybe the link is outdated or there's a typo in the URL. </p>
36+
<p> You can return to our homepage or explore other sections of our site. </p>
4137
<div class="button-group">
4238
<a href="/" class="button">Go Home</a>
4339
</div>
4440
<img src="assets/locations.jpg" alt="Chess Pieces Lost" />
4541
</section>
4642
</main>
4743
</div>
48-
4944
<footer class="site-footer">
50-
<p>
51-
&copy; <span id="year"></span> Brisbane Social Chess. All rights
52-
reserved.
53-
</p>
45+
<p> &copy; <span id="year"></span> Brisbane Social Chess. All rights reserved. </p>
5446
</footer>
5547
<script type="text/javascript" src="/script.js"></script>
5648
</body>

docs/about.html

Lines changed: 320 additions & 237 deletions
Large diffs are not rendered by default.

docs/contact.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ <h1>Brisbane Social Chess</h1>
2323
<a href="/">Home</a>
2424
<a href="/about.html">About</a>
2525
<a href="/games.html">Games</a>
26-
<a href="/minutes.html">Minutes</a>
2726
<a href="/meetup.html">Meetups</a>
27+
<a href="/minutes.html">Minutes</a>
2828
<a href="/register.html">Register</a>
2929
<a href="/rules.html">Rules</a>
3030
<a href="/terms.html">Terms</a>
@@ -35,19 +35,23 @@ <h2>Contact Us</h2>
3535
<p>Feel free to reach out using the form below, or through one of our other contact methods.</p>
3636
<form action="#" method="POST" class="form-contact" novalidate>
3737
<div class="form-group">
38-
<label for="name">Your Name <span aria-hidden="true">*</span></label>
38+
<label for="name">Your Name <span aria-hidden="true">*</span>
39+
</label>
3940
<input type="text" id="name" name="name" required />
4041
</div>
4142
<div class="form-group">
42-
<label for="email">Your Email <span aria-hidden="true">*</span></label>
43+
<label for="email">Your Email <span aria-hidden="true">*</span>
44+
</label>
4345
<input type="email" id="email" name="email" required />
4446
</div>
4547
<div class="form-group">
46-
<label for="subject">Subject <span aria-hidden="true">*</span></label>
48+
<label for="subject">Subject <span aria-hidden="true">*</span>
49+
</label>
4750
<input type="text" id="subject" name="subject" required />
4851
</div>
4952
<div class="form-group">
50-
<label for="message">Message <span aria-hidden="true">*</span></label>
53+
<label for="message">Message <span aria-hidden="true">*</span>
54+
</label>
5155
<textarea id="message" name="message" rows="5" required></textarea>
5256
</div>
5357
<button type="submit" class="button button--main">Send Message</button>
@@ -61,10 +65,7 @@ <h2>Contact Us</h2>
6165
</main>
6266
</div>
6367
<footer class="site-footer">
64-
<p>
65-
&copy; <span id="year"></span> Brisbane Social Chess. All rights
66-
reserved.
67-
</p>
68+
<p> &copy; <span id="year"></span> Brisbane Social Chess. All rights reserved. </p>
6869
</footer>
6970
<script type="text/javascript" src="/script.js"></script>
7071
</body>

docs/games.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,26 @@
1313
<div class="background-overlay">
1414
<main class="content-wrapper">
1515
<div class="logo">
16-
<a href="/">
17-
<img src="/assets/logo.jpg" alt="Brisbane Social Chess Logo" />
18-
</a>
16+
<a href="/">
17+
<img src="/assets/logo.jpg" alt="Brisbane Social Chess Logo" />
18+
</a>
1919
<h1>Brisbane Social Chess</h1>
2020
<p>A place for casual chess, for fun and friendly people.</p>
2121
</div>
2222
<nav class="nav-links">
2323
<a href="/">Home</a>
2424
<a href="/about.html">About</a>
2525
<a href="/games.html" class="active">Games</a>
26-
<a href="/minutes.html">Minutes</a>
2726
<a href="/meetup.html">Meetups</a>
27+
<a href="/minutes.html">Minutes</a>
2828
<a href="/register.html">Register</a>
2929
<a href="/rules.html">Rules</a>
3030
<a href="/terms.html">Terms</a>
3131
<a href="/contact.html">Contact</a>
3232
</nav>
3333
<section class="section">
3434
<h2>Club Games Archive</h2>
35-
<p>
36-
Explore some of the fun and chaotic group games we've played at
37-
different meetups and online on <a href="https://chess.com">chess.com</a>.
38-
</p>
35+
<p> Explore some of the fun and chaotic group games we've played at different meetups and online on <a href="https://chess.com">chess.com</a>. </p>
3936
<div class="game-list">
4037
<div class="game-item">
4138
<h3>Adam Lomsargis versus Robert Garvey</h3>
@@ -66,10 +63,7 @@ <h3>Jimmy versus John Bampton</h3>
6663
</main>
6764
</div>
6865
<footer class="site-footer">
69-
<p>
70-
&copy; <span id="year"></span> Brisbane Social Chess. All rights
71-
reserved.
72-
</p>
66+
<p> &copy; <span id="year"></span> Brisbane Social Chess. All rights reserved. </p>
7367
</footer>
7468
<script type="text/javascript" src="/script.js"></script>
7569
</body>

0 commit comments

Comments
 (0)