diff --git a/docs/index.md b/docs/index.md index 544195ec..cb96fbdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,9 @@ A curated list of awesome references collected since 2018. Microservices architectures rely on DevOps practices, automation, CI/CD (continuous integration and delivery), and API—focused designs. "I do not believe you can do today's job with yesterday's methods and be in business tomorrow." ([Horatio Nelson Jackson](https://www.history.com/news/the-first-great-american-road-trip)) +
+[New site under construction](https://www.redhatspain.com) |[![openshift videos](images/docker_kubernetes_openshift.png)](https://www.youtube.com/user/rhopenshift)|[![jenkins videos](images/jenkins-logo.png)](https://www.youtube.com/user/CloudBeesTV)| |:---:|:---:| diff --git a/docs/static/extra.css b/docs/static/extra.css index ca38d5f2..c58636a2 100644 --- a/docs/static/extra.css +++ b/docs/static/extra.css @@ -19,4 +19,4 @@ h1 { .someclass { color: red; } /* Applies to the element with <... id="someid"> specified. */ -#someid { color: green; } +.someid { color: green; }