diff --git a/docs/website/layouts/partials/home/banner.html b/docs/website/layouts/partials/home/banner.html
index 2081961f84..8cdb4ed4f7 100644
--- a/docs/website/layouts/partials/home/banner.html
+++ b/docs/website/layouts/partials/home/banner.html
@@ -3,7 +3,14 @@
{{ $tagline := site.Params.tagline }}
{{ $socialMenu := site.Menus.social }}
{{ $docs := "/docs/latest/" }}
-{{ $getStarted := "/docs/latest/get-started/" }}
+{{ $introduction := "/docs/latest/" }}
+{{ $tutorial := "/docs/latest/get-started/" }}
+{{ $policyLanguage := "/docs/latest/policy-language/" }}
+{{ $kubernetes := "/docs/latest/kubernetes-introduction/" }}
+{{ $microservices := "/docs/latest/http-api-authorization/" }}
+{{ $kafka := "/docs/latest/kafka-authorization/" }}
+{{ $terraform := "/docs/latest/terraform/" }}
+{{ $opaSummit := "https://www.papercall.io/opa-summit" }}
- - Get started + Core Docs + + Introduction + + Tutorial + + + Policy Language + +
++ Use Cases + + Kubernetes + + + Microservice APIs + + + Kafka + + + Terraform + +
++ Events + + OPA Summit + +
- - Learn more - diff --git a/docs/website/static/css/home.css b/docs/website/static/css/home.css index 483d91dd19..52925d9c18 100644 --- a/docs/website/static/css/home.css +++ b/docs/website/static/css/home.css @@ -77,12 +77,11 @@ p { margin-bottom: 1.3em; } -ul, { +ul { list-style: none; } -#headline--get-started, -#headline--learn-more { +.headline--link { border: solid 2px #008391; border-radius: 6px; display: inline-block; @@ -92,16 +91,25 @@ ul, { text-align: center; text-decoration: none; width: 180px; -} - -#headline--get-started { + /* background-color: #fff; + color: #008391; */ background-color: #008391; color: #fff; } -#headline--learn-more { - background-color: #fff; - color: #008391; +.headline--navtitle { + width: 100px; + float: left; + text-align: left; + vertical-align: middle; + line-height: 44px; + color: rgba(0, 0, 0, .54); + /* font-size: 1.25em; */ + +} +#headline--get-started { + background-color: #008391; + color: #fff; } footer {