Compare commits
3 Commits
a099c7326b
...
ac64a5f7e1
Author | SHA1 | Date | |
---|---|---|---|
ac64a5f7e1 | |||
2c029a1811 | |||
0d4e1ffabf |
@ -130,6 +130,10 @@ ul li > a:first-child:hover::before {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
[typeof="Collection"] ul li {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
[typeof="Collection"] .publication-card {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
@ -225,4 +229,25 @@ body > section {
|
||||
.publication-card p, .publication-card nav {
|
||||
grid-column: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#empruntables .publication-card nav {
|
||||
grid-column: 3;
|
||||
grid-row: 2;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#empruntables .publication-card h1 {
|
||||
grid-row: 1;
|
||||
grid-column: 2 / 4;
|
||||
}
|
||||
|
||||
#empruntables .publication-card .meta {
|
||||
grid-row: 2;
|
||||
grid-column: 2;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
#empruntables [property="abstract"] {
|
||||
display: none;
|
||||
}
|
@ -32,6 +32,9 @@
|
||||
<p property="description">Ces textes sont disponibles au LOL et emportables a prix libres. Vous pouvez aussi en telecharger le contenu librement et le redistribuer comme vous le voulez.</p>
|
||||
|
||||
<ul>
|
||||
<li><a property="hasPart" href="publications/2023-02-02-datafoire-steakernet-sympa/">
|
||||
Datafoire, sneakernet sympa <small>du outdoor computer club</small>
|
||||
</a></li>
|
||||
<li><a property="hasPart" href="publications/2023-01-03-detruire-le-capitalisme-de-surveillance/">
|
||||
Détruire le capitalisme de surveillance <small>par Cory Doctorow</small>
|
||||
</a></li>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 313 KiB |
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Datafoire sneakernet sympa — Infokiosque LOL</title>
|
||||
<link rel="stylesheet" href="/_src/styles/global.css" />
|
||||
<link rel="prefetch" href="/_src/js/layout.html" />
|
||||
<script defer src="/_src/js/layout.js"></script>
|
||||
</head>
|
||||
<body vocab="http://schema.org/" resource="." typeof="Book">
|
||||
|
||||
<img property="image" src="thumbnail.jpg" alt="Couverture de la brochure" />
|
||||
|
||||
<h1>
|
||||
<span property="name">Datafoire</span><br/>
|
||||
<span property="subtitle">sneakernet sympa</span>
|
||||
<small property="author">outdoor computer club</small>
|
||||
</h1>
|
||||
|
||||
<p property="abstract">Espace physique d’échange de fichiers en marge de l’internet.
|
||||
Les Data Foires sont les portails d’un réseau hors ligne, permettent des transferts de fichiers à la vitesse de nos jambes, à l’abri des recommandation algoritmiques, du capitalisme de surveillance, du controle social et de la réccuperation.
|
||||
Pour se réapproprier nos réseaux de partages, reprendre la main sur nos donnée intimes et artisanales.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li property="encoding" typeof="MediaObject">
|
||||
<a property="contentUrl" href="datafoires-zine-v2.pdf">
|
||||
<span property="name">PDF : Une page par feuille</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a property="contentUrl" href="datafoires-zine-v2-brochure.pdf">
|
||||
<span property="name">PDF : Brochure imprimable</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
publications/2023-02-02-datafoire-steakernet-sympa/thumbnail.jpg
Normal file
BIN
publications/2023-02-02-datafoire-steakernet-sympa/thumbnail.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 302 KiB |
Loading…
Reference in New Issue
Block a user