Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
playground:cabane [2025/01/23 11:15] – vinciane | playground:cabane [2025/02/25 21:07] (current) – vinciane | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | > Making huts of all kinds - inventing, gardening the possible; without fear of calling “huts” huts of phrases, paper, thought, friendship, new ways of representing space, time, action, links, practices. Building huts to occupy the terrain in a different way; which means always, today, putting ourselves together. [...] There is bravery, bravado, a joy in seizing the present. | + | <HTML> |
- | > Braving here means first and foremost “doing”, | + | <link type=" |
+ | < | ||
+ | function fetch_request(url, | ||
+ | // fetching the pad | ||
+ | fetch(`${url}`, | ||
+ | ' | ||
+ | ' | ||
+ | }) | ||
+ | .then(response => response.text() ) | ||
+ | .then(css => inject_css(css) ); | ||
+ | } | ||
+ | function inject_css(css){ | ||
+ | console.log(' | ||
+ | let el = document.createElement(' | ||
+ | el.id = " | ||
+ | el.innerText = css; | ||
+ | document.head.appendChild(el); | ||
+ | }; | ||
+ | fetch_request("/ | ||
+ | </ | ||
+ | </ | ||
+ | ====== ⁂ ====== | ||
+ | =====Our huts===== | ||
+ | |||
+ | Making huts of all kinds - inventing, gardening the possible; without fear of calling “huts” huts of phrases, paper, thought, friendship, new ways of representing space, time, action, links, practices. Building huts to occupy the terrain in a different way; which means always, today, putting ourselves together. [...] There is bravery, bravado, a joy in seizing the present. | ||
+ | Braving here means first and foremost “doing”, | ||
extract form //Nos Cabanes// by Marielle Macé translated from french | extract form //Nos Cabanes// by Marielle Macé translated from french | ||