diff --git a/01/index.html b/01/index.html index cd5c7b0..ae68e9f 100644 --- a/01/index.html +++ b/01/index.html @@ -60,8 +60,8 @@
  • Politics of Participation
  • -
  • Representation Specs
  • -
  • Hello Worlding
  • +
  • Representation Specs
  • +
  • Hello Worlding
  • diff --git a/02/index.html b/02/index.html new file mode 100644 index 0000000..5fa61c6 --- /dev/null +++ b/02/index.html @@ -0,0 +1,96 @@ + + + + + + 02 - Opening + + + + + +
    +

    + doc + doc + doc +

    +
    + documenting code documentation +
    + + +
    + + hello! welcome + + this is an archive to navigate through different ways of making code documentation + navigate in the sense of learning how to find things, like + there is no clear path / a practice to learn / shared practice personal practice + +
    + +
    + second attempt focuses on: + openings: the first few sentences of documentation pages + like in the game of chess, opening as statement +
    + +
    + +
    +
    +

    VueUse is a collection of utility functions based on Composition API. We assume you are already familiar with the basic ideas of Composition API before you continue.

    + VueUse +
    + +
    +

    Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects.

    + Vite +
    + +
    +

    + werkzeug German noun: “tool”. Etymology: werk (“work”), zeug (“stuff”). Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries.

    + Werkzeug +
    + + +
    +

    Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.

    + Jinja +
    + +
    +

    Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.

    + Flak +
    + + +
    +

    The Screenless Office is an interface for everyday (digital) life without a screen. It is an artistic operating system.

    + The screnless office +
    + + +
    +

    The Padliography is a tool to keep track of our pads. It is built to interact with the MediaWiki API, and it uses XPUB & Lens-Based Wiki’s pages as archive.

    + pad-bis +
    + + +
    +

    A small app for collecting drawings in real time. Runs on a small express server that connects sources (where to draw) and destinations (where to display) via websockets.

    + drw +
    + +
    +

    Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow

    + Emmet +
    + + +
    + + + diff --git a/index.html b/index.html index 4cc6971..b69890b 100644 --- a/index.html +++ b/index.html @@ -66,6 +66,7 @@ diff --git a/style.css b/style.css index 741709f..38bcaee 100644 --- a/style.css +++ b/style.css @@ -67,3 +67,22 @@ h1 { .entry > * { flex: 1; } + +.opening { + display: inline-block; + max-width: 80ch; + margin-block: 16px; + padding: 8px; + font-size: 1.25rem; + color: #344e41; + border: 2px solid #84a98c; + border-radius: 16px; +} + +.opening > p { + margin: 0; +} + +.opening > a { + color: #588157; +}