Skip to content
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

chore(curriculum): change scrimba copy/links #11874

Merged
merged 1 commit into from
Sep 26, 2024
Merged
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
9 changes: 4 additions & 5 deletions client/src/curriculum/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,16 @@ function About({ section }) {
<Suspense>{!isServer && <ScrimInline url={SCRIM_URL} />}</Suspense>
</div>
<p>
Learn our curriculum with high quality, interactive courses from our
partner{" "}
Learn our curriculum with Scrimba's interactive{" "}
<a
href="https://scrimba.com/?via=mdn"
href="https://scrimba.com/learn/frontend?via=mdn"
className="external"
target="_blank"
rel="noreferrer"
>
Scrimba
Frontend Developer Career Path
</a>
{" !"}
.
</p>
</section>
</div>
Expand Down
18 changes: 7 additions & 11 deletions client/src/curriculum/partner-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,19 @@ export function PartnerBanner() {
<section className="curriculum-partner-banner-container">
<div className="partner-banner">
<section>
<h2>
Learn the curriculum with{" "}
<h2>Learn the curriculum with Scrimba and become job ready</h2>
<p>
<a
href="https://scrimba.com?via=mdn"
href="https://scrimba.com/learn/frontend?via=mdn"
target="_blank"
rel="origin noreferrer"
className="external"
>
Scrimba
Scrimba's Frontend Developer Career Path
</a>{" "}
and become job ready
</h2>
<p>
Scrimba's Frontend Developer Career Path teaches the MDN Curriculum
Core with fun interactive lessons and challenges, knowledgeable
teachers, and a supportive community. Go from zero to landing your
first front-end job!
teaches the MDN Curriculum Core with fun interactive lessons and
challenges, knowledgeable teachers, and a supportive community. Go
from zero to landing your first front-end job!
</p>
<a
href="https://scrimba.com/learn/frontend?via=mdn"
Expand Down
Loading