diff --git a/_templates/protect-your-privacy.html b/_templates/protect-your-privacy.html index 5ef10293..bde18dcc 100755 --- a/_templates/protect-your-privacy.html +++ b/_templates/protect-your-privacy.html @@ -5,23 +5,75 @@ layout: base id: protect-your-privacy --- -

{% translate pagetitle %}

-

{% translate pagedesc %}

+
+
+

{% translate pagetitle %}

+

{% translate pagedesc %}

+
+
-

{% translate traceable %}

-

{% translate traceabletxt %}

+
+
-

{% translate receive %}

-

{% translate receivetxt %}

+
+
+ icon +
+
+

{% translate traceable %}

+

{% translate traceabletxt %}

+
+
-

{% translate public %}

-

{% translate publictxt %}

+
+
+ icon +
+
+

{% translate receive %}

+

{% translate receivetxt %}

+
+
-

{% translate iplog %}

-

{% translate iplogtxt %}

+
+
+ icon +
+
+

{% translate public %}

+

{% translate publictxt %}

+
+
-

{% translate mixing %}

-

{% translate mixingtxt %}

+
+
+ icon +
+
+

{% translate iplog %}

+

{% translate iplogtxt %}

+
+
-

{% translate future %}

-

{% translate futuretxt %}

+
+
+ icon +
+
+

{% translate mixing %}

+

{% translate mixingtxt %}

+
+
+ +
+
+ icon +
+
+

{% translate future %}

+

{% translate futuretxt %}

+
+
+ +
+
diff --git a/img/icons/addresses.png b/img/icons/addresses.png new file mode 100644 index 00000000..247df50b Binary files /dev/null and b/img/icons/addresses.png differ diff --git a/img/icons/addresses.svg b/img/icons/addresses.svg new file mode 100644 index 00000000..189ddb50 Binary files /dev/null and b/img/icons/addresses.svg differ diff --git a/img/icons/future-improvements.png b/img/icons/future-improvements.png new file mode 100644 index 00000000..8c4d3d4b Binary files /dev/null and b/img/icons/future-improvements.png differ diff --git a/img/icons/future-improvements.svg b/img/icons/future-improvements.svg new file mode 100644 index 00000000..3abb91ab Binary files /dev/null and b/img/icons/future-improvements.svg differ diff --git a/img/icons/ip-address.png b/img/icons/ip-address.png new file mode 100644 index 00000000..a97dfe0c Binary files /dev/null and b/img/icons/ip-address.png differ diff --git a/img/icons/ip-address.svg b/img/icons/ip-address.svg new file mode 100644 index 00000000..923503bc Binary files /dev/null and b/img/icons/ip-address.svg differ diff --git a/img/icons/mixing-services.png b/img/icons/mixing-services.png new file mode 100644 index 00000000..e742e95f Binary files /dev/null and b/img/icons/mixing-services.png differ diff --git a/img/icons/mixing-services.svg b/img/icons/mixing-services.svg new file mode 100644 index 00000000..b329d7a2 Binary files /dev/null and b/img/icons/mixing-services.svg differ diff --git a/img/icons/public-spaces.png b/img/icons/public-spaces.png new file mode 100644 index 00000000..0cfa899e Binary files /dev/null and b/img/icons/public-spaces.png differ diff --git a/img/icons/public-spaces.svg b/img/icons/public-spaces.svg new file mode 100644 index 00000000..1d68df42 Binary files /dev/null and b/img/icons/public-spaces.svg differ diff --git a/img/icons/traceability.png b/img/icons/traceability.png new file mode 100644 index 00000000..42e0cac4 Binary files /dev/null and b/img/icons/traceability.png differ diff --git a/img/icons/traceability.svg b/img/icons/traceability.svg new file mode 100644 index 00000000..f7ec9d3e Binary files /dev/null and b/img/icons/traceability.svg differ