diff --git a/docs/index.md b/docs/index.md index 1e5b19ca..c63782cf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,9 +1,5 @@ # Awesome Kubernetes [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -Container with cars - - - 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. @@ -12,11 +8,19 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
[New site under construction here!](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)| -|:---:|:---:| - +[![openshift videos](images/openshift_logo.jpg)](https://www.youtube.com/user/rhopenshift) [![jenkins videos](images/cloudbees_logo.jpg)](https://www.youtube.com/user/CloudBeesTV) +
+ +
+[![container with cars](images/container_with_cars.png)](https://www.cncf.io/certification/software-conformance/)
+--- ## Table of Contents @@ -143,6 +147,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
--> +---
[![automated_ansible](images/automated_ansible.jpg)](https://www.ansible.com/blog/migrating-the-runbook-a-journey-from-legacy-to-devops)
diff --git a/docs/static/extra.css b/docs/static/extra.css index ce65d1d5..72107d71 100644 --- a/docs/static/extra.css +++ b/docs/static/extra.css @@ -2,7 +2,7 @@ selectors). */ body { - margin: 5px; + margin: 0; background-color:rgb(240,240,240); font-family: arial, sans-serif; font-size: 16px; @@ -12,7 +12,7 @@ body { h1 { font-size: 35px; font-weight: normal; - margin-top: 5px; + margin-top: 0; } /* Applies to all elements with <... class="someclass"> specified. */