Revise style of site front page

On the front page of the site, the first paragraph was actually a
heading. Replace that with a text paragraph that has a similar style.
This commit is contained in:
Tim Bannister
2020-09-29 22:56:40 +01:00
parent 179b3ca139
commit f77650a4f6
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ cid: home
{{< blocks/section id="oceanNodes" >}}
{{% blocks/feature image="flower" %}}
### [Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications.
[Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications.
It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community.
{{% /blocks/feature %}}