Make images more accessible
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.row
|
.row
|
||||||
.col-md-1.col-xs-4
|
.col-md-1.col-xs-4
|
||||||
= image_tag('ch420_logo.png', class:'img-responsive pagelogo')
|
= image_tag('ch420_logo.png', class:'img-responsive pagelogo', alt: t('.logo'))
|
||||||
.col-md-8.col-xs-8
|
.col-md-8.col-xs-8
|
||||||
h1
|
h1
|
||||||
= title t('.title_html')
|
= title t('.title_html')
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.well
|
.well
|
||||||
p = image_tag 'li_logo.svg', class: 'img-responsive'
|
p = image_tag 'li_logo.svg', class: 'img-responsive', alt: 'Logo des Vereins Legalize it!'
|
||||||
p Wir wollen die nötigen Unterschriften für eine Volksinitiative zur Cannabis-Legalisierung sammeln. Für die Umsetzung setzt man auf ein neues Sammelkonzept. Dies funktioniert in drei Schritten:
|
p Wir wollen die nötigen Unterschriften für eine Volksinitiative zur Cannabis-Legalisierung sammeln. Für die Umsetzung setzt man auf ein neues Sammelkonzept. Dies funktioniert in drei Schritten:
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.well
|
.well
|
||||||
p = image_tag 'li_logo.svg', class: 'img-responsive'
|
p = image_tag 'li_logo.svg', class: 'img-responsive', alt: 'Logo de l\'association Legalize It!'
|
||||||
p Nous voulons recueillir les signatures nécessaires pour une initiative populaire pour la légalisation du cannabis. Pour l’exécution de ce projet, un nouveau concept de collection a été mis sur pieds. Cela fonctionne en trois étapes:
|
p Nous voulons recueillir les signatures nécessaires pour une initiative populaire pour la légalisation du cannabis. Pour l’exécution de ce projet, un nouveau concept de collection a été mis sur pieds. Cela fonctionne en trois étapes:
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.well
|
.well
|
||||||
p = image_tag 'li_logo.svg', class: 'img-responsive'
|
p = image_tag 'li_logo.svg', class: 'img-responsive', alt: 'Logo dell\'associazione Legalize It!'
|
||||||
p Vogliamo raccogliere le firme necessarie per un'iniziativa popolare per la legalizzazione della cannabis. Per implementare l'accento su un nuovo concetto collettivo. Questo funziona in tre fasi:
|
p Vogliamo raccogliere le firme necessarie per un'iniziativa popolare per la legalizzazione della cannabis. Per implementare l'accento su un nuovo concetto collettivo. Questo funziona in tre fasi:
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ de:
|
|||||||
|
|
||||||
supporters:
|
supporters:
|
||||||
form:
|
form:
|
||||||
|
logo: Logo der Initiative
|
||||||
title_html: Ja, ich will <strong class="text-success">Cannabis</strong> in der Schweiz <strong class="text-success">legalisieren</strong>
|
title_html: Ja, ich will <strong class="text-success">Cannabis</strong> in der Schweiz <strong class="text-success">legalisieren</strong>
|
||||||
submit: Unterstützung zusichern
|
submit: Unterstützung zusichern
|
||||||
terms_and_conditions: Mit dem Absenden deiner Daten stimmst du den Nutzungsbedingungen zu.
|
terms_and_conditions: Mit dem Absenden deiner Daten stimmst du den Nutzungsbedingungen zu.
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ fr:
|
|||||||
|
|
||||||
supporters:
|
supporters:
|
||||||
form:
|
form:
|
||||||
|
logo: Logo de l'initiative
|
||||||
title_html: Oui, je veux <strong class="text-success">légaliser le cannabis</strong> en Suisse.
|
title_html: Oui, je veux <strong class="text-success">légaliser le cannabis</strong> en Suisse.
|
||||||
submit: Confirmer mon soutien
|
submit: Confirmer mon soutien
|
||||||
terms_and_conditions: En soumettant vos données, vous acceptez les conditions d'utilisation.
|
terms_and_conditions: En soumettant vos données, vous acceptez les conditions d'utilisation.
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ it:
|
|||||||
|
|
||||||
supporters:
|
supporters:
|
||||||
form:
|
form:
|
||||||
|
logo: Logo dell'iniziativa
|
||||||
title_html: Si, voglio <strong class="text-success">legalizzare</strong> la <strong class="text-success">cannabis in Svizzera</strong>
|
title_html: Si, voglio <strong class="text-success">legalizzare</strong> la <strong class="text-success">cannabis in Svizzera</strong>
|
||||||
submit: Garantire il sostengo
|
submit: Garantire il sostengo
|
||||||
terms_and_conditions: "Con l'invio dei tuoi dati, accetti le condizioni d'utilizzo."
|
terms_and_conditions: "Con l'invio dei tuoi dati, accetti le condizioni d'utilizzo."
|
||||||
|
|||||||
Reference in New Issue
Block a user