diff --git a/jupyter-book/_config.yml b/jupyter-book/_config.yml
index e4e73c41d..1c13ceb56 100644
--- a/jupyter-book/_config.yml
+++ b/jupyter-book/_config.yml
@@ -46,12 +46,14 @@ html:
extra_footer: |
diff --git a/jupyter-book/_static/sklearn_mooc.css b/jupyter-book/_static/sklearn_mooc.css
index 027f44ac8..367b0bef5 100644
--- a/jupyter-book/_static/sklearn_mooc.css
+++ b/jupyter-book/_static/sklearn_mooc.css
@@ -27,17 +27,17 @@ p[aria-level="2"] {
font-weight: bold;
}
-/* The add to join the MOOC */
+/* The adds in the landing page */
div.mooc_add {
display: table;
}
div.mooc_add a {
- color: #813000;
+ color: #000000;
display: block;
border-radius: .4em;
- background-color: #FFEBDD;
+ background-color: #F7931E;
border: 1px solid #7b5a46;
box-shadow: 1px 1px 1px #CA9875;
padding: 5pt;
@@ -45,7 +45,7 @@ div.mooc_add a {
@media screen and (min-width: 900px) {
div.mooc_add {
- width: 20ex;
+ width: 25ex;
position: fixed;
right: calc(5pt + .15 * (100vw - 900px));
bottom: calc(5pt + max(0pt, .05*(100vh - 200px)));
diff --git a/jupyter-book/concluding_remarks.md b/jupyter-book/concluding_remarks.md
index ee911dbdb..572f2f817 100644
--- a/jupyter-book/concluding_remarks.md
+++ b/jupyter-book/concluding_remarks.md
@@ -139,6 +139,11 @@ Let us give a few pointers on going further with machine learning.
the solutions shared by the winners in the discussions is a
good way to learn
+### Get certified
+
+- The [official scikit-learn certifications](https://certification.probabl.ai/)
+ are delivered by [probabl](https://probabl.ai/).
+
## Bringing value: The bigger picture beyond machine-learning
We will now touch briefly how machine learning fits in wider questions,