Skip to content
View lichfolky's full-sized avatar
🏴‍☠️
🏴‍☠️
Block or Report

Block or report lichfolky

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lichfolky/README.md

Hi! I'm Mattia

I teach coding, computer science and digital stuff. I'm interested in accessibility, design, digital ethics and new ways to use the web to create digital cultural and artistic experiences. I love tabletop RPGs, especially the most innovative ones.

Pinned

  1. intro-dev intro-dev Public

    Materiali aggiuntivi e dispense del mio corso su python

    Python

  2. intro-web-dev intro-web-dev Public

    Materiali aggiuntivi e dispense del mio corso sulla programmazione web

    JavaScript 1

  3. My vscode settings My vscode settings
    1
    {
    2
        "workbench.iconTheme": "material-icon-theme",
    3
        "editor.fontFamily": "Fira Code",
    4
        "editor.fontLigatures": false,
    5
        "editor.fontSize": 14,
  4. My css reset My css reset
    1
    *,
    2
    *::before,
    3
    *::after {
    4
        box-sizing: border-box;
    5
    }