Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

light branding update #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions assets/css/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ module.exports = {
xl: { css: disabledCss },
'2xl': { css: disabledCss },
},
backgroundImage: {
'hero-pattern': "url('/hero-pattern.svg')",
'izzy': "url(/izzy.png)",
},
fontFamily: {
'primary': ['Open Sans', 'ui-sans-serif', 'system-ui', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'],
}
Expand Down
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Kubernetes Gateway
title: kgateway
toc: false
description: ""
---

{{< nav >}}

<section class="bg-primary-bg text-white font-primary pb-[4.375rem] lg:pb-50 px-4 lg:px-12 xl:px-25 bg-[url(/hero-background.svg)] bg-center bg-no-repeat pt-[9.875rem] lg:pt-[19.4375rem] bg-[length:61.85319rem_60.14119rem] lg:bg-auto">
<section class="bg-primary-bg text-white font-primary pb-[4.375rem] lg:pb-50 px-4 lg:px-12 xl:px-25 pt-[9.875rem] lg:pt-[19.4375rem] bg-[length:61.85319rem_60.14119rem] lg:bg-auto">
<div class="mx-auto max-w-[1440px] flex flex-col lg:flex-row justify-between gap-[4.375rem] lg:gap-0">
<h1 class="text-[2.1875rem] lg:text-[4.0625rem] font-semibold leading-[2.40625rem] lg:leading-[4.46875rem] lg:w-[44.34994rem]">
Kgateway:<br />an Envoy-powered,<br />Kubernetes-native,<br />API Gateway.
kgateway:<br />an Envoy-powered,<br />Kubernetes-native,<br />API Gateway.
</h1>
<p class="lg:w-[31.11344rem] text-xl">
Kgateway is the most mature and widely deployed Envoy-based gateway in the market today. Built on open source and open standards, kgateway integrates Kubernetes Gateway API with a federated control plane that scales from lightweight microgateway deployments between services, to massively parallel centralized gateways handling billions of API calls, to advanced AI gateway use cases for safety, security, and governance when integrating applications with third-party LLMs. Kgateway brings omni-directional API connectivity to any cloud and any environment.
Expand Down
2 changes: 0 additions & 2 deletions data/announcement.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
- title: This project is in the process of being donated to the CNCF and is not affiliated with the Kubernetes project.
visible: true
29 changes: 10 additions & 19 deletions data/icons.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layouts/partials/custom/head-end.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{/* CSS */}}
{{ $options := dict "inlineImports" true "config" "./assets/css/postcss.config.js" }}
{{ $styles := resources.Get "css/styles.css" }}
{{ $styles = $styles | resources.PostCSS $options }}
{{ $styles = $styles | css.PostCSS $options }}
{{- if hugo.IsProduction }}
{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}
<link href="{{ $styles.Permalink }}" rel="stylesheet" integrity="{{ $styles.Data.Integrity }}" />
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: none
}
</style>
<footer class="bg-primary-bg text-white font-primary py-[4.375rem] md:py-25 px-12 xl:px-25 bg-[url(/hero-background.svg)] bg-[center_top_-27rem]">
<footer class="bg-primary-bg text-white font-primary py-[4.375rem] md:py-25 px-12 xl:px-25">
<div class="flex flex-col md:flex-row justify-between gap-[3.125rem] md:gap-0 max-w-[1440px] mx-auto">
<div class="flex flex-col gap-4 items-center md:items-start">
{{ partial "utils/icon.html" (dict "name" "logo" ) }}
Expand Down
21 changes: 0 additions & 21 deletions static/hero-background.svg

This file was deleted.

Loading