aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2018-01-06 11:59:14 +0100
committerhellekin <hellekin@cepheide.org>2018-01-06 11:59:14 +0100
commit4f2cc931e70805256815877e3116d428940a48b7 (patch)
treeeb8ca89542a91dddd3320c12bf01b6f0392e55dd
parent86f0b81edf61467affdd8f97936ca3989f4e7bd1 (diff)
downloadlesoiseaux.io-4f2cc931e70805256815877e3116d428940a48b7.tar.gz
Add lang switch to all files
-rw-r--r--ps/index-002.html2
-rw-r--r--ps/txt/index.html11
-rw-r--r--ps/vdo/index.html2
3 files changed, 12 insertions, 3 deletions
diff --git a/ps/index-002.html b/ps/index-002.html
index a9ea39b..f9efff7 100644
--- a/ps/index-002.html
+++ b/ps/index-002.html
@@ -161,7 +161,6 @@
and want to meet you in person to amplify our actions.</p>
</section>
- <script src="gfx/sine.js"></script>
<section id="txt" class="fixed">
<div lang="fr">
<h3><a href="./txt/">TXT</a></h3>
@@ -310,5 +309,6 @@
<script type="text/javascript" src="../assets/js/jquery.min.js"></script>
<script type="text/javascript" src="../assets/js/d3.v4.min.js"></script>
<script type="text/javascript" src="../assets/js/ps-app.js"></script>
+ <script type="text/javascript" src="gfx/sine.js"></script>
</body>
</html>
diff --git a/ps/txt/index.html b/ps/txt/index.html
index 70eac40..e7f2c78 100644
--- a/ps/txt/index.html
+++ b/ps/txt/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -18,11 +18,16 @@
<meta name="twitter:title" content="Petites Singularités — Éditions à Bruxelles">
</head>
<body class="ps txt">
- <header>
+ <header lang="fr">
<h1>Petites Singularités</h1>
<h2>Éditions à Bruxelles</h2>
<p>Recherches en sciences sociales, arts <span>&amp;</span> esthétiques</p>
</header>
+ <header lang="en">
+ <h1>Petites Singularités</h1>
+ <h2>Publishing in Brussels</h2>
+ <p>Research in social sciences, arts, <span>&amp;</span> aesthetics</p>
+ </header>
<main>
<article>
<header>
@@ -154,5 +159,7 @@
Nous faisons &lt;3
</p>
</footer>
+ <script type="text/javascript" src="/assets/js/jquery.min.js"></script>
+ <script type="text/javascript" src="/assets/js/ps-app.js"></script>
</body>
</html>
diff --git a/ps/vdo/index.html b/ps/vdo/index.html
index ac23a24..68e83b4 100644
--- a/ps/vdo/index.html
+++ b/ps/vdo/index.html
@@ -109,5 +109,7 @@
&mdash;&nbsp;Nous faisons &lt;3
</p>
</footer>
+ <script type="text/javascript" src="/assets/js/jquery.min.js"></script>
+ <script type="text/javascript" src="/assets/js/ps-app.js"></script>
</body>
</html>