diff --git a/public/index.html b/public/index.html index 7815dd7..f40c971 100644 --- a/public/index.html +++ b/public/index.html @@ -39,6 +39,7 @@ href="https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap" rel="stylesheet" /> + Fenster diff --git a/public/resources/ExternalInfo.png b/public/resources/ExternalInfo.png new file mode 100644 index 0000000..2a6fff2 Binary files /dev/null and b/public/resources/ExternalInfo.png differ diff --git a/public/resources/Screenshot 2024-01-25 12.08.38 PM.png b/public/resources/PgnGameDetail.png similarity index 100% rename from public/resources/Screenshot 2024-01-25 12.08.38 PM.png rename to public/resources/PgnGameDetail.png diff --git a/public/resources/Screenshot 2024-01-25 12.07.23 PM.png b/public/resources/PgnGameFilter.png similarity index 100% rename from public/resources/Screenshot 2024-01-25 12.07.23 PM.png rename to public/resources/PgnGameFilter.png diff --git a/public/resources/Screenshot 2024-01-25 12.08.06 PM.png b/public/resources/PgnGameList.png similarity index 100% rename from public/resources/Screenshot 2024-01-25 12.08.06 PM.png rename to public/resources/PgnGameList.png diff --git a/public/resources/Screenshot 2024-01-25 10.23.53 AM.png b/public/resources/PgnImport.png similarity index 100% rename from public/resources/Screenshot 2024-01-25 10.23.53 AM.png rename to public/resources/PgnImport.png diff --git a/public/resources/Screenshot 2024-01-25 9.09.53 AM.png b/public/resources/Screenshot 2024-01-25 9.09.53 AM.png deleted file mode 100644 index a33cd02..0000000 Binary files a/public/resources/Screenshot 2024-01-25 9.09.53 AM.png and /dev/null differ diff --git a/public/resources/Screenshot 2024-01-25 9.10.34 AM.png b/public/resources/Screenshot 2024-01-25 9.10.34 AM.png deleted file mode 100644 index b71b206..0000000 Binary files a/public/resources/Screenshot 2024-01-25 9.10.34 AM.png and /dev/null differ diff --git a/public/resources/Screenshot 2024-01-25 9.12.30 AM.png b/public/resources/Screenshot 2024-01-25 9.12.30 AM.png deleted file mode 100644 index eba44ac..0000000 Binary files a/public/resources/Screenshot 2024-01-25 9.12.30 AM.png and /dev/null differ diff --git a/public/resources/Screenshot 2024-01-25 9.47.13 AM.png b/public/resources/Screenshot 2024-01-25 9.47.13 AM.png deleted file mode 100644 index 5c13111..0000000 Binary files a/public/resources/Screenshot 2024-01-25 9.47.13 AM.png and /dev/null differ diff --git a/public/resources/SearchPage.png b/public/resources/SearchPage.png new file mode 100644 index 0000000..36624a6 Binary files /dev/null and b/public/resources/SearchPage.png differ diff --git a/public/resources/Similar.png b/public/resources/Similar.png new file mode 100644 index 0000000..525f4f0 Binary files /dev/null and b/public/resources/Similar.png differ diff --git a/public/resources/Theory.png b/public/resources/Theory.png new file mode 100644 index 0000000..415e75b Binary files /dev/null and b/public/resources/Theory.png differ diff --git a/public/resources/Screenshot 2024-01-25 9.15.32 AM.png b/public/resources/Transitions.png similarity index 100% rename from public/resources/Screenshot 2024-01-25 9.15.32 AM.png rename to public/resources/Transitions.png diff --git a/public/resources/Visualizations.png b/public/resources/Visualizations.png new file mode 100644 index 0000000..90ba4b5 Binary files /dev/null and b/public/resources/Visualizations.png differ diff --git a/src/AboutPage.js b/src/AboutPage.js index 740c618..fa45fe8 100644 --- a/src/AboutPage.js +++ b/src/AboutPage.js @@ -13,16 +13,16 @@ const About = () => (

Fenster is a comprehensive chess opening reference with over - 15,000 variations. The base opening data is public and can be + 15,000 variations in its database. The opening database content is public and can be found at{" "} eco.json.

- Fenster is not a repository of chess games, though it is capable - of pulling in associated opening and game information from{" "} - FICS,{" "} Shredder and {" "} - lichess sites if - requested. + At present, there is no repository of chess games, though Fenster is capable + of pulling game metadata from the following sources:{" "} +

The Search Page

@@ -32,7 +32,7 @@ const About = () => ( be displayed on the right.

Search Page @@ -62,7 +62,7 @@ const About = () => (

Chess Opening Theory tab @@ -74,7 +74,7 @@ const About = () => ( displayed. On this tab is game data from the external site(s) selected. external site data @@ -91,7 +91,7 @@ const About = () => ( sequences, transitioning from one variation to another.

Opening Transitions tab @@ -109,7 +109,7 @@ const About = () => ( positions that are (somewhat) like the current position.

similar openings shown @@ -127,7 +127,7 @@ const About = () => (

The PGN Import Page

the PGN import page @@ -140,7 +140,7 @@ const About = () => ( the Games tab.{" "}

the PGN import page ( opening(s).

the PGN import page

@@ -159,10 +159,41 @@ const About = () => ( Opening tab will show what Fenster knows about the opening.

the PGN import page +

Visualizations

+ the PGN import page +

+ These are experimental and targeted toward the idly curious. +

+ From-To squares +

+

+ For all variations in a selected ECO code, an association graph will be drawn showing origination and destination squares of all pieces. +

+

ECO categories and codes

+

+ By selecting an ECO category, a list of all ECO codes in that category will be shown. +

+

+ Most active squares +

+

+ This is a heatmap showing which squares are most "active", meaning the most common destination of all pieces for a given ECO code +

+

+ Destination squares +

+

+ Similar to above, this heatmap pertains to specific pieces and player color. Inspired by this project. +

+

Questions? Bugs? Feature requests?

The Fenster client is an open source project maintained on github. There you can open a{" "} diff --git a/src/stylesheets/about.css b/src/stylesheets/about.css index 9b1c9cf..263fae4 100644 --- a/src/stylesheets/about.css +++ b/src/stylesheets/about.css @@ -13,10 +13,6 @@ h3 { text-indent: 1.5em; } -p{ - margin: 2em; -} - pre { margin-left: 3em; } @@ -25,8 +21,19 @@ a { color: limegreen; } +p { + font-size: 14pt; + font-family: 'Inter Tight', sans-serif; + margin: 1.5rem; +} + +h3 + p { + margin: 2rem; +} + .image { max-width: 80%; border: 5px solid darkkhaki; margin-left: 10%; + margin-top: 1rem; } \ No newline at end of file