From 59e3940b298830a34da251336ca8c85b1e7f7603 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 17 Oct 2021 12:00:17 -0700 Subject: Add fmcsolves.cubing.net files under `/docs`. --- docs/fmc_tutorial_ENG.pdf | Bin 0 -> 798713 bytes docs/fmc_tutorial_ENG_v1.odt | Bin 0 -> 67361 bytes docs/fmc_tutorial_ENG_v1.pdf | Bin 0 -> 283917 bytes docs/fmc_tutorial_ENG_v2.pdf | Bin 0 -> 933937 bytes docs/fmc_tutorial_ENG_v3.pdf | Bin 0 -> 798462 bytes docs/fmc_tutorial_ITA_v1.pdf | Bin 0 -> 296803 bytes docs/fmcsolves.css | 32 ++++++++++++++++++++++++++++++++ docs/img/333fm.svg | 20 ++++++++++++++++++++ docs/index.html | 35 +++++++++++++++++++++++++++++++++++ 9 files changed, 87 insertions(+) create mode 100644 docs/fmc_tutorial_ENG.pdf create mode 100644 docs/fmc_tutorial_ENG_v1.odt create mode 100644 docs/fmc_tutorial_ENG_v1.pdf create mode 100644 docs/fmc_tutorial_ENG_v2.pdf create mode 100644 docs/fmc_tutorial_ENG_v3.pdf create mode 100644 docs/fmc_tutorial_ITA_v1.pdf create mode 100644 docs/fmcsolves.css create mode 100644 docs/img/333fm.svg create mode 100644 docs/index.html (limited to 'docs') diff --git a/docs/fmc_tutorial_ENG.pdf b/docs/fmc_tutorial_ENG.pdf new file mode 100644 index 0000000..c52921b Binary files /dev/null and b/docs/fmc_tutorial_ENG.pdf differ diff --git a/docs/fmc_tutorial_ENG_v1.odt b/docs/fmc_tutorial_ENG_v1.odt new file mode 100644 index 0000000..f61fd4c Binary files /dev/null and b/docs/fmc_tutorial_ENG_v1.odt differ diff --git a/docs/fmc_tutorial_ENG_v1.pdf b/docs/fmc_tutorial_ENG_v1.pdf new file mode 100644 index 0000000..30bbc55 Binary files /dev/null and b/docs/fmc_tutorial_ENG_v1.pdf differ diff --git a/docs/fmc_tutorial_ENG_v2.pdf b/docs/fmc_tutorial_ENG_v2.pdf new file mode 100644 index 0000000..d327b5f Binary files /dev/null and b/docs/fmc_tutorial_ENG_v2.pdf differ diff --git a/docs/fmc_tutorial_ENG_v3.pdf b/docs/fmc_tutorial_ENG_v3.pdf new file mode 100644 index 0000000..13a298f Binary files /dev/null and b/docs/fmc_tutorial_ENG_v3.pdf differ diff --git a/docs/fmc_tutorial_ITA_v1.pdf b/docs/fmc_tutorial_ITA_v1.pdf new file mode 100644 index 0000000..1007342 Binary files /dev/null and b/docs/fmc_tutorial_ITA_v1.pdf differ diff --git a/docs/fmcsolves.css b/docs/fmcsolves.css new file mode 100644 index 0000000..361debc --- /dev/null +++ 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 new file mode 100644 index 0000000..03f9cc8 --- /dev/null +++ b/docs/img/333fm.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..e52f2a7 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,35 @@ + + + + + fmcsolves + + + +

+
+ fmcsolves.cubing.net +

+
+ +

FMC Tutorial

+ 🇬🇧 English (v3.02 - current version) + +
+
+

Older Versions

+ + 🇬🇧 English (v3) + 🇬🇧 English (v2) + 🇬🇧 English (v1) + 🇮🇹 Italiano (v1) +
+
+

GitHub Repository

+ + + sebastianotronto/fmctutorial + +
+ + -- cgit v1.3