aboutsummaryrefslogtreecommitdiff
path: root/ps/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'ps/gfx')
-rw-r--r--ps/gfx/index.html12
-rw-r--r--ps/gfx/sine.js2
2 files changed, 14 insertions, 0 deletions
diff --git a/ps/gfx/index.html b/ps/gfx/index.html
index f55db64..7bcee2c 100644
--- a/ps/gfx/index.html
+++ b/ps/gfx/index.html
@@ -166,6 +166,18 @@
</video>
</section>
</article>
+ <aside>
+ <figure>
+ <img src="../../assets/img/edri.svg" alt="EDRi">
+ <figcaption lang="fr">Membre affilié d'EDRi, le réseau européen pour les droits numériques</figcaption>
+ <figcaption lang="en">Affiliate member of the European Digital Rights advocacy group</figcaption>
+ </figure>
+ <figure>
+ <img src="../../assets/img/ngi0.svg" alt="NGI Zero">
+ <figcaption lang="fr">Membre du consortium européen NGI Zero pour la promotion du logiciel libre</figcaption>
+ <figcaption lang="en">Member of the European consortium NGI Zero for the promotion of free software</figcaption>
+ </figure>
+ </aside>
</main>
<aside>
<nav>
diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js
index 7ed0e03..0fcf988 100644
--- a/ps/gfx/sine.js
+++ b/ps/gfx/sine.js
@@ -31,6 +31,8 @@
const svg = view.append('svg')
.attr('width', bbox.width + margin.left + margin.right)
.attr('height', bbox.height + margin.top + margin.bottom)
+ .attr('role', 'presentation')
+ .attr('aria-hidden', 'true')
.append('g')
.attr('transform',function(){
var x1 = bbox.x + bbox.width / 2