Skip to content

Commit d5e8cb7

Browse files
committed
Adds Fundraise section to How to support us page
1 parent db3a7e1 commit d5e8cb7

File tree

11 files changed

+59
-1
lines changed

11 files changed

+59
-1
lines changed
208 KB
Loading

app/views/pages/how-to-support-us.html.haml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
%ul.list-inline
1010
%li.list-inline-item
1111
= link_to t('pages.how_to_support_us.volunteer.title'), '#volunteer-with-us', class: 'btn btn-light'
12+
%li.list-inline-item
13+
= link_to t('pages.how_to_support_us.fundraise.title'), '#fundraise', class: 'btn btn-light'
1214
%li.list-inline-item
1315
= link_to t('donation_platforms.title'), '#donate', class: 'btn btn-light'
1416
.col-12.col-md-6
@@ -56,6 +58,25 @@
5658
= t('pages.how_to_support_us.volunteer.volunteer.description')
5759
= mail_to '[email protected]', t('pages.how_to_support_us.volunteer.volunteer.link'), subjetc: "I'd like to volunteer with codebar", class: 'btn btn-primary btn-sm text-decoration-none'
5860

59-
.py-4.py-lg-5.bg-light#donate
61+
.py-4.py-lg-5.bg-light#fundraise
62+
.container
63+
.row.d-flex.align-items-center.mb-5
64+
.col-12.col-md-6
65+
%h2.h1= t('pages.how_to_support_us.fundraise.title')
66+
%p= t('pages.how_to_support_us.fundraise.description_html')
67+
.col-12.col-md-6
68+
= image_tag 'how-to-support-us/hackney-half.jpeg', alt: t('pages.how_to_support_us.fundraise.image_alt'), class: 'mw-100 rounded'
69+
.row
70+
.col-12.col-lg-4
71+
.ratio.shadow{style: '--bs-aspect-ratio: 150%;'}
72+
%iframe{title: 'Great South Run', src: '//runforcharity.com/codebar/great-south-run/493220'}
73+
.col-12.col-lg-4
74+
.ratio.shadow{style: '--bs-aspect-ratio: 150%;'}
75+
%iframe{title: 'Run Alton Towers Half', src: '//runforcharity.com/codebar/run-alton-towers-half/register'}
76+
.col-12.col-lg-4
77+
.ratio.shadow{style: '--bs-aspect-ratio: 150%;'}
78+
%iframe{title: 'Hackney Half', src: '//runforcharity.com/codebar/hackney-half/register'}
79+
80+
.py-4.py-lg-5#donate
6081
.container
6182
= render partial: 'shared/donation_platforms'

config/locales/de.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,10 @@ de:
515515
title: Other skills
516516
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
517517
link: Email us to become a volunteer
518+
fundraise:
519+
title: Fundraise
520+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
521+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
518522

519523
admin:
520524
dashboard:

config/locales/en.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,10 @@ en:
628628
title: Other skills
629629
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
630630
link: Email us to become a volunteer
631+
fundraise:
632+
title: Fundraise
633+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
634+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
631635

632636
admin:
633637
dashboard:

config/locales/en_AU.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ en-AU:
481481
title: Other skills
482482
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
483483
link: Email us to become a volunteer
484+
fundraise:
485+
title: Fundraise
486+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
487+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
484488

485489
admin:
486490
dashboard:

config/locales/en_GB.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ en-GB:
481481
title: Other skills
482482
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
483483
link: Email us to become a volunteer
484+
fundraise:
485+
title: Fundraise
486+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
487+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
484488

485489
admin:
486490
dashboard:

config/locales/en_US.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,10 @@ en-US:
479479
title: Other skills
480480
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
481481
link: Email us to become a volunteer
482+
fundraise:
483+
title: Fundraise
484+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
485+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
482486

483487
admin:
484488
dashboard:

config/locales/es.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,10 @@ es:
553553
title: Other skills
554554
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
555555
link: Email us to become a volunteer
556+
fundraise:
557+
title: Fundraise
558+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
559+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
556560

557561
admin:
558562
dashboard:

config/locales/fi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ fi:
481481
title: Other skills
482482
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
483483
link: Email us to become a volunteer
484+
fundraise:
485+
title: Fundraise
486+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
487+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
484488

485489
admin:
486490
dashboard:

config/locales/fr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,10 @@ fr:
480480
title: Other skills
481481
description: codebar welcomes volunteers with a diverse range of skills - whether it's event coordination, fundraising, marketing or any other skill. Your unique abilities can enrich our community and drive our mission forward.
482482
link: Email us to become a volunteer
483+
fundraise:
484+
title: Fundraise
485+
description_html: "Join our team at running and sporting events across the UK and challenge yourself physically while also supporting codebar. Use the registration forms below to register for an event. If you are not seeing an event in your area, <a href='mailto:[email protected]'>drop us an email</a> telling us where you are located and we'll let you know about upcoming events in your area."
486+
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
483487

484488
admin:
485489
dashboard:

0 commit comments

Comments
 (0)