-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
385 lines (384 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="title" property="og:title" content="Capablanca Memorial" />
<meta property="og:type" content="Website" />
<meta
name="image"
property="og:image"
content="https://live.staticflickr.com/65535/51988685396_8a31988c8d_z.jpg"
/>
<meta
name="description"
property="og:description"
content="Site for a Chess event in the Memorial of one of the greatest chess players in history. Build with CSS, HTML & JS"
/>
<meta name="author" content="Victor Peralta" />
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./styles.css" />
<link rel="stylesheet" href="./program.css" />
<link rel="stylesheet" href="./speakers.css" />
<link rel="stylesheet" href="./welcome.css" />
<link rel="stylesheet" href="./about.css" />
<script src="./menu.js" defer></script>
<script src="./speakers.js" defer></script>
<title>Capablanca's Memorial</title>
</head>
<body>
<header>
<div class="first">
<div class="social">
<ul>
<li>
<a href=""
><img src="./assets/github.png" alt="" width="18" height="20"
/></a>
</li>
<li>
<a href=""
><img src="./assets/twitter.png" alt="" width="20" height="20"
/></a>
</li>
<li><a href="">English</a></li>
<li><a href="">My Page</a></li>
<li><a href="">Logout</a></li>
</ul>
</div>
</div>
<div class="tool-bar">
<div class="logo">
<a href="#home">
<img src="./assets/logo.png" alt="" width="107" height="40" />
</a>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="">Program</a></li>
<li><a href="">Join</a></li>
<li><a href="">Sponsor</a></li>
<li><a href="">News</a></li>
<li><a href="" class="btn">Chess Club</a></li>
</ul>
</nav>
</div>
<button type="button" class="hamburger-button">≡</button>
<div class="menu-options hidden">
<button type="button" class="close-menu">X</button>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="">Program</a></li>
<li><a href="">Join</a></li>
<li><a href="">Sponsor</a></li>
<li><a href="">News</a></li>
</ul>
<a href="" class="btn">Chess Club</a>
</nav>
</div>
</header>
<section class="welcome" id="home">
<div class="content">
<div class="main">
<p class="greeting">"Hello! Chess world"</p>
<h1 class="event-title">
CAPABLANCA<br />MEMORIAL FAIR <br />
2022
</h1>
<div class="intro-text">
<p>
Remembering the great Cuban and III World Chess Champion with an
unprecedented event, two days of talks about his best chess games,
including his two world championship matches. <br />Simultaneos
exhibitions by world top-class players, including the one and only
World Chess Champion Magnus Carlsen
</p>
</div>
</div>
<footer>
<h2>2022.02.26(SAT) ~ 27(SUN)</h2>
<p>@Manhatan Chess Club, NY</p>
</footer>
</div>
</section>
<section class="program">
<h2>Main Program</h2>
<hr />
<div class="activity-container">
<div class="activity-card">
<img src="./assets/lecture.png" alt="" />
<p class="title">Lecture</p>
<p class="description">
Listen the amazing stories about Capablanca's career
</p>
</div>
<div class="activity-card">
<img src="./assets/exhibition.png" alt="" />
<p class="title">Exhibition</p>
<p class="description">
Try yourself agains a GM during the simul exhibitions
</p>
</div>
<div class="activity-card">
<img src="./assets/forum.png" alt="" />
<p class="title">Forum</p>
<p class="description">
Let your voice been heard! Talk about your experiences
</p>
</div>
<div class="activity-card">
<img src="./assets/workshop.png" alt="" />
<p class="title">Workshop</p>
<p class="description">Practice while analizing Capablanca's games</p>
</div>
<div class="activity-card">
<img src="./assets/connect.png" alt="" />
<p class="title">Lecture</p>
<p class="description">Connect with people around the world</p>
</div>
</div>
<button type="button">Join Capablanca Memorial</button>
<a href="">SEE THE WHOLE PROGRAM</a>
</section>
<section class="speakers">
<h2>Featured Speakers</h2>
<hr />
<div class="speakers-container">
<template class="speaker-template">
<div class="speaker-card">
<div class="image">
<img src="" alt="" />
</div>
<div class="info">
<h3 class="speaker"></h3>
<p class="title"></p>
<hr />
<p class="bio"></p>
</div>
</div>
</template>
</div>
<div class="btn-more">
<p>LESS</p>
<span>^</span>
</div>
</section>
<section class="partners desktop">
<h3>Partner</h3>
<hr />
<div class="partners-container">
<div class="partner-card">
<div>
<img
src="./assets/whiteKing.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Chessbase</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteQueen.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Chess.com</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteKnight.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Lichess</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteBishop.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Chess24</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteRook.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Playchess</p>
</div>
</div>
<footer>
<div class="img-footer">
<img
src="./assets/logo.png"
alt="Capablanca event logo"
width="100"
height="40"
/>
</div>
<p>2022 Manhatan Chess Club. <br />Some Rights Reserved.</p>
</footer>
</section>
<section class="about" id="about">
<div class="about-event">
<p class="greeting">"Hello! Chess world"</p>
<h2 class="event-title">CAPABLANCA<br />MEMORIAL FAIR 2022</h2>
<div class="text">
<p>
Capablanca's Memorial remembers one of the greatest talented players
of all time, in a joyful celebration filled with chess events like
Simultaneous exhibitions, talks about the fascinating chess life of
the great Cuban, his rivalries, best games, and much more. This year
makes no exception and an array of speakers and activities assemble
a great event.
</p>
</div>
<p class="contact">
Please contact us per Email for any further questions about
Capablanca's memorial 2022!
</p>
<p class="email">capablanca2022@manhatanchess.org</p>
</div>
<div class="logo-info">
<h3>Capablanca's Memorial 2022 Logo</h3>
<hr />
<p>
The logo of the Capablanca's Memorial of this year was designed by
Victor Peralta victor.peralta.gomez@gmail.com
</p>
<div>
<img
src="./assets/logo.png"
alt="Event's logo"
width="300"
height="100"
/>
</div>
</div>
<hr />
<div class="past-events">
<h3>See the past Capablanca's Memorials</h3>
<hr />
<p>
Take a look at the last two events which took place in Habana Cuba and
Mexico City
</p>
<div class="past-event-cards">
<div class="event-card overlay">
<img
src="./assets/event2020.jpg"
alt="Image from event in Habana"
width="300"
height="200"
/>
<p class="event-year">2020</p>
<p class="event-city">Capablanca's Memorial in Habana</p>
</div>
<div class="event-card">
<img
src="./assets/event2021.jpg"
alt="Image from event in Mexico"
width="300"
height="200"
/>
<p class="event-year">2021</p>
<p class="event-city">Capablanca's Memorial in Mexico</p>
</div>
</div>
</div>
<div class="partners mobile">
<h3>Partner</h3>
<hr />
<div class="partners-container">
<div class="partner-card">
<div>
<img
src="./assets/whiteKing.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Chessbase</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteQueen.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Chess.com</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteKnight.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Lichess</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteBishop.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Chess24</p>
</div>
<div class="partner-card">
<div>
<img
src="./assets/whiteRook.png"
alt="Partners images"
width="300"
height="50"
/>
</div>
<p>Playchess</p>
</div>
</div>
</div>
<footer>
<div class="img-footer">
<img
src="./assets/logo.png"
alt="Capablanca event logo"
width="100"
height="40"
/>
</div>
<p>2022 Manhatan Chess Club. <br />Some Rights Reserved.</p>
</footer>
</section>
</body>
</html>