diff --git a/config.toml b/config.toml index 51b4f05529f..4979c17122d 100644 --- a/config.toml +++ b/config.toml @@ -130,7 +130,7 @@ githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website" # param for displaying an announcement block on every page. # See /i18n/en.toml for message text and title. announcement = true -announcement_bg = "#3f0374" #choose a dark color – text is white +announcement_bg = "#000000" #choose a dark color – text is white #Searching k8s_search = true diff --git a/i18n/en.toml b/i18n/en.toml index 1a5647c71d4..c59107c7c81 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,10 +1,10 @@ # i18n strings for the English (main) site. # NOTE: Please keep the entries in alphabetical order when editing [announcement_title] -other = "KubeCon + CloudNativeCon EU 2020 virtual." +other = "Black lives matter." [announcement_message] -other = "4 days of incredible opportunities to collaborate, learn + share with the entire community!
August 17 – 20 2020." +other = "We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the [core values of the Kubernetes project](https://git.k8s.io/community/values.md) and our community does not tolerate it." [caution] other = "Caution:" diff --git a/static/images/kubecon_ad_eu_2020.png b/static/images/kubecon_ad_eu_2020.png deleted file mode 100644 index 6f51d7048fb..00000000000 Binary files a/static/images/kubecon_ad_eu_2020.png and /dev/null differ