distorsion.interhacker.space/public/index.html

51 lines
1.6 KiB
HTML
Raw Normal View History

2025-01-24 23:25:48 +01:00
<!doctype html>
<!-- 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>
<style>
body{
margin: 1em auto;
padding: 0 1em 0;
max-width: 40em;
line-height: 1.6;
}
2025-01-24 23:25:49 +01:00
h1,h2,h3 {
line-height: 1.2;
}
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;
}
</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
<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