From 442e75b6bd1b1a6567b97bcccc4eaa1a678d2190 Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Thu, 21 Dec 2023 13:40:34 +0100 Subject: [PATCH] remove redir and re-use the old landpage Signed-off-by: Giovanni Liva --- layouts/index.html | 75 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 69 insertions(+), 6 deletions(-) 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