Skip to content

Commit

Permalink
chore(curriculum): change scrimba copy/links (#11874)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Sep 26, 2024
1 parent 3f7ad43 commit c90c6fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
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

0 comments on commit c90c6fc

Please sign in to comment.