Skip to content

Commit

Permalink
Merge pull request #4748 from lynnandtonic/master
Browse files Browse the repository at this point in the history
Add redux.dev course callouts
  • Loading branch information
markerikson authored Nov 7, 2024
2 parents b10703e + b7ce658 commit 56aaa38
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 56aaa38

Please sign in to comment.