fmctutorial

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

index.html (1054B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4     <meta charset="utf8">
      5     <title>fmcsolves</title>
      6     <link rel="stylesheet" href="./fmcsolves.css">
      7   </head>
      8   <body>
      9     <h1>
     10       <img src="img/333fm.svg" class="icon"><br>
     11       fmcsolves.cubing.net
     12     </h1>
     13     <section>
     14 
     15       <h2>FMC Tutorial</h2>
     16       <a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v3.04 - current version)</a>
     17 
     18     </section>
     19     <section>
     20       <h3>Older Versions</h3>
     21 
     22       <a href="./fmc_tutorial_ENG_v3.pdf">🇬🇧 English (v3)</a>
     23       <a href="./fmc_tutorial_ENG_v2.pdf">🇬🇧 English (v2)</a>
     24       <a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v1)</a>
     25       <a href="./fmc_tutorial_ITA_v1.pdf">🇮🇹 Italiano (v1)</a>
     26     </section>
     27     <section>
     28       <h3>Git Repository</h3>
     29 
     30       <a href="https://sebastiano.tronto.net/git/fmctutorial/">
     31 	https://sebastiano.tronto.net/git/fmctutorial/
     32       </a>
     33 
     34       <a href="https://github.com/sebastianotronto/fmctutorial">
     35 	https://github.com/sebastianotronto/fmctutorial
     36       </a>
     37     </section>
     38   </body>
     39 </html>