1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-26 01:44:20 +00:00

add anki deck

This commit is contained in:
Steffo 2020-08-27 17:34:47 +02:00
parent 29d10a5284
commit 8793bd7815
2 changed files with 15 additions and 0 deletions

View file

@ -11,6 +11,7 @@ import {
faYoutube
} from '@fortawesome/free-brands-svg-icons';
import {
faDownload,
faEnvelope,
faExternalLinkAlt,
faLockOpen,
@ -52,6 +53,8 @@ const icons = Object.freeze({
"ko-fi.com": faMugHot,
"drive.google.com": faGoogleDrive,
"ryg.s3.fr-par.scw.cloud": faDownload,
});
export default function (props) {

View file

@ -4,6 +4,7 @@ import Link from "../../components/Link";
import MenuList from "../../components/MenuList";
import Example from "../../components/Example";
import {Fragment} from "preact";
import {BoxColors} from "bluelib/dist/index.modern";
const r = String.raw;
@ -44,6 +45,17 @@ export default function (props) {
</li>
</MenuList>
</Panel>
<Panel color={BoxColors.YELLOW} title={<span><b>Novità</b>: Anki</span>}>
<p>
Ho provato a fare un deck <Link href={"https://apps.ankiweb.net/"}>Anki</Link> con tutte le formule di Calcolo numerico.
</p>
<p>
Sappiatemi dire com'è! <small>Io non l'ho usato moltissimo perchè ho studiato scrivendo questa pagina di Appuntiweb...</small>
</p>
<MenuList>
<li><Link href={"https://ryg.s3.fr-par.scw.cloud/builds/anki-decks/formule-di-calcolo-numerico.apkg"}>Scarica il deck Anki</Link></li>
</MenuList>
</Panel>
</Section>
<Section title={"Algoritmi"}>
<Panel title={"Algoritmi numerici"}>