Skip to content

Commit 0042111

Browse files
Merge pull request #2120 from codebar/website-copy-amends
Lots of copy changes
2 parents be6d536 + be4873d commit 0042111

File tree

16 files changed

+161
-178
lines changed

16 files changed

+161
-178
lines changed

app/views/dashboard/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
%h3.h4.card-title
3838
= t('homepage.participate.coaches_title')
3939
%p.card-text
40-
= raw t('homepage.participate.coaches_explanation_p1')
40+
= raw t('homepage.participate.coaches_explanation_p1', link: 'https://tutorials.codebar.io')
4141
%p.card-text
4242
= t('homepage.participate.coaches_explanation_p2')
4343
.card-footer.border-0.bg-transparent

app/views/layouts/_navigation.html.haml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
%li.nav-item
3434
= link_to "http://jobs.codebar.io/", class: 'nav-link border-0' do
3535
Job Board
36-
%li.nav-item.d-flex.align-items-center
37-
.nav-link.py-0
38-
= link_to new_donation_path, class: 'btn btn-sm btn-outline-primary' do
39-
Donate
4036
- if !logged_in?
4137
%li.nav-item
4238
= link_to '/auth/github', class: 'nav-link border-0' do
@@ -55,3 +51,7 @@
5551
= link_to '#', {'role': 'button', 'aria-expanded': 'false', 'data-bs-toggle': 'dropdown', class: 'nav-link border-0 dropdown-toggle', id: 'navbarDropdownMenuLinkMember'} do
5652
Menu
5753
= render 'layouts/member_menu'
54+
%li.nav-item.d-flex.align-items-center
55+
.nav-link.py-0
56+
= link_to new_donation_path, class: 'btn btn-sm fs-6 fw-semibold btn-primary' do
57+
Donate

app/views/members/new.html.haml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@
77
.container
88
.row.justify-content-md-center
99
.col-12.col-lg-6
10-
%p
11-
= t('members.new.intro')
12-
= link_to t('members.code_of_conduct'), code_of_conduct_path
13-
\.
14-
%p
15-
= t('members.new.students.intro')
16-
= link_to t('members.new.students.criteria_link'), student_guide_path(anchor: 'eligibility')
17-
= t('members.new.students.criteria_brief')
10+
%p= t('members.new.intro_html', link: code_of_conduct_path)
11+
%p= t('members.new.students.intro_html', link: student_guide_path(anchor: 'eligibility'))
1812
%p.mb-4
1913
= t('members.new.students.github')
2014
.d-grid.d-lg-block

app/views/pages/codebar-stories-podcast.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
.container.mb-5
1717
.row.justify-content-md-center
1818
.col-12.col-md-7.text-center.border.border-3.border-primary
19-
%p.lead.pt-3= t('pages.codebar_stories_podcast.contact_us_html')
19+
%p.lead.pt-3= t('pages.codebar_stories_podcast.contact_us_html', email: '[email protected]')
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
.row.d-flex.align-items-center.mb-5
6464
.col-12.col-md-6
6565
%h2.h1= t('pages.how_to_support_us.fundraise.title')
66-
%p= t('pages.how_to_support_us.fundraise.description_html')
66+
%p= t('pages.how_to_support_us.fundraise.description_html', email: '[email protected]')
6767
.col-12.col-md-6
6868
= image_tag 'how-to-support-us/hackney-half.jpeg', alt: t('pages.how_to_support_us.fundraise.image_alt'), class: 'mw-100 rounded'
6969
.row

app/views/shared/_donation_platforms.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.row.justify-content-center
44
.col-12.col-md-7.text-center.mb-3
55
%h2.h1= title
6-
%p= t("donation_platforms.description")
6+
%p.my-4= t("donation_platforms.description")
77

88
.row.d-flex
99
.d-flex.col-sm-12.col-md-6.col-lg-3
@@ -41,4 +41,4 @@
4141

4242
- if local_assigns[:with_button]
4343
.d-flex.justify-content-center.mt-4
44-
= link_to t("donation_platforms.link"), how_to_support_us_path, class: "btn btn-primary btn-lg"
44+
= link_to t("donation_platforms.link"), how_to_support_us_path, class: "btn btn-primary btn-lg my-4"

