added crowdfunding
This commit is contained in:
@@ -35,11 +35,18 @@ body
|
|||||||
top: 12px
|
top: 12px
|
||||||
right: 12px
|
right: 12px
|
||||||
|
|
||||||
> .container
|
.container.content
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
|
||||||
padding: 20px
|
padding: 20px
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
background: #FFF
|
background: #FFF
|
||||||
|
|
||||||
|
.anouncement
|
||||||
|
margin-top: 10px
|
||||||
|
|
||||||
|
.lead
|
||||||
|
margin: 0px
|
||||||
|
|
||||||
header
|
header
|
||||||
.pagelogo
|
.pagelogo
|
||||||
max-height: 91px
|
max-height: 91px
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ html lang="#{I18n.locale}"
|
|||||||
meta name="twitter:image:alt" content="#{t('shared.header.logo')}"
|
meta name="twitter:image:alt" content="#{t('shared.header.logo')}"
|
||||||
|
|
||||||
body class="#{'admin' if controller.admin_area}"
|
body class="#{'admin' if controller.admin_area}"
|
||||||
= render 'donation_button'
|
/= render 'donation_button'
|
||||||
javascript:
|
javascript:
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
@@ -46,7 +46,11 @@ html lang="#{I18n.locale}"
|
|||||||
|
|
||||||
ga('create', 'UA-79948850-1', 'auto');
|
ga('create', 'UA-79948850-1', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
|
.container.anouncement
|
||||||
|
.text-center.lead.alert.alert-success
|
||||||
|
a href="https://wemakeit.com/projects/cannabislegalisierungs-crowd" class="text-success"
|
||||||
|
= t('shared.crowdfunding')
|
||||||
|
|
||||||
nav.languages
|
nav.languages
|
||||||
h2.sr-only =t('shared.lang')
|
h2.sr-only =t('shared.lang')
|
||||||
a href='/' lang='de'
|
a href='/' lang='de'
|
||||||
@@ -58,7 +62,7 @@ html lang="#{I18n.locale}"
|
|||||||
a href='/fr' lang='fr'
|
a href='/fr' lang='fr'
|
||||||
| Français
|
| Français
|
||||||
br/
|
br/
|
||||||
.container
|
.container.content
|
||||||
= render 'shared/flashes'
|
= render 'shared/flashes'
|
||||||
= render 'shared/header'
|
= render 'shared/header'
|
||||||
= render 'shared/topnavigation'
|
= render 'shared/topnavigation'
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
de:
|
de:
|
||||||
shared:
|
shared:
|
||||||
|
crowdfunding: Unterstütze uns und mach mit beim Crowdfunding zur Finanzierung der Initiative!
|
||||||
"yes": Ja
|
"yes": Ja
|
||||||
"no": Nein
|
"no": Nein
|
||||||
header:
|
header:
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ fr:
|
|||||||
input_error: Vos entrées ne peuvent pas être enregistrées. Vérifiez les entrées.
|
input_error: Vos entrées ne peuvent pas être enregistrées. Vérifiez les entrées.
|
||||||
|
|
||||||
shared:
|
shared:
|
||||||
|
crowdfunding: Soutenez-nous et participer à crowdfunding pour financer l'initiative!
|
||||||
"yes": Oui
|
"yes": Oui
|
||||||
"no": Non
|
"no": Non
|
||||||
counter:
|
counter:
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ it:
|
|||||||
input_error: I dati immessi non potevano essere salvati. Verificare i dati immessi.
|
input_error: I dati immessi non potevano essere salvati. Verificare i dati immessi.
|
||||||
|
|
||||||
shared:
|
shared:
|
||||||
|
crowdfunding: Sostienici e ad entrare nel crowdfunding per finanziare l'iniziativa!
|
||||||
"yes": Si
|
"yes": Si
|
||||||
"No": No
|
"No": No
|
||||||
header:
|
header:
|
||||||
|
|||||||
Reference in New Issue
Block a user