- add package links - change some url - use SCSS - remove frameborder (deprecated)
54 lines
1.8 KiB
HTML
54 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="go-import" content="katenary.io git https://repo.katenary.io/katenary/katenary">
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Katenary: Effortless Helm Chart Conversion"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="Katenary, Helm, Kubernetes, Compose, Docker, Podman, Helm chart"
|
|
/>
|
|
<meta name="author" content="Patrice Ferlet (aka metal3d)" />
|
|
<link rel="icon" href="icon.ico" />
|
|
<title>Katenary - Effortless Helm Chart Conversion</title>
|
|
<link rel="stylesheet" href="main.scss" />
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.2.0/css/fork-awesome.min.css"
|
|
integrity="sha512-aupidr80M36SeyviA/hZ2uEPnvt2dTJfyjm9y6z1MgaV13TgzmDiFdsH3cvSNG27mRIj7gJ2gNeg1HeySJyE3Q=="
|
|
crossorigin="anonymous"
|
|
referrerpolicy="no-referrer"
|
|
/>
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/styles/panda-syntax-dark.min.css"
|
|
/>
|
|
|
|
<script src="links.js" defer></script>
|
|
<script src="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/highlight.min.js"></script>
|
|
<script defer>
|
|
hljs.highlightAll();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<include src="src/partials/navbar.html"></include>
|
|
<include src="src/partials/header.html"></include>
|
|
|
|
<main>
|
|
<include src="src/partials/features.html"></include>
|
|
<include src="src/partials/how-it-works.html"></include>
|
|
<include src="src/partials/how-to-use.html"></include>
|
|
<include src="src/partials/tutorials.html"></include>
|
|
<include src="src/partials/get-started.html"></include>
|
|
</main>
|
|
|
|
<include src="src/partials/footer.html"></include>
|
|
</body>
|
|
</html>
|