|
| 1 | +.py-4.py-lg-5.bg-primary |
| 2 | + .container |
| 3 | + .row.align-items-center |
| 4 | + .col-12.col-md-6 |
| 5 | + %h1.display-2.text-white.lh-1.mb-4 |
| 6 | + Volunteer |
| 7 | + %br |
| 8 | + with us |
| 9 | + %p.text-white.lead.mb-4 |
| 10 | + Use your skills to help people from groups underrepresented in tech break into the industry. |
| 11 | + %ul.list-inline |
| 12 | + %li.list-inline-item |
| 13 | + = link_to t('pages.how_to_support_us.volunteer.become_a_coach.title'), '#become-a-coach', class: 'btn btn-light' |
| 14 | + %li.list-inline-item |
| 15 | + = link_to t('pages.how_to_support_us.volunteer.become_an_organiser.title'), '#become-an-organiser', class: 'btn btn-light' |
| 16 | + .col-12.col-md-6 |
| 17 | + = image_tag 'how-to-support-us/become-a-coach.jpg', alt: '', class: 'mw-100 rounded' |
| 18 | + |
| 19 | +.py-4.py-lg-5#become-a-coach |
| 20 | + .container |
| 21 | + .row.mb-5 |
| 22 | + .col |
| 23 | + %h2.h1.text-center= t('pages.how_to_support_us.volunteer.become_a_coach.title') |
| 24 | + .row.justify-content-center |
| 25 | + .col-12.col-lg-9 |
| 26 | + %p.lead.text-center.mb-5 |
| 27 | + = t('pages.how_to_support_us.volunteer.become_a_coach.description') |
| 28 | + .text-center |
| 29 | + = link_to registration_path(member_type: 'coach'), class: 'btn btn-primary btn-lg text-decoration-none' do |
| 30 | + = t('members.sign_up_as_coach') |
| 31 | + %i.fab.fa-github |
| 32 | + |
| 33 | +.py-4.py-lg-5.bg-light#become-an-organiser |
| 34 | + .container |
| 35 | + .row.mb-5 |
| 36 | + .col |
| 37 | + %h2.h1.text-center= t('pages.how_to_support_us.volunteer.become_an_organiser.title') |
| 38 | + .row.justify-content-center |
| 39 | + .col-12.col-lg-9 |
| 40 | + %p.lead.text-center.mb-5 |
| 41 | + = t('pages.how_to_support_us.volunteer.become_an_organiser.description') |
| 42 | + .text-center |
| 43 | + = mail_to 'hello@codebar.io', t('pages.how_to_support_us.volunteer.become_an_organiser.link'), subject: "I'd like to become a codebar organiser for [city] chapter", class: 'btn btn-primary btn-lg text-decoration-none' |
| 44 | + |
| 45 | +.py-4.py-lg-5#other-skills |
| 46 | + .container |
| 47 | + .row.mb-5 |
| 48 | + .col |
| 49 | + %h2.h1.text-center= t('pages.how_to_support_us.volunteer.volunteer.title') |
| 50 | + .row.justify-content-center |
| 51 | + .col-12.col-lg-9 |
| 52 | + %p.lead.text-center.mb-5 |
| 53 | + = t('pages.how_to_support_us.volunteer.volunteer.description') |
| 54 | + .text-center |
| 55 | + = mail_to 'hello@codebar.io', t('pages.how_to_support_us.volunteer.volunteer.link'), subject: "I'd like to volunteer with codebar", class: 'btn btn-primary btn-lg text-decoration-none' |
0 commit comments