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

remove redirect and re-use the old landpage #1664

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}