diff --git a/app/views/pages/how-to-support-us.html.haml b/app/views/pages/how-to-support-us.html.haml deleted file mode 100644 index 45246ad3c..000000000 --- a/app/views/pages/how-to-support-us.html.haml +++ /dev/null @@ -1,83 +0,0 @@ -.py-4.py-lg-5.bg-primary - .container - .row.align-items-center - .col-12.col-md-6 - %h1.display-2.text-white.lh-1.mb-4 - How to support - %br - our mission - %ul.list-inline - %li.list-inline-item - = link_to t('pages.how_to_support_us.volunteer.title'), '#volunteer-with-us', class: 'btn btn-light' - %li.list-inline-item - = link_to t('pages.how_to_support_us.fundraise.title'), '#fundraise', class: 'btn btn-light' - %li.list-inline-item - = link_to t('donation_platforms.title'), '#donate', class: 'btn btn-light' - .col-12.col-md-6 - = image_tag 'how-to-support-us/codebar-festival-2023.jpg', alt: '', class: 'mw-100 rounded' - -.py-4.py-lg-5#volunteer-with-us - .container - .row.mb-3 - .col - %h2.h1.text-center= t('pages.how_to_support_us.volunteer.title') - .row.justify-content-center - .col-12.col-lg-9 - .card.mb-3 - .row.g-0 - .col-md-5 - = image_tag 'how-to-support-us/become-an-organiser.jpg', class: 'rounded-start mw-100' - .col-md-7 - .card-body - %h3.card-title= t('pages.how_to_support_us.volunteer.become_an_organiser.title') - %p.card-text - = t('pages.how_to_support_us.volunteer.become_an_organiser.description') - = mail_to 'hello@codebar.io', t('pages.how_to_support_us.volunteer.become_an_organiser.link'), subjetc: "I'd like to become a codebar organiser for [city] chapter", class: 'btn btn-primary btn-sm text-decoration-none' - .col-12.col-lg-9 - .card.mb-3 - .row.g-0 - .col-md-5 - = image_tag 'how-to-support-us/become-a-coach.jpg', class: 'rounded-start mw-100' - .col-md-7 - .card-body - %h3.card-title= t('pages.how_to_support_us.volunteer.become_a_coach.title') - %p.card-text - = t('pages.how_to_support_us.volunteer.become_a_coach.description') - = link_to registration_path(member_type: 'coach'), class: 'btn btn-primary btn-sm text-decoration-none' do - = t('members.sign_up_as_coach') - %i.fab.fa-github - .col-12.col-lg-9 - .card.mb-3 - .row.g-0 - .col-md-5 - = image_tag 'how-to-support-us/volunteer.jpg', class: 'rounded-start mw-100' - .col-md-7 - .card-body - %h3.card-title= t('pages.how_to_support_us.volunteer.volunteer.title') - %p.card-text - = t('pages.how_to_support_us.volunteer.volunteer.description') - = mail_to 'hello@codebar.io', 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' - -.py-4.py-lg-5.bg-light#fundraise - .container - .row.d-flex.align-items-center.mb-5 - .col-12.col-md-6 - %h2.h1= t('pages.how_to_support_us.fundraise.title') - %p= t('pages.how_to_support_us.fundraise.description_html', email: 'hello@codebar.io') - .col-12.col-md-6 - = image_tag 'how-to-support-us/hackney-half.jpeg', alt: t('pages.how_to_support_us.fundraise.image_alt'), class: 'mw-100 rounded' - .row - .col-12.col-lg-4 - .ratio.shadow{style: '--bs-aspect-ratio: 150%;'} - %iframe{title: 'Royal Parks Half Marathon', src: '//runforcharity.com/codebar/royal-parks-half-marathon/registration'} - .col-12.col-lg-4 - .ratio.shadow{style: '--bs-aspect-ratio: 150%;'} - %iframe{title: 'Brighton Marathon April 2026', src: '//runforcharity.com/codebar/the-brighton-marathon/1744707816740.9279'} - .col-12.col-lg-4 - .ratio.shadow{style: '--bs-aspect-ratio: 150%;'} - %iframe{title: 'Hackney Half May 2026', src: '//runforcharity.com/codebar/hackney-half/1747652084027971'} - - -.py-4.py-lg-5#donate - .container - = render partial: 'shared/donation_platforms'