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
background-color: darkmagenta;
2025-01-24 23:25:48 +01:00
text-align: center;
}
h1,h2,h3 {
line-height: 1.2;
border-bottom: groove;
}
a {
color: cyan;
}
img {
width: 100%;
2025-01-24 23:25:48 +01:00
}
header{
background-color: yellow;
color:darkmagenta;
max-width: 60em;
2025-01-24 23:25:48 +01:00
margin: 1em auto;
2025-01-24 23:25:48 +01:00
padding: 1em 1em;
}
2025-01-24 23:25:48 +01:00
header a {
color: darkcyan;
2025-01-24 23:25:48 +01:00
}
section{
color: yellow;
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
text-align: left;
2025-01-24 23:25:48 +01:00
}
footer{
background-color: yellow;
color: darkmagenta;
margin: none;
padding: none;
2025-01-24 23:25:48 +01:00
line-height:6;
2025-01-24 23:25:48 +01:00
}
< / style >
2025-01-24 23:25:48 +01:00
< / head >
< body >
2025-01-24 23:25:48 +01:00
< header >
< h1 > La Distorsion< / h1 >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:48 +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:48 +01:00
< / header >
< section >
< h2 > Site en (dé)construction< / h2 >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:48 +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:48 +01:00
< h2 > Infos pratiks< / h2 >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:48 +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:48 +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 >
< / section >
< footer >
2025-01-24 23:25:48 +01:00
2025-01-24 23:25:48 +01:00
< p > C'est possible de nous parler par courrier electronique à < span style = "font-family:monospace" > distorsion (A) groupes.renater.fr< / span > .< / p >
< / footer >
2025-01-24 23:25:48 +01:00
< / body >
< / html >