Skip to content

Copy WIP #7706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/helpers/meta_tags_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def meta_title

def meta_description
content_for?(:meta_description) ? content_for(:meta_description) :
"Learn, practice and get world-class mentoring in over 50 languages. 100% free."
"Learn, practice and get world-class mentoring in over 50 languages. Affordable Education."
end

def meta_image_url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function SeniorView() {

<p className="">
Exercism is the place to deepen your programming skills and explore
over {numTracks} programming languages. It&apos;s 100% free.
over {numTracks} programming languages.
</p>
</header>

Expand Down
2 changes: 1 addition & 1 deletion app/views/about/impact.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
%span.text-h5 Exercism teaches #{Track.active.count} programming languages
from #{Track.active.order('title ASC').first.title} to #{Track.active.order('title ASC').last.title},
using a unique blend of learning, practicing, and mentoring.
%p.text-h5 Everything on Exercism is 100% free.
%p.text-h5 Everything on Exercism is free or priced affordably.

.shadow-lg.flex-grow.bg-backgroundColorB.rounded-16.py-48.px-24.relative
.absolute.w-full.shadow-sm.text-h5.py-6.px-16.rounded-24.bg-backgroundColorA.flex.flex-row.items-center.whitespace-nowrap{ class: 'top-0 left-1/2 -translate-y-1/2 -translate-x-1/2' }
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/footer/shared.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
= graphical_icon "exercism-face-gradient"
%h2.text-h2.mb-32 Help us keep Exercism free for everyone, everywhere.
= render ReactComponents::Donations::FooterForm.new
%h3.text-h4.mt-32.mb-8 Exercism is open source and 100% free.
%h3.text-h4.mt-32.mb-8 Exercism is open source. Our content is free or priced affordably.
%p.text-p-large Help us provide opportunity for people of all backgrounds by helping them develop their programming skills through code practice and mentorship.

%hr
Expand Down
6 changes: 3 additions & 3 deletions app/views/devise/shared/_information.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,14 @@


.content
%h2 Exercism is free for all people, everywhere
%p
%h2 Affordable education free for all people, everywhere
%p.mb-8
Level up your programming skills with
= succeed(',') do
%strong #{Exercise.available.count} exercises across #{Track.active.count} languages
and insightful discussion with our dedicated team of welcoming mentors.
%p
%strong Exercism is 100% free forever.
%strong Everything on Exercism is free or priced affordably.

.icons
- Track.first(5).each do |track|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Welcome to #{link_to 'Exercism', 'https://exercism.org'}!
We're excited to have you as a part of our community and looking forward to helping you as you go even deeper on your programming journey.


%p
Exercism is designed to be help you develop a deep understanding of whichever language you choose to learn.
We're a registered not-for-profit organisation and 100% free.
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%em.not-italic.font-medium.text-textColor2 #{@num_tracks} programming languages
with our unique blend of learning, practice and mentoring.
Exercism is fun, effective and
%strong.text-textColor2 100% free, forever.
%strong.text-textColor2 open source.
.buttons.flex.mb-40.flex-col.sm:flex-row
= link_to "Sign up for free", new_user_registration_path, class: 'btn-primary btn-l mb-12 sm:mb-0 sm:mr-24 '
= link_to "Explore languages", tracks_path, class: 'btn-secondary btn-l shadow-buttonS'
Expand Down
Loading