diff --git a/website/_sass/front.scss b/website/_sass/front.scss index cb0d6f147..1c7f58ecb 100644 --- a/website/_sass/front.scss +++ b/website/_sass/front.scss @@ -4,9 +4,11 @@ background-position: center; background-repeat: no-repeat; background-size: cover; + background-blend-mode: darken; + background-color: rgba(0,0,0,0.1); p { - color: #eeeeee; + color: #fff; margin-top: 0; margin-bottom: 0; font-weight: 300; diff --git a/website/index.md b/website/index.md index f09a7e89e..31587fc2f 100644 --- a/website/index.md +++ b/website/index.md @@ -1,38 +1,27 @@ --- -title: gVisor layout: base --- -
Efficient defense-in-depth for container infrastructure anywhere.
-- Get Started - GitHub -
+gVisor is an application kernel and container runtime providing defense-in-depth for containers anywhere.
++ Get Started + GitHub +
+By providing each container with its own application kernel instance, gVisor limits the attack surface of the host while still integrating seamlessly with popular container orchestration systems, such as Docker and @@ -44,7 +33,7 @@ layout: base
Containers are efficient because workloads of different shapes and sizes can be packed together by sharing host resources. By using host native abstractions such as threads and memory mappings, gVisor closely co-operates @@ -56,7 +45,7 @@ layout: base
Modern infrastructure spans multiple clouds and data centers, often using a mix of virtualized instances and traditional servers. The pluggable platform architecture of gVisor allows it to run anywhere, enabling security