diff options
author | hellekin <hellekin@cepheide.org> | 2022-06-02 20:15:31 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2022-06-02 20:17:35 +0200 |
commit | aef20f9ff72962b6c9d312a9013fa3100fe28aee (patch) | |
tree | ca9d6dab1ec5a259b3ef4405b01216faa1f752b8 /ps | |
parent | 319680bcf843cfb4232fac0f6da0572136b40ff8 (diff) | |
download | lesoiseaux.io-aef20f9ff72962b6c9d312a9013fa3100fe28aee.tar.gz |
Fix CSS
- All pages except home use screen.css
- Fix background colors for article
Diffstat (limited to 'ps')
-rw-r--r-- | ps/gfx/index.html | 6 | ||||
-rw-r--r-- | ps/vda/index.html | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ps/gfx/index.html b/ps/gfx/index.html index 45c227b..f55db64 100644 --- a/ps/gfx/index.html +++ b/ps/gfx/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>petites singularités — Collectif d'artistes</title> - <link rel="stylesheet" href="../../assets/css/txt.css"> + <link rel="stylesheet" href="../../assets/css/screen.css"> <!-- Onebox rich link --> <meta property="og:site_name" content="petites singularités"> <meta property="og:description" content="Les petites singularités sont une association sans but lucratif établie à Bruxelles. Nous pensons l’organisation et l’action collectives dans la production du sens au regard de la localité et de l’hybridation des humains et des technologies libres."> @@ -183,8 +183,8 @@ </li> <li> <a href="https://ps.lesoiseaux.io/vda/">VDA</a> - <span lang="fr">Jeux vidéa</span> - <span lang="en">Videa Games</span> + <span lang="fr">Jeu vide-A</span> + <span lang="en">Vide-A Game</span> </li> </ul> </nav> diff --git a/ps/vda/index.html b/ps/vda/index.html index 26ad259..dc1e6a5 100644 --- a/ps/vda/index.html +++ b/ps/vda/index.html @@ -17,11 +17,11 @@ <meta name="twitter:url" content="https://ps.lesoiseaux.io/vda/"> <meta name="twitter:title" content="Petites Singularités — Jeu Vide-A"> </head> - <body class="vda"> + <body class="ps vda"> <header lang="fr"> <h1>petites singularités</h1> <h2>Jeu Vide-A</h2> - <p>Principes féministes collaboratifs pour des Jeux Vide-A</p> + <p>Principes féministes collaboratifs pour des Jeux Vide<span>-</span>A</p> </header> <header lang="en"> <h1>petites singularités</h1> @@ -151,7 +151,7 @@ announces for next workshop</a> Otherwise for feedback or any proposition for wo <ul> <li> <a href="https://ps.lesoiseaux.io/gfx/">GFX</a> - <span lang="fr">Collectif d'artiste</span> + <span lang="fr">Collectif d'artistes</span> <span lang="en">Artist Collective</span> </li> <li> @@ -168,7 +168,7 @@ announces for next workshop</a> Otherwise for feedback or any proposition for wo </nav> </aside> <footer> - <p><span>Copyright</span> <span>©</span> 2017-2018 + <p><span>Copyright</span> <span>©</span> 2017-2022 <a href="https://ps.lesoiseaux.io/" title="URL Canonique : https://ps.lesoiseaux.io/"><em>petites singularités</em></a> — <a lang="en" href="http://artlibre.org/licence/lal/en/" |