diff options
author | hellekin <hellekin@cepheide.org> | 2018-01-06 12:44:30 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-01-06 12:44:30 +0100 |
commit | 68c211582f6cc541fda1b569e24c0e798f2e5ae4 (patch) | |
tree | 340f49259950bd1842fae65ee64643e7543c336e /ps | |
parent | 4f2cc931e70805256815877e3116d428940a48b7 (diff) | |
download | lesoiseaux.io-68c211582f6cc541fda1b569e24c0e798f2e5ae4.tar.gz |
Fix English version
Diffstat (limited to 'ps')
-rw-r--r-- | ps/gfx/index.html | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/ps/gfx/index.html b/ps/gfx/index.html index 58202b7..7804e0c 100644 --- a/ps/gfx/index.html +++ b/ps/gfx/index.html @@ -18,11 +18,16 @@ <meta name="twitter:title" content="Petites Singularités — Collectif d'artiste"> </head> <body class="gfx"> - <header> + <header lang="fr"> <h1>Petites Singularités</h1> <h2>Collectif d'artiste</h2> <p>Un collectif singulier pour une esthétique <span>(</span>du) libre</p> </header> + <header lang="en"> + <h1>Petites Singularités</h1> + <h2>Artist Collective</h2> + <p>A singular collective for a free<span>/</span><em>libre</em> aesthetics</p> + </header> <main> <article> <header> @@ -187,17 +192,18 @@ </nav> </aside> <footer> - <p><span>Copyright</span> <span>©</span> 2017 + <p><span>Copyright</span> <span>©</span> 2017-2018 <a href="https://ps.lesoiseaux.io/" title="URL Canonique : https://ps.lesoiseaux.io/"><em>Petites Singularités</em></a> - — - <a href="http://artlibre.org/licence/lal/en/" - title="Licence des contenus : Art Libre v1.3">Nous faisons de l'art libre</a> - — - <a href="https://code.cepheide.org/lesoiseaux.io.git" - title="Licence du code Web : GNU AGPL v3">Nous faisons du logiciel libre</a> - — - Nous faisons <3 + — <a lang="en" href="http://artlibre.org/licence/lal/en/" + title="License for contents : Free Art v1.3">We make free art </a><a + lang="fr" href="http://artlibre.org/licence/lal/" + title="Licence des contenus : Art Libre v1.3">Nous faisons de l'art libre </a> + — <a lang="en" href="https://code.cepheide.org/lesoiseaux.io.git" + title="License for Web code : GNU AGPL v3">We make free software </a><a + lang="fr" href="https://code.cepheide.org/lesoiseaux.io.git" + title="Licence du code Web : GNU AGPL v3">Nous faisons du logiciel libre </a> + — <span lang="en">We make </span><span lang="fr">Nous faisons </span> <3 </p> </footer> <script type="text/javascript" src="/assets/js/jquery.min.js"></script> |