From 3cebfa5e049f1c51c2daa85cc1b3a45f6dc126af Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Fri, 29 May 2020 19:22:31 +0200 Subject: [PATCH] new site on constuction ref --- docs/index.md | 2 ++ docs/static/extra.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; }