2025-01-24 23:25:48 +01:00
<!doctype html>
2025-01-24 23:25:48 +01:00
<!-- un jour, on pourrait ajouter un relai snowflake -->
2025-01-24 23:25:48 +01:00
< html lang = "fr" >
< head >
< meta charset = "utf-8" >
< title > La Distorsion< / title >
2025-01-24 23:25:48 +01:00
< style >
body{
2025-01-24 23:25:48 +01:00
margin: 1em auto;
2025-01-24 23:25:48 +01:00
padding: 0 1em 0;
max-width: 40em;
line-height: 1.6;
2025-01-24 23:25:48 +01:00
}
2025-01-24 23:25:49 +01:00
h1,h2,h3 {
line-height: 1.2;
2025-01-24 23:25:48 +01:00
}
2025-01-24 23:25:49 +01:00
img {
width: 100%;
2025-01-24 23:25:48 +01:00
}
2025-01-24 23:25:49 +01:00
footer>p {
text-align: right;
}
footer a {
color:darkmagenta;
background-color: darkmagenta;
}
2025-01-24 23:25:48 +01:00
< / style >
2025-01-24 23:25:48 +01:00
< / head >
< body >
2025-01-24 23:25:49 +01:00
< h1 > La Distorsion< / h1 >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:49 +01:00
< p > La Distorsion est un espace-temps de rencontre entre personnes ayant des pratiques critiques des sciences et des techniques. Elle fait partie du < a href = "https://interhacker.space" > réseau interhack< / a > .< / p >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:49 +01:00
< h2 > Site en (dé)construction< / h2 >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:49 +01:00
< img src = "construction-opti.webp" alt = "un super gif de déconstruction" >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:49 +01:00
< h2 > Infos pratiks< / h2 >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:49 +01:00
< p > La Distorsion se retrouve tous les jeudis, l'aprèm et même parfois le matin, jusqu'à 20h, heure de fermeture du batiment.< / p >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:49 +01:00
< p > On est accueilli·es au < a href = "https://fablabdigiscope.universite-paris-saclay.fr" > Fablab UPSaclay< / a > , qui se trouve dans le batiment 660 de l'université, sur le plateau de Saclay. Pour entrer, il faut sonner à la porte, dire que vous venez pour le fablab, et vous inscrire sur une feuille (c'est pas idéal, on sait...).< / p >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:49 +01:00
< p > C'est possible de nous parler par courrier electronique à < / p > < p > < span style = "font-family:monospace" > distorsion (A) groupes.renater.fr< / span > .< / p >
2025-01-24 23:25:49 +01:00
< footer >
< p > < a href = "./darkmagenta.html" > Version Magenta< / a > < / p >
< / footer >
2025-01-24 23:25:48 +01:00
< / body >
< / html >
2025-01-24 23:25:49 +01:00