-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
431 lines (371 loc) · 21.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html>
<html>
<head>
<title>
ChessMaine Home
</title>
<meta name="author" content="Ian Youth">
<meta name="description" content="ChessMaine Blog">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Noto Serif JP' rel='stylesheet'>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="responsive.css" type="text/css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="logo-header" class="row justify-content-between align-items-center">
<a href="index.html" class="col-lg-4">
<img id="chessmaine-logo" src="images/chessmaine-logo.jpg" alt="ChessMaine">
</a>
<p id="multiple-winner" class="multiple-winner col-4">
Multiple Winner! Best State Chess Website (Chess Journalists of America)
</p>
</div>
<nav id="navigation-bar" class="navbar">
<div class="dropdown">
<a href="events.html" id="upcoming-events-text" class="btn dropbtn upcoming-events">Upcoming Events</a>
</div>
<div class="dropdown">
<button class="dropbtn">Player Resources</button>
<div class="dropdown-content">
<a href="full-blog-posts/clubs.html" class="btn">Clubs</a>
<a href="curricula.html" class="btn">Curricula</a>
<a href="full-blog-posts/instructors.html" class="btn">Instructors</a>
<a href="pdfs/chessmaine-scoresheet.pdf" class="btn" target="_blank">Scoresheets</a>
<a href="full-blog-posts/submit-your-games.html" class="btn">Submit Your Games</a>
<a href="full-blog-posts/websites.html" class="btn">Websites</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">MECA</button>
<div class="dropdown-content">
<a href="full-blog-posts/about-meca.html" class="btn">About MECA</a>
<button>Board Meeting Archives</button>
<a href="https://maine-chess-association.square.site/" class="btn" target="_blank">Store</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">External Resources</button>
<div class="dropdown-content">
<a href="full-blog-posts/chess-atlantic-newsletter.html" class="btn">Chess Atlantic Newsletter</a>
<a href="http://www.uschess.org/datapage/top-players2.php?state=ME&limit=&maxcnt=200&players=M¤t=C" class="btn" target="_blank">Maine Top 200</a>
<a href="pdfs/td-handbook.pdf" class="btn" target="_blank">TD Handbook</a>
<a href="full-blog-posts/tournament-archives.html" class="btn">Tournament Archives</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Archives</button>
<div class="dropdown-content">
<button>Brilliancy Prizes</button>
<a href="full-blog-posts/maine-chess-player-of-the-year.html" class="btn">Maine Chess Player of the Year</a>
<button>Games</button>
<button>Interviews</button>
<button>Puzzles</button>
<button>Site Archives</button>
<a href="full-blog-posts/state-champions.html" class="btn">State Champions</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Contact</button>
<div class="dropdown-content">
<a href="mailto:info@chessmaine.net" class="btn" target="_blank">Email</a>
<a href="https://www.facebook.com/MaineChessAssociation/" class="btn" target="_blank">Facebook</a>
</div>
</div>
</nav>
<div class="news">
<h1 id="chessmaine-news">
ChessMaine News
</h1>
<hr>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/george-cunningham-quarter-one-2021.html" class="link-title">
George Cunningham Brilliancy Prize Awarded to Wyatt Hendrix for First Quarter of 2021
</a>
</h3>
<h4 class="blog-post-date">
June 28, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/george-cunningham-quarter-one-2021.html" class="col-lg-6">
<img src="images/george-cunningham-quarter-one-2021.jpg"
alt="George Cunningham Quarter One 2021">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
The Maine Chess Association congratulates Wyatt Hendrix on winning the first
George Cunningham Brilliancy Prize of 2021. The prize is for his game against
Aaron Spencer in the 2020 Maine State Championship.
</p>
<p class="more-info">
<form action="full-blog-posts/george-cunningham-quarter-one-2021.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/george-cunningham-quarter-one-2021.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/roger-morin-invitation-2021.html" class="link-title">
The Roger J. Morin Invitational Chess Tournament June 25-27, 2021
</a>
</h3>
<h4 class="blog-post-date">
June 22, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/roger-morin-invitational-2021.html" class="col-lg-6">
<img src="images/roger-morin-invitational-2021.jpg"
alt="Roger Morin Invitational 2021">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
The 2021 Roger J. Morin Invitational will take place this weekend (June 25th-27th)
with 5 rounds starting on Friday at 5 PM, Saturday 10 AM and 4 PM, and Sunday 10 AM
and 4 PM at the REM center in Waterville, Maine.
</p>
<p class="more-info">
<form action="full-blog-posts/roger-morin-invitational-2021.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/roger-morin-invitational-2021.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/ngit-gofundme.html" class="link-title">
Help Maine Girls' Scholastic Chess Champion Attend the WIM Ruth Haring National Girls
Tournament of Champions
</a>
</h3>
<h4 class="blog-post-date">
June 22, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/ngit-gofundme.html" class="col-lg-6">
<img src="images/ngit-gofundme.png"
alt="NGIT GoFundMe">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
Delia Hill recently won the 2021 Kathy Richard Maine Girls' Chess Championship
and was nominated to attend and compete in the WIM Ruth Haring National Girls'
Tournament of Champions in Cherry Hill, New Jersey, which will take place from
July 31st to August 2nd, 2021. Please help Delia represent the state of Maine
at this prestigious event by making a donation to her GoFundMe page.
</p>
<p class="more-info">
<form action="full-blog-posts/ngit-gofundme.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/ngit-gofundme.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/maine-girls-championship-2021.html" class="link-title">
Kathy Richards Maine Girls' Chess Championship and the Maine Women's Championship
</a>
</h3>
<h4 class="blog-post-date">
June 22, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/maine-girls-championship-2021.html" class="col-lg-6">
<img src="images/maine-girls-championship-cover-image.jpg"
alt="Maine Girls' Championship 2021">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
Ten players came out to compete at the Kathy Richards Maine Girls' Chess
Championship and the Maine Women's Championship on June 12th in Bangor,
hosted at John Bapst Memorial High School. The final qualifying championship
for the National Scholastic Invitational Tournaments, the Richards
Championship nominates Maine's representative to the WIM Ruth Haring
National Girls' Tournament of Champions, this year held in Cherry Hill,
New Jersey, parallel to the Denker, Barber, and Rockefeller Championships.
</p>
<p class="more-info">
<form action="full-blog-posts/maine-girls-championship-2021.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/maine-girls-championship-2021.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/andy-bryan-retires.html" class="link-title">
Former MECA President Andy Bryan Retires After 32 Years of
Service at Airline Community School
</a>
</h3>
<h4 class="blog-post-date">
June 21, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/andy-bryan-retires.html" class="col-lg-6">
<img src="images/andy-bryan.jpg"
alt="Andy Bryan">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
Former Maine Chess Association President, school principal, teacher,
chess coach, tournament director, and player Andy Bryan and his
wife Beth were featured in a Bangor Daily News article celebrating
their outstanding service to the community after long careers in
education.
</p>
<p class="more-info">
<form action="full-blog-posts/andy-bryan-retires.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/andy-bryan-retires.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/nepomniachtchi-wins-candidates-tournament.html" class="link-title">
Nepomniachtchi Wins Candidates Tournament
</a>
</h3>
<h4 class="blog-post-date">
April 26, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/nepomniachtchi-wins-candidates-tournament.html" class="col-lg-6">
<img src="images/nepomniachtchi.png"
alt="Nepomniachtchi">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
Ian Nepomniachtchi, Russia's highest-rated player, has won the Candidates Tournament
with one round to go and earned the right to square off against Magnus Carlsen in the
World Championship Match scheduled for November 24 - December 16, 2021 in Dubai.
</p>
<p class="more-info">
<form action="full-blog-posts/nepomniachtchi-wins-candidates-tournament.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/nepomniachtchi-wins-candidates-tournament.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/roger-morin-scholarships.html" class="link-title">
The Roger J. Morin Scholarship for Maine High School Seniors and College Students
</a>
</h3>
<h4 class="blog-post-date">
April 24, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/roger-morin-scholarships.html" class="col-lg-6">
<img src="images/roger-morin-scholarships.jpg"
alt="Roger Morin Scholarships">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
The Roger J. Morin Scholarship Committee of the Maine Chess Association
is now accepting applications for the Roger J. Morin Scholarship. This
year, a single award or multiple awards totaling up to $500 will be
awarded to Maine high school seniors and college students who are members
of the Maine chess community. We encourage interested students to submit
an application before the May 15, 2021 deadline.
</p>
<p class="more-info">
<form action="full-blog-posts/roger-morin-scholarships.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/roger-morin-scholarships.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div class="home-page-entry align-items-center">
<h3 class="blog-post-title">
<a href="full-blog-posts/roger-morin-scholarships.html" class="link-title">
The Craft Makers Gambit: An Exhibition of Chess
</a>
</h3>
<h4 class="blog-post-date">
April 21, 2021
</h4>
<div class="home-page-entry-content row align-items-center">
<a href="full-blog-posts/the-craft-makers-gambit.html" class="col-lg-6">
<img src="images/the-craft-makers-gambit.png"
alt="Craft Maker's Gambit">
</a>
<div class="col-lg-6">
<p class="blog-snippet">
<em>The Craft Maker's Gambit: An Exhibition of Chess</em> is a
chess-inspired art exhibit hosted by the Center for Maine
Craft and Maine Craft Portland that will be on view from
November 5 - December 31, 2021. Maine Crafts Association
invites MCA craft artist members who have been approved
through the MCA retail jury process in all mediums to create
upon the theme of chess for this exhibition.
</p>
<p class="more-info">
<form action="full-blog-posts/the-craft-makers-gambit.html">
<input type="submit" class="continue-reading" value="Continue Reading">
</form>
<form action="full-blog-posts/the-craft-makers-gambit.html#comments-landing-spot">
<input type="submit" class="comments" value="Comments">
</form>
</p>
</div>
</div>
<hr>
</div>
<div id="more-events">
<h2>
<form action="navbar-pages/events.html">
<input id="see-all-upcoming-events-button" type="submit"value="See All Upcoming Events">
</form>
</h2>
</div>
<hr>
<div id="footer">
<p id="footer-content">
All content © 2004 - 2021 ChessMaine & <a href="mailto:info@chessmaine.net">Daniel C. DeLuca</a> | Site design by <a href="http://mossyskull.com">Michael J. DeLuca</a> and <a href="mailto:iyouth66@gmail.com">Ian S. Youth</a>
</p>
</div>
</div>
</body>
</html>