-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
36 lines (34 loc) · 2.18 KB
/
about.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
<!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">
<title>About</title>
</head>
<body class="background about-background">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu">
<link rel="stylesheet" href="style.css">
<a href="../index.html"><p id="thechesslibrary" class="banner-text" onclick="document.getElementById('banner-extra').style.visibility = 'visible';">thechesslibrary</p></a>
<div class="banner-extra" id="banner-extra">
<p id="about" class="banner-text">about</p>
<p class="banner-text unitalic">•</p>
<a href="https://github.com/thechesslibrary/thechesslibrary.github.io"><p id="source" class="banner-text">source code</p></a>
<p class="banner-text unitalic">•</p>
<a href="../donate.html"><p id="donate" class="banner-text">donate</p></a>
</div>
<div class="about-text">
<p style="color: aqua">beta v1.3.3br></p>
<p style="display: inline-block;">The Chess Library is an open-source database of 700,000+ chess games, run by
<a href="https://www.github.com/gitpushjoe" style="word-wrap: break-word;"><nobr>a single college student.</nobr></a> It's currently in open beta testing right now so if you have any suggestions, bug findings, questions, or would like to help expand the database,
please share using the donate link above. (Note: The back-end web scraping and data formatting scripts will be up soon.)<br> <br><br>Sources:<br>
<a href="https://www.pgnmentor.com/files.html">PGN Mentor</a><br>
<a href="https://www.google.com/search?client=firefox-b-1-d&q=tcec+github">TCEC Games Archive</a><br>
<a href="https://lichess.org/">Lichess</a><br>
<a href="https://theweekinchess.com/twic">TWIC Archive</a><br>
Chess pieces from <a href="https://opengameart.org/content/chess-pieces-and-board-squares">opengameart.org</a></p>
</div>
</body>
</html>