Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
remove redir and re-use the old landpage
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Dec 21, 2023
1 parent ad744ae commit 442e75b
Showing 1 changed file with 69 additions and 6 deletions.
75 changes: 69 additions & 6 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,69 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://lifecycle.keptn.sh">
</head>
<body></body>
</html>
{{ define "title" }}
keptn | Cloud-native application life-cycle orchestration
{{ end }}

{{ define "header_css" }}
{{ end }}

{{ define "header_classes" }}
header-transparent
{{ end }}

{{ define "header_js" }}
<!-- script to include would go here
<script src="https://cdn.jsdelivr.net/npm/typeit@6.0.3/dist/typeit.min.js" />
-->
{{ end }}

{{ define "body_classes" }}
page-home
{{ end }}

{{ define "meta" }}
<meta property="og:description" content="Keptn automates observability, SLO-driven multi-stage delivery, and operations">
<meta property="og:title" content="Keptn - Cloud-native application life-cycle orchestration.">
<meta property="og:image" content="https://keptn.sh/favicon.png">
<meta property="og:url" content="https://keptn.sh/index.html">
<meta name="twitter:card" content="summary_large_image">
{{ end }}

{{ define "main" }}

{{/* Announcements */}}
{{ partial "announcement.html" . }}

{{/* Intro */}}
{{ partial "intro.html" . }}

<!--
{{/* Intro */}}
{{ partial "carousel.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 }}

0 comments on commit 442e75b

Please sign in to comment.