app/views/sponsors/index.html.haml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
.col.col-md-10.col-lg-8
44
%h1 Sponsors
55
%p.lead
6-
Without our sponsors running <strong>codebar</strong> would be impossible. They provide us with space, food and drinks, internet, and they also help us cover our running costs.
6+
Codebar wouldn’t be possible without the support of our sponsors. They provide us with essential resources like space, food, drinks, and internet, and help cover our operational costs.
77
%p.lead
8-
Thank you for sharing our dream of creating a more welcoming, equal and diverse tech industry.
9-
%p.mb-0
10-
If you are interested in becoming a host please do get in touch with us at #{mail_to "[email protected]", "[email protected]"}.
8+
Thank you for sharing our vision of building a more inclusive, equal, and diverse tech industry.
9+
%p.lead.mb-0
10+
If you are interested in becoming a sponsor please do get in touch with us at #{mail_to "[email protected]", "[email protected]"}.
1111

1212
- ['gold', 'silver', 'bronze', 'community', 'standard'].each do |level|
1313
- if @sponsor_levels[level]

config/locales/de.yml

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ de:
5151
explanation: "Unser Ziel ist unterrepräsentierten Menschen zu programmieren in einer sicheren und kollaborative Umgebung lernen und erweitern ihre Karrierechancen zu ermöglichen. Um dies zu erreichen betreiben wir kostenlose regelmäßige Workshops, regelmäßige Einzelveranstaltungen und versuchen, die Möglichkeiten für unsere Schüler die Technologie und Programmierung zugänglicher zu schaffen."
5252
participate:
5353
students_title: "Students"
54-
students_explanation_p1: "Our students come from a variety of backgrounds. Some want to become full-time developers, whereas some would like to learn the basics of coding in a supportive environment."
55-
students_explanation_p2: "Join our vibrant community and attend our workshops."
54+
students_explanation_p1: "Our students come from diverse backgrounds—some aspiring to become full-time developers, while others simply want to learn the basics of coding in a supportive environment."
55+
students_explanation_p2: "Join our vibrant community and take part in our workshops!"
5656
students_button: "Join us as a student"
5757
coaches_title: "Coaches"
58-
coaches_explanation_p1: "We encourage new students to work on our HTML/CSS, JavaScript, Ruby, Python or Git <a href='http://tutorials.codebar.io'>tutorials</a>. We also help them understand programming concepts."
59-
coaches_explanation_p2: "Therefore we are always on the lookout for more developers to join our community and help coach at our workshops."
58+
coaches_explanation_p1: "We encourage new students to start with our <a href='%{link}'>tutorials</a> on HTML/CSS, JavaScript, Ruby, Python, or Git, while also helping them grasp key programming concepts."
59+
coaches_explanation_p2: "That’s why we’re always looking for more developers to join our community and coach at our workshops."
6060
coaches_button: "Join us as a coach"
6161
workshop_title: "Workshops"
62-
workshop_explanation_p1: "We are hosted by some amazing companies who support our cause. Our normal format is 30 minutes of socialising with food and drink, followed by a lightning talk then coding."
63-
workshop_explanation_p2: Help our expansion and enable us to provide help and support to our chapters by hosting and sponsoring our workshops.
64-
workshop_button: "Host a workshop"
62+
workshop_explanation_p1: "We’re proud to be hosted by amazing companies that support our mission. Our typical format includes 30 minutes of socialising over food and drinks, a lightning talk, and then hands-on coding."
63+
workshop_explanation_p2: "Help us grow and support our chapters by hosting or sponsoring our workshops, and together, we can expand opportunities for more aspiring developers."
64+
workshop_button: "Let's work together"
6565
workshop_email_subject: "Regarding hosting a workshop"
6666
chapters:
6767
title: "Chapters"
@@ -83,6 +83,15 @@ de:
8383
subject: "A spot just became available"
8484
waiting_list_reminder:
8585
subject: "Reminder: you're on the codebar waiting list (%{date_time})"
86+
virtual:
87+
invite_coach:
88+
subject: "Virtual Workshop Coach Invitation %{date_time}"
89+
invite_student:
90+
subject: "Virtual Workshop Invitation %{date_time}"
91+
attending_reminder:
92+
subject: "Virtual Workshop Reminder %{date_time}"
93+
waiting_list_reminder:
94+
subject: "Reminder: you're on the codebar waiting list (%{date_time})"
8695
messages:
8796
accepted_invitation: "Vielen Dank für die Rückmeldung, %{name}. Wir sehen uns beim Workshop!"
8897
already_invited: 'You have already RSVPd or joined the waitlist for this workshop.'
@@ -226,11 +235,9 @@ de:
226235
sign_up_as_coach: "Melde dich als Trainer an"
227236
code_of_conduct: "Verhaltenskodex"
228237
new:
229-
intro: "Wir bieten eine einladendes, inklusives und lern-freundliches Umfeld und haben eine Nulltoleranzpolitik bei Belästigung und anderem unangemessenen Verhalten. Bevor du dich anmeldest, lies unseren"
238+
intro_html: "We provide a welcoming, inclusive, and supportive learning environment, with a strict zero-tolerance policy for any form of harassment or inappropriate behavior. Please take a moment to review our <a href='%{link}'>code of conduct</a> before signing up."
230239
students:
231-
intro: "Wenn du als Student teilnehmen möchtest, musst du unsere"
232-
criteria_link: "Teilnahmebedingungen erfüllen"
233-
criteria_brief: "weil unsere Workshops nur für Frauen, LGBTQ und Menschen aus unterrepräsentierten Gruppen geöffnet sind."
240+
intro_html: "Wenn du als Student teilnehmen möchtest, musst du unsere <a href='%{link}'>Teilnahmebedingungen</a> erfüllen weil unsere Workshops nur für Frauen, LGBTQ und Menschen aus unterrepräsentierten Gruppen geöffnet sind."
234241
github: "Abschließend, wenn du auf den Anmeldebutton klickst, wirst du auf eine Seite namens GitHub weitergeleitet. Nachdem du dich mit deinem GitHub Zugang angemeldet hast, wirst du wieder auf die codebar Seite zurückgeleitet. Du musst dir einen Zugang erstellen, wenn du noch keinen hast. Das dauert nicht lang und ist etwas was sich als nützlich erweisen wird wenn du anfängst zu programmieren!"
235242
invitations: "Wir verschicken Einladungen regelmäßig, sei also bitte nicht besorgt, wenn du sie nicht direkt nach der Anmeldung erhältst."
236243
footer:
@@ -513,17 +520,16 @@ de:
513520
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.
514521
volunteer:
515522
title: Other skills
516-
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.
523+
description: Your unique abilities could be our missing piece in the codebar puzzle. Having a diverse range of skills in our team is necessary to enrich our community. From fundraising to event coordination to marketing, we always welcome new talent to drive our mission forward.
517524
link: Email us to become a volunteer
518525
fundraise:
519526
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."
527+
description_html: "Join the codebar team with a physical challenge event. Whether you are a runner, swimmer, or cyclist, sign up with our registration form for your desired event and raise vital funds to help keep our events running. If your event does not appear below, feel free to <a href='mailto:%{email}'>drop us an email</a> and we would be happy to coordinate with you."
521528
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.
522529
codebar_stories_podcast:
523530
image_alt: codebar stories banner
524531
opening: codebar Stories is a new podcast brought to you by codebar, we'll be smashing down the belief that tech isn't for you by sharing real-life stories from members of our community who have transitioned into a new career in tech.
525-
contact_us_html: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:[email protected]'>[email protected]</a>."
526-
532+
contact_us_html: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:%{email}'>[email protected]</a>."
527533

