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/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. 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 7e30f1d253..328907c8bb 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 @@
-
-
-
-
+
+
+
-
+
+
+
+
+
-
-
-
-
-
+
+
Add Your Logo