fmctutorial

An in-depth FMC tutorial
git clone https://git.tronto.net/fmctutorial
Download | Log | Files | Refs | README | LICENSE

commit 59e3940b298830a34da251336ca8c85b1e7f7603
parent 75c2398bae877671dc387548c4c6942f78956e37
Author: Lucas Garron <code@garron.net>
Date:   Sun, 17 Oct 2021 12:00:17 -0700

Add fmcsolves.cubing.net files under `/docs`.

Diffstat:
Adocs/fmc_tutorial_ENG.pdf | 0
Adocs/fmc_tutorial_ENG_v1.odt | 0
Adocs/fmc_tutorial_ENG_v1.pdf | 0
Adocs/fmc_tutorial_ENG_v2.pdf | 0
Adocs/fmc_tutorial_ENG_v3.pdf | 0
Adocs/fmc_tutorial_ITA_v1.pdf | 0
Adocs/fmcsolves.css | 32++++++++++++++++++++++++++++++++
Adocs/img/333fm.svg | 20++++++++++++++++++++
Adocs/index.html | 35+++++++++++++++++++++++++++++++++++
9 files changed, 87 insertions(+), 0 deletions(-)

diff --git a/docs/fmc_tutorial_ENG.pdf b/docs/fmc_tutorial_ENG.pdf Binary files differ. diff --git a/docs/fmc_tutorial_ENG_v1.odt b/docs/fmc_tutorial_ENG_v1.odt Binary files differ. diff --git a/docs/fmc_tutorial_ENG_v1.pdf b/docs/fmc_tutorial_ENG_v1.pdf Binary files differ. diff --git a/docs/fmc_tutorial_ENG_v2.pdf b/docs/fmc_tutorial_ENG_v2.pdf Binary files differ. diff --git a/docs/fmc_tutorial_ENG_v3.pdf b/docs/fmc_tutorial_ENG_v3.pdf Binary files differ. diff --git a/docs/fmc_tutorial_ITA_v1.pdf b/docs/fmc_tutorial_ITA_v1.pdf Binary files differ. diff --git a/docs/fmcsolves.css b/docs/fmcsolves.css @@ -0,0 +1,32 @@ +html, +body { + display: grid; + font-family: sans-serif; + box-sizing: border-box; + height: 100%; + padding: 0; +} + +body { + background-color: rgb(255, 245, 235); + place-content: center; + gap: 1em; + padding: 1em; +} + +h1 { + text-align: center; +} + +section { + background-color: white; + box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25); + min-width: 40em; + padding: 1em 2em 2em; + display: grid; +} + +.icon { + height: 2em; + vertical-align: middle; +} diff --git a/docs/img/333fm.svg b/docs/img/333fm.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="500px" height="500px" viewBox="0 0 500 500" enable-background="new 0 0 500 500" xml:space="preserve"> +<path fill-rule="evenodd" clip-rule="evenodd" fill="#000000" d="M233.65,349.13c28.964-79.663,57.749-158.833,86.686-238.421 + c39.981,0.633,75.703,13.602,106.74,38.845c-28.854,79.365-57.585,158.397-86.531,238.013 + C308.165,366.093,272.492,353.19,233.65,349.13z"/> +<path fill-rule="evenodd" clip-rule="evenodd" fill="#000000" d="M330.838,80.083c4.42-12.027,8.563-23.458,12.878-34.826 + c0.492-1.296,1.739-2.749,2.988-3.244c13.553-5.377,27.471-9.129,42.2-9.437c20.949-0.437,35.875,10.381,48.05,25.878 + c5.233,6.663,9.434,14.146,13.986,21.33c0.604,0.951,1.014,2.52,0.665,3.501c-4.166,11.724-8.492,23.391-12.912,35.446 + C405.896,96.998,370.288,84.203,330.838,80.083z"/> +<path fill-rule="evenodd" clip-rule="evenodd" fill="#000000" d="M251.47,466.013c-0.836-1.796-1.426-3.058-2.015-4.322 + c-10.146-21.757-20.293-43.514-30.436-65.271c-1.477-3.171,0.235-13.635,2.837-15.838c0.808-0.685,2.329-0.77,3.512-0.734 + c37.824,1.162,71.613,13.455,101.417,36.785c2.047,1.602,2.333,2.969,1.693,5.562c-1.72,6.972-5.656,10.951-12.381,13.901 + C294.57,445.542,273.393,455.79,251.47,466.013z"/> +<rect x="71.597" y="62.5" fill="#000000" width="100" height="100"/> +<rect x="72.097" y="202.5" fill="#000000" width="100" height="100"/> +<rect x="72.347" y="342.5" fill="#000000" width="100" height="100"/> +</svg> diff --git a/docs/index.html b/docs/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf8"> + <title>fmcsolves</title> + <link rel="stylesheet" href="./fmcsolves.css"> + </head> + <body> + <h1> + <img src="img/333fm.svg" class="icon"><br> + fmcsolves.cubing.net + </h1> + <section> + + <h2>FMC Tutorial</h2> + <a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v3.02 - current version)</a> + + </section> + <section> + <h3>Older Versions</h3> + + <a href="./fmc_tutorial_ENG_v3.pdf">🇬🇧 English (v3)</a> + <a href="./fmc_tutorial_ENG_v2.pdf">🇬🇧 English (v2)</a> + <a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v1)</a> + <a href="./fmc_tutorial_ITA_v1.pdf">🇮🇹 Italiano (v1)</a> + </section> + <section> + <h3>GitHub Repository</h3> + + <a href="https://github.com/sebastianotronto/fmctutorial"> + sebastianotronto/fmctutorial + </a> + </section> + </body> +</html>