528534
admin:
529535
dashboard:
@@ -570,15 +576,15 @@ de:
570576
expiry_date: Application closing date
571577
donation_platforms:
572578
title: "Donate"
573-
description: "Your support, whether a single gift or ongoing commitment, fuels our efforts to create an inclusive tech industry and provides consistent opportunities for learning and growth for members of groups underrepresented in the tech industry."
579+
description: "Your supportwhether through a one-time gift or ongoing commitment—drives our mission to create a more inclusive tech industry. It enables us to provide continuous learning opportunities and empower individuals from underrepresented groups to grow and thrive in tech."
574580
link: "Find out how else to support us"
575581
donation_form:
576582
title: "Use the donation page"
577-
text: "Consider making a lasting impact through codebar with a one-time donation or a monthly recurring contribution."
583+
text: "Make a lasting impact with codebar by giving a one-time donation or committing to a monthly contribution."
578584
image_alt: "codebar logo"
579585
github_sponsors:
580586
title: "Github Sponsors"
581-
text: "Support codebar's mission directly through GitHub Sponsors. Join us in shaping the future of technology through your generous donation."
587+
text: "Support codebars mission directly through GitHub Sponsors and help shape the future of technology with your generous donation."
582588
image_alt: "Github Sponsors logo"
583589
open_collective:
584590
title: "Open Collective"

0 commit comments

Comments
 (0)