From fa37f6daac6bb2141d44de698f3454daa9527b44 Mon Sep 17 00:00:00 2001 From: Thomas Lacroix Date: Thu, 12 Mar 2026 19:23:00 -0400 Subject: [PATCH 1/2] feat(cncf): wip: updating footers / logo / copyrights etc. --- README.md | 5 ++ site/assets/scss/_darkmode-overrides.scss | 34 +++++++++ site/config.toml | 4 +- site/content/en/_index.html | 30 +++++--- site/layouts/partials/footer.html | 38 ++++++++++ site/static/images/cncf-logo.svg | 88 +++++++++++++++++++++++ 6 files changed, 187 insertions(+), 12 deletions(-) create mode 100644 site/layouts/partials/footer.html create mode 100644 site/static/images/cncf-logo.svg diff --git a/README.md b/README.md index 21bd25fb84..8809e719f3 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,8 @@ Agones is in active development - we would love your help in shaping its future! ## Licence Apache 2.0 + +--- + +Copyright Agones a Series of LF Projects, LLC. +For website terms of use, trademark policy and other project policies please see https://lfprojects.org/policies/. diff --git a/site/assets/scss/_darkmode-overrides.scss b/site/assets/scss/_darkmode-overrides.scss index b9bb874e8c..23174815c7 100644 --- a/site/assets/scss/_darkmode-overrides.scss +++ b/site/assets/scss/_darkmode-overrides.scss @@ -39,4 +39,38 @@ [data-bs-theme="dark"] .dropdown-item:active { background-color: var(--bs-primary-bg-subtle) !important; color: var(--bs-body-color) !important; +} + +/* CNCF section - light background in light mode, subtle dark background in dark mode */ +.td-box--light { + background-color: #f8f9fa !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; +} + +[data-bs-theme="dark"] .td-box--light { + background-color: #212529 !important; + border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; +} + +[data-bs-theme="dark"] .td-box--light .lead { + color: var(--bs-body-color) !important; +} + +/* CNCF logo - invert colors in dark mode to make it white */ +[data-bs-theme="dark"] .td-box--light img[alt="CNCF Logo"] { + filter: brightness(0) invert(1); +} + +/* Footer text visibility - ensure light text on dark background in both modes */ +.td-footer { + background-color: #212529; + color: #f8f9fa; +} + +.td-footer a { + color: #6ea8fe; +} + +.td-footer .text-muted { + color: #adb5bd !important; } \ No newline at end of file diff --git a/site/config.toml b/site/config.toml index 3a33dacbe7..4416f378a9 100644 --- a/site/config.toml +++ b/site/config.toml @@ -72,8 +72,8 @@ description = "Agones is a library for hosting, running and scaling dedicated ga # Everything below this are Site Params [params] -copyright = "Copyright Google LLC All Rights Reserved." -privacy_policy = "https://policies.google.com/privacy" +copyright = "Copyright Agones a Series of LF Projects, LLC" +privacy_policy = "https://lfprojects.org/policies/" github_repo = "https://github.com/googleforgames/agones" # Google Custom Search Engine ID. Remove or comment out to disable search. diff --git a/site/content/en/_index.html b/site/content/en/_index.html index c9d8057743..7a96487651 100644 --- a/site/content/en/_index.html +++ b/site/content/en/_index.html @@ -49,21 +49,21 @@

Companies using Agones

- ubisoft - supersolid - yager - mcmahan.games + accelbyte + AcceleratXR + Afterverse altavr Embark Studios - accelbyte + GameFabric by Nitrado + mcmahan.games + Netspeak Games rolltable + supersolid + ubisoft Vela Games - Netspeak Games - Afterverse - Winterpixel Games Vizor Games - AcceleratXR - GameFabric by Nitrado + Winterpixel Games + yager

@@ -86,3 +86,13 @@

Companies using Agones

{{% /blocks/feature %}} {{< /blocks/section >}} + +{{< blocks/section color="light" type="row">}} +
+

We are a Cloud Native Computing Foundation + incubating project.

+ CNCF Logo +
+ {{< /blocks/section>}} \ No newline at end of file diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html new file mode 100644 index 0000000000..7717977b24 --- /dev/null +++ b/site/layouts/partials/footer.html @@ -0,0 +1,38 @@ +{{ $links := .Site.Params.links }} + + +{{ define "footer-links-list" }} +{{ range . }} + +{{ end }} +{{ end }} \ No newline at end of file diff --git a/site/static/images/cncf-logo.svg b/site/static/images/cncf-logo.svg new file mode 100644 index 0000000000..6ed428836c --- /dev/null +++ b/site/static/images/cncf-logo.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + From dbb12039d476d7367ca5568c83efdb44be5d8011 Mon Sep 17 00:00:00 2001 From: Thomas Lacroix Date: Thu, 12 Mar 2026 19:30:14 -0400 Subject: [PATCH 2/2] feat(cncf): wip: updating footers / logo / copyrights etc. --- build/boilerplate.go.txt | 2 +- build/boilerplate.yaml.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/boilerplate.go.txt b/build/boilerplate.go.txt index 2e1bea8fed..67105532cd 100644 --- a/build/boilerplate.go.txt +++ b/build/boilerplate.go.txt @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC All Rights Reserved. +// Copyright Contributors to Agones a Series of LF Projects, LLC. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/build/boilerplate.yaml.txt b/build/boilerplate.yaml.txt index 820aceb75c..39f12e79fb 100644 --- a/build/boilerplate.yaml.txt +++ b/build/boilerplate.yaml.txt @@ -1,4 +1,4 @@ -# Copyright 2024 Google LLC All Rights Reserved. +# Copyright Contributors to Agones a Series of LF Projects, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.