diff --git a/layouts/index.html b/layouts/index.html index 20e96dca3..07879a21a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,69 @@ - -
- - - - \ No newline at end of file +{{ define "title" }} +keptn | Cloud-native application life-cycle orchestration +{{ end }} + +{{ define "header_css" }} +{{ end }} + +{{ define "header_classes" }} +header-transparent +{{ end }} + +{{ define "header_js" }} + +{{ end }} + +{{ define "body_classes" }} +page-home +{{ end }} + +{{ define "meta" }} + + + + + +{{ end }} + +{{ define "main" }} + +{{/* Announcements */}} +{{ partial "announcement.html" . }} + +{{/* Intro */}} +{{ partial "intro.html" . }} + + + +{{/* Usage */}} +{{ partial "usage.html" . }} + +{{/* Delivery */}} +{{ partial "delivery.html" . }} + +{{/* Remediation */}} +{{ partial "remediation.html" . }} + +{{/* Key Capabilities */}} +{{ partial "capabilities.html" . }} + +{{/* Happy Users */}} +{{ partial "happy-users.html" . }} + +{{/* Tools */}} +{{ partial "tools.html" . }} + +{{/* Contact */}} +{{ partial "get-started.html" . }} + +{{/* Copy Indicator */}} +{{ partial "copy-indicator.html" . }} +{{ end }} + +{{ define "footer_js" }} +{{ end }} \ No newline at end of file