-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchesslessons.html
More file actions
259 lines (249 loc) · 10.2 KB
/
Copy pathchesslessons.html
File metadata and controls
259 lines (249 loc) · 10.2 KB
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
<html>
<style>
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
border: none;
outline: none;
transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
padding: 0 18px;
background-color: white;
display: none;
overflow: hidden;
}
</style>
<body>
<div style="font-size: large">
<div>
There are many excellent lessons available on chess.com.
</div>
<div>
Working through ALL of the lessons on chess.com in order will give you a solid chess knowledge. But this would
take
some time.
</div>
<div>
Here are some direct links for the most relevent lessons for juniors on chess.com
</div>
</div>
<button class="accordion">Moving, taking, check, checkmate, stalemate</button>
<div class="panel">
<table>
<tr>
<th>Theme</th>
<th>Description</th>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/how-to-move-the-pieces">Section with lesson on each chess
piece</a></td>
<td>Group of lessons on each chess piece plus setting up and pawn promotion</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/playing-the-game">Check, checkmate, stalemate etc</a></td>
<td>Group of lessons covering check, checkmate, stalemate,</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/capturing-pieces/value-of-the-pieces">Piece value</a></td>
<td>Piece value ... we use this to help decide whether to trade pieces</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/playing-the-game/castling">Castling</a></td>
<td>Castling</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/playing-the-game/en-passant">En passent</a></td>
<td>En passent - if a pawn moves 2 squares to try to jump past an opposing pawn on its first move, the
opposing pawn can take it as though it had only moved one square
</td>
</tr>
</table>
</div>
<button class="accordion">Tactics for winning pieces</button>
<div class="panel">
<table>
<tr>
<th>Theme</th>
<th>Description</th>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/capturing-pieces/forks">Forks</a></td>
<td>A fork is when we attack 2 valuable pieces at the same time i.e. Knight attacks King and Queen</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/capturing-pieces/pins">Pins</a></td>
<td>A pin is when a piece cannot or should not move because a more valuable piece is behind it. i.e. Queen
in front of King
</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/capturing-pieces/skewers">Skewers</a></td>
<td>A skewer is when a piece has a more valuable piece in front of it and has to move i.e. King in front of
Queen
</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/capturing-pieces/avoiding-bad-trades">Bad trades</a></td>
<td>Showing how we use piece value to decide whether to trade pieces</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-with-tactics/remove-the-defender">Remove defender</a>
</td>
<td>Showing how we can win a piece by removing a defender</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-with-tactics/trapped-piece">Trapped piece</a></td>
<td>Showing how we can sometimes trap a piece such as pushing up pawns</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-with-tactics/discovered-attack">Discovered attack</a>
</td>
<td>Discovered or revealed attack when moving a piece reveals an attack on another piece</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-with-tactics/discovered-check">Discovered check</a></td>
<td>A powerful form of discovered attack</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/forcing-moves/powerful-moves">Powerful moves</a></td>
<td>Combining tactics</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/forcing-moves/combinations">Combinations</a></td>
<td>Combining tactics</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/capturing-pieces">Section on trades</a></td>
<td>Capturing pieces</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-with-tactics">Section with more tactics</a></td>
<td>More tactics Sac, Double check, Smothered Mate</td>
</tr>
</table>
</div>
<button class="accordion">Checkmates</button>
<div class="panel">
<table>
<tr>
<th>Theme</th>
<th>Description</th>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-the-game/the-4-move-checkmate">Scholars mate</a></td>
<td>4 move checkmate</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-the-game/checkmate-with-two-rooks">Winning with Two
Rooks</a></td>
<td>Rolling rooks ... push the King to one side</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-the-game/checkmate-with-the-queen">Winning with
Queen and King</a></td>
<td>Queen boxes the enemy King and reduces the box</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-the-game/checkmate-with-the-rook">Winning with Rook
and King</a></td>
<td>Rook boxes the enemy King, supported by our King, and reduces the box</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/forcing-moves/checkmate-in-3-moves">Checkmate in 3 moves</a></td>
<td>Examples of FORCED 3 move checkmates</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/winning-the-game">Other checkmates</a></td>
<td>Pawn race, Back rank, f2/f7, King safety, Dont just check</td>
</tr>
</table>
</div>
<button class="accordion">Thinking ... best moves</button>
<div class="panel">
<table>
<tr>
<th>Theme</th>
<th>Description</th>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/opening-principles/your-opponents-move">Opponents move</a>
</td>
<td>Opening principles</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/make-the-most-of-your-pieces/pieces-working-together">
Pieces working together</a></td>
<td>Making the most of your pieces</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/choosing-the-best-move">
Choosing the best move</a></td>
<td>Section containing difficult positions, good and bad pieces</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/make-the-most-of-your-pieces">
Use pieces effectively</a></td>
<td>Section containing lessons on each piece</td>
</tr>
</table>
</div>
<button class="accordion">Opening principles</button>
<div class="panel">
<table>
<tr>
<th>Theme</th>
<th>Description</th>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/opening-principles/control-the-center">Control the centre</a>
</td>
<td>Opening principles</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/opening-principles/your-opponents-move">Your opponents move</a>
</td>
<td>Opening principles</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/opening-principles/develop-your-pieces">Develop your pieces</a>
</td>
<td>Opening principles</td>
</tr>
<tr>
<td><a target=”_blank” href="https://www.chess.com/lessons/opening-principles/develop-your-pieces">Opening principles section</a>
</td>
<td>Active pieces, opponents move</td>
</tr>
</table>
</div>
</body>
</html>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
/* Toggle between adding and removing the "active" class,
to highlight the button that controls the panel */
this.classList.toggle("active");
/* Toggle between hiding and showing the active panel */
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
</script>