diff --git a/assets/scss/base/_typography.scss b/assets/scss/base/_typography.scss index fa762fb57..2b6e44bbb 100644 --- a/assets/scss/base/_typography.scss +++ b/assets/scss/base/_typography.scss @@ -86,11 +86,6 @@ body.dark { text-decoration-color: white; } - .container.logos, #who-logos { - background-color: white; - border-radius: .5rem; - } - .btn { color: white; } diff --git a/assets/scss/base/_utilities.scss b/assets/scss/base/_utilities.scss index d8cb84f60..24f3cd739 100644 --- a/assets/scss/base/_utilities.scss +++ b/assets/scss/base/_utilities.scss @@ -11,4 +11,17 @@ // This lets you do alternating left/right layouts .reverse-markdown-row div.row { flex-direction: row-reverse; +} + +/** + * Image utilities + */ +/* Desaturates the image completely */ +.greyscale { + filter: grayscale(100%); +} + +/* In dark mode, invert the greyscale so that it shows up */ +body.dark .greyscale { + filter: grayscale(100%) invert(88.1%) hue-rotate(90deg); } \ No newline at end of file diff --git a/config/_default/menus.toml b/config/_default/menus.toml index e8f585c18..8345253e9 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -4,7 +4,7 @@ # The weight parameter defines the order that the links will appear in. [[main]] - name = "Cloud platform" + name = "Hub platform" url = "platform/" weight = 10 diff --git a/content/_index.md b/content/_index.md index 9239b2573..7f06845d9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,7 +20,7 @@ sections: #icon: download # Optionally, add an alternative CTA link cta_alt: - label: Join us + label: Join our network url: /join # Optionally, add a note under the Call-To-Action button # cta_note: @@ -47,7 +47,9 @@ sections: {{< servicetech >}} - We serve **over 90 communities across the globe** with **over 7000 active users** that are dedicated to creating and sharing knowledge. See [our community impact stories](/communities) for inspiration. + 2i2c's [community hub platform and consultancy services](/platform) ensure your community makes the best use of open infrastructure for interactive computing in the cloud. + + We serve **over 90 communities across the globe** with **over 7000 active users** dedicated to creating and sharing knowledge. See [our community impact stories](/communities) for inspiration. -