Skip to content

Commit

Permalink
add redux.dev course callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnandtonic committed Oct 31, 2024
1 parent 025adaa commit b7ce658
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,9 @@ details.detailed-explanation p {
fill: black;
stroke: black;
}

/* course callout on home page */
.course-callout.home-mid {
max-width: 900px;
margin: 1rem auto 2rem;
}
5 changes: 5 additions & 0 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ function Home() {
</div>
</section>
)}
<section className="course-callout home-mid">
<a href="https://redux.dev">
<img src="/img/course-callout-mid.svg" alt="Redux.dev - a new course by Mark Erikson + ui.dev - Learn more" />
</a>
</section>
{otherLibraries && otherLibraries.length && (
<section className={styles.features}>
<div className="container">
Expand Down
Loading

0 comments on commit b7ce658

Please sign in to comment.