sforkowany z mirror/fedigov
0.29
rodzic
3b455947b1
commit
e63b737fa4
|
@ -1,3 +1,12 @@
|
|||
2023/07/13 - Version 0.29
|
||||
|
||||
Quotes
|
||||
replaced Maja Smoltczyk with Volker Brozio
|
||||
removed avatars because the theme has no three different male images
|
||||
|
||||
|
||||
Older changes:
|
||||
|
||||
Contact-Form
|
||||
comment out section5 in config.yaml
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ params:
|
|||
icon: video-solid
|
||||
text: section1_tiles3_text
|
||||
url: https://peertube.ch/
|
||||
buttonText: section1_tiles3_buttontext
|
||||
buttonText: section1_tiles3_buttontext
|
||||
section2:
|
||||
title: section2_title
|
||||
subtitle: section2_subtitle
|
||||
|
@ -115,7 +115,7 @@ params:
|
|||
- name: section4_clients1_name
|
||||
quote: section4_clients1_quote
|
||||
job: section4_clients1_job
|
||||
img: 1
|
||||
img: 2
|
||||
- name: section4_clients2_name
|
||||
quote: section4_clients2_quote
|
||||
job: section4_clients2_job
|
||||
|
|
|
@ -77,11 +77,11 @@ section4_title:
|
|||
section4_subtitle:
|
||||
other: Wir sind in eine werbefreie, datenschutzorientierte und souveräne Kommunikation mit der Öffentlichkeit eingetreten.
|
||||
section4_clients1_name:
|
||||
other: Maja Smoltczyk
|
||||
other: Volker Brozio
|
||||
section4_clients1_quote:
|
||||
other: Mit unserem neuen Mastodon-Profil wollen wir zeigen, dass soziale Netzwerke auch datenschutzkonform genutzt werden können.
|
||||
section4_clients1_job:
|
||||
other: Berliner Beauftragte für Datenschutz
|
||||
other: Berliner Beauftragter für Datenschutz
|
||||
section4_clients2_name:
|
||||
other: Wojciech Wiewiórowski
|
||||
section4_clients2_quote:
|
||||
|
|
|
@ -77,7 +77,7 @@ section4_title:
|
|||
section4_subtitle:
|
||||
other: We stepped into an ad-free, privacy-focused and sovereign communication with the public.
|
||||
section4_clients1_name:
|
||||
other: Maja Smoltczyk
|
||||
other: Volker Brozio
|
||||
section4_clients1_quote:
|
||||
other: With our new Mastodon profile, we want to show that social networks can also be used in a privacy-compliant manner.
|
||||
section4_clients1_job:
|
||||
|
|
|
@ -77,7 +77,7 @@ section4_title :
|
|||
section4_subtitle :
|
||||
other : Nous sommes entrés dans une communication sans publicité, respectueuse de la vie privée et souveraine avec les citoyens.
|
||||
section4_clients1_name :
|
||||
other : Maja Smoltczyk
|
||||
other : Volker Brozio
|
||||
section4_clients1_quote :
|
||||
other : Avec notre nouveau profil Mastodon, nous voulons montrer que les réseaux sociaux peuvent aussi être utilisés dans le respect de la protection des données.
|
||||
section4_clients1_job :
|
||||
|
|
|
@ -77,7 +77,7 @@ section4_title:
|
|||
section4_subtitle:
|
||||
other: Abbiamo avviato una comunicazione con i cittadini senza pubblicità, orientata alla privacy e che permette il pieno controllo.
|
||||
section4_clients1_name:
|
||||
other: Maja Smoltczyk
|
||||
other: Volker Brozio
|
||||
section4_clients1_quote:
|
||||
other: Con il nostro nuovo profilo Mastodon vogliamo dimostrare che anche i social network possono essere utilizzati in modo conforme alla privacy.
|
||||
section4_clients1_job:
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
{{ i18n .quote }}
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<!--
|
||||
<img src="{{ printf "/images/illustrations/faces/%s.png" (string .img) | relURL }}" alt=""/>
|
||||
-->
|
||||
<h5>{{ i18n .name }}</h5>
|
||||
<span>{{ i18n .job }}</span>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue