Skip to content

Commit

Permalink
Add extra line to suggest button
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jan 16, 2024
1 parent a322bce commit f21f64b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/pages/support.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
</div>
<div class="card-supporting-text card-border">
<h3><%= t ".how_to_support" %></h3>
<p><%= t ".support_p1_html" %></p>
<p><%= t ".support_p0_html" %></p>
<div class="d-flex mb-4">
<a href="https://actieplatform.ugent.be/<%= link_lang%>/p/dodona/step-1" class="btn btn-filled m-auto" target="_blank">
<%= t ".support_button" %>
</a>
</div>
<p><%= t ".support_p1_html" %></p>
<p><%= t ".support_p2_html" %></p>
<p><%= t ".support_p3_html" %></p>
</div>
Expand Down
1 change: 1 addition & 0 deletions config/locales/views/pages/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ en:
intro_p2_html: "Dodona is <strong>free to use</strong> for schools and thanks to your support, we would like to keep it that way! Keeping this platform up and running takes a lot of time, just as supporting hundreds of schools and thousands of students. Your support helps to <strong>pay our personnel</strong>. They develop new features and provide support for users."
intro_p3_html: "Please contact us at <a href='mailto:[email protected]'>[email protected]</a> for more information about this project."
how_to_support: How can you support us?
support_p0_html: "The easiest way to make a donation is using the button below. You can choose the amount yourself."
support_p1_html: "Thanks to the <a href='https://www.ugent.be/en/ghentuniv/university-fund' target='_blank'>University Fund</a> of Ghent University, you can support us in a <strong>tax-friendly manner</strong>. Donations over 40 euros come with a tax certificate, which allows you to recover 45% through your personal income tax."
support_p2_html: "You can also make a deposit to the account of the University Fund account at <code>BE26 3900 9658 0329</code> (BIC: <code>BBRUBEBB</code>) by mentioning <code>Dodona</code>."
support_p3_html: "If you would like to donate a larger amount or wish to sponsor us (by invoice), please contact us at <a href='mailto:[email protected]'>[email protected]</a> and we'd be happy to look at the possibilities."
Expand Down
1 change: 1 addition & 0 deletions config/locales/views/pages/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ nl:
intro_p2_html: "Dodona wordt <strong>gratis</strong> aangeboden aan scholen en onderwijsinstellingen en met uw steun willen we dat graag zou houden! Het online houden van dit platform vergt heel wat tijd, net als de ondersteuning voor honderden scholen en duizenden studenten. Uw steun helpt <strong>de lonen van onze medewerkers</strong> te betalen. Zij ontwikkelen nieuwe features en ondersteunen gebruikers."
intro_p3_html: "Contacteer ons gerust op <a href='mailto:[email protected]'>[email protected]</a> voor meer info over dit project."
how_to_support: Hoe kunt u ons steunen?
support_p0_html: "De eenvoudigste manier om dodona te steunen is via onderstaande knop. U kunt zelf het bedrag kiezen dat u wilt schenken."
support_p1_html: "Dankzij het <a href='https://www.ugent.be/schenken/nl' target='_blank'>Universiteitsfonds</a> van de Universiteit Gent kunt u <strong>fiscaal voordelig schenken</strong> aan Dodona. Voor giften vanaf 40 euro ontvangt u een fiscaal attest waarmee u 45% van uw gift recupereert in uw belastingaangifte."
support_p2_html: "Indien je liever een overschrijving plaatst kan dit op het rekeningnummer van het Universiteitsfonds zijnde <code>BE26 3900 9658 0329</code> (BIC: <code>BBRUBEBB</code>) met als mededeling <code>Dodona</code>."
support_p3_html: "Wenst u een groter bedrag te schenken of kiest u liever voor sponsoring op factuur? Contacteer ons op <a href='mailto:[email protected]'>[email protected]</a> en we bekijken samen graag de mogelijkheden."
Expand Down

0 comments on commit f21f64b

Please sign in to comment.