diff --git a/app/assets/images/how-to-support-us/become-a-coach.jpg b/app/assets/images/how-to-support-us/become-a-coach.jpg new file mode 100755 index 000000000..53be87da1 Binary files /dev/null and b/app/assets/images/how-to-support-us/become-a-coach.jpg differ diff --git a/app/assets/images/how-to-support-us/become-an-organiser.jpg b/app/assets/images/how-to-support-us/become-an-organiser.jpg new file mode 100644 index 000000000..8684b8217 Binary files /dev/null and b/app/assets/images/how-to-support-us/become-an-organiser.jpg differ diff --git a/app/assets/images/how-to-support-us/volunteer.jpg b/app/assets/images/how-to-support-us/volunteer.jpg new file mode 100644 index 000000000..33045ba54 Binary files /dev/null and b/app/assets/images/how-to-support-us/volunteer.jpg differ diff --git a/app/views/pages/how-to-support-us.html.haml b/app/views/pages/how-to-support-us.html.haml new file mode 100644 index 000000000..0347f8c9f --- /dev/null +++ b/app/views/pages/how-to-support-us.html.haml @@ -0,0 +1,50 @@ +.container.py-4.py-lg-5 + .row + .col + %h1.display-2.text-center How to support us + +.py-4.py-lg-5 + .container + .row.mb-3 + .col + %h2.h1.text-center Volunteer with us + .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.become_an_organiser.title') + %p.card-text + = t('pages.how_to_support_us.become_an_organiser.description') + = mail_to 'hello@codebar.io', t('pages.how_to_support_us.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.become_a_coach.title') + %p.card-text + = t('pages.how_to_support_us.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.title') + %p.card-text + = t('pages.how_to_support_us.volunteer.description') + = mail_to 'hello@codebar.io', t('pages.how_to_support_us.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 + .container + = render partial: 'shared/donation_platforms' diff --git a/config/locales/de.yml b/config/locales/de.yml index d34aa76df..019e80a87 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -539,6 +539,18 @@ de: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/locales/en.yml b/config/locales/en.yml index 4caf6844b..55443697f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -686,6 +686,18 @@ en: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/locales/en_AU.yml b/config/locales/en_AU.yml index 36c8b52be..2fdab3b0b 100644 --- a/config/locales/en_AU.yml +++ b/config/locales/en_AU.yml @@ -540,6 +540,18 @@ en-AU: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index 72a2758cd..df3250ecb 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -540,6 +540,18 @@ en-GB: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/locales/en_US.yml b/config/locales/en_US.yml index d0b5dfabb..7f24a1aa9 100644 --- a/config/locales/en_US.yml +++ b/config/locales/en_US.yml @@ -538,6 +538,18 @@ en-US: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/locales/es.yml b/config/locales/es.yml index 5242a6621..0912a765f 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -539,6 +539,18 @@ es: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/locales/fi.yml b/config/locales/fi.yml index b0cc46a01..91fa0e338 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -540,6 +540,18 @@ fi: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index d9a5fa0a5..8a4c86a25 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -539,6 +539,19 @@ fr: warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer + admin: dashboard: title: 'Admin' diff --git a/config/locales/no.yml b/config/locales/no.yml index 7de7e8faa..6d1a5d5e6 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -540,6 +540,18 @@ warning: Warning - You will receive an email warning. The organiser will explain the incident, including the impact on the person involved and the community. We will give as much information as possible, so you’re aware of what happened and try to learn from the incident. The organiser will add a note to your codebar profile so that all chapter organisers are aware of the incident. We expect you to take our comments on board, further action may be taken depending on your reaction. Examples of behaviour that will get you a warning include - targeted offensive language, or the sharing of sexual images in codebar spaces. 2 email warnings will result in a lifetime ban. lifetime_ban: Lifetime ban - You will no longer be able to RSVP to any future codebar events. You will also be removed from codebar’s Slack workspace. Examples of behaviour that will get you an automatic lifetime ban include - physical intimidation, stalking, inappropriate physical contact, unwelcome sexual attention or repeated behaviour after you’ve been spoken to by someone from the codebar team (directors or chapter organisers). closing_para: The above is only a starting point. The details of the incident may change how we view it, e.g. some verbal harassment may be so serious that we would give a lifetime ban. + how_to_support_us: + become_an_organiser: + title: Become an organiser + description: Champion inclusion and diversity in the tech industry as a workshop organiser with codebar. Your contribution will create an empowering and safe environment, fostering learning and collaboration among individuals exploring coding in our vibrant community. + link: Email us to become an organiser + become_a_coach: + title: Become a coach + description: Affect change as a volunteer coach with codebar - your expertise and guidance will pave the way for aspiring developers, unlocking the world of coding and creating opportunities for folks from groups under represented in the tech industry. + volunteer: + title: Other skills + 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. + link: Email us to become a volunteer admin: dashboard: diff --git a/config/routes.rb b/config/routes.rb index 4b0c19996..c9f41240f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -155,6 +155,7 @@ get 'cookie-policy' => 'pages#show', id: 'cookie-policy' get 'privacy-policy' => 'pages#show', id: 'privacy-policy' get 'breach-code-of-conduct' => 'pages#show', id: 'breach-code-of-conduct' + get 'how-to-support-us' => 'pages#show', id: 'how-to-support-us' get ':id' => 'chapter#show', as: :chapter