Skip to content

Commit

Permalink
Add header and footer settings
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed Jan 29, 2024
1 parent 4436bca commit ea9caeb
Show file tree
Hide file tree
Showing 14 changed files with 803 additions and 549 deletions.
98 changes: 58 additions & 40 deletions aswf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@
#
foundation: ASWF

# Images (required)
#
# Urls of some images used in the landscape UI.
#
# images:
# favicon: <FAVICON_URL>
# footer_logo: <FOOTER_LOGO_URL>
# header_logo: <HEADER_LOGO_URL>
# open_graph: <OPEN_GRAPH_IMAGE_URL>
#
images:
favicon: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png"
header_logo: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.svg"
footer_logo: "https://artwork.aswf.io/other/aswf/logo/white/aswf-logo-white.svg"
open_graph: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png"

# Url (required)
#
# Url where the landscape will be hosted.
Expand Down Expand Up @@ -132,6 +116,38 @@ featured_items:
- value: General
- value: Associate

# Footer (optional)
#
# This section allows customizing some aspects of the footer.
#
# footer:
# links:
# facebook: <FACEBOOK_URL>
# flickr: <FLICKR_URL>
# github: <GITHUB_URL>
# homepage: <HOMEPAGE_URL>
# instagram: <INSTAGRAM_URL>
# linkedin: <LINKEDIN_URL>
# slack: <SLACK_URL>
# twitch: <TWITCH_URL>
# twitter: <TWITTER_URL>
# wechat: <WECHAT_URL>
# youtube: <YOUTUBE_URL>
# logo: <LOGO_URL> # Foundation logo featured on the footer
# text: <TEXT> # Copyright notice, for example
#
footer:
links:
github: "https://github.com/AcademySoftwareFoundation"
homepage: "https://aswf.io"
linkedin: "https://www.linkedin.com/company/academysoftwarefoundation/"
slack: "https://slack.aswf.io/"
twitter: "https://twitter.com/AcademySwf"
youtube: "https://www.youtube.com/academysoftwarefoundation"
logo: "https://artwork.aswf.io/other/aswf/logo/white/aswf-logo-white.svg"
text: |
Copyright © 2024 The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage page](https://www.linuxfoundation.org/trademark-usage). Linux is a registered trademark of Linus Torvalds. [Privacy Policy](https://www.linuxfoundation.org/privacy) and [Terms of Use](https://www.linuxfoundation.org/terms). This website contains data received from Crunchbase. This data is not licensed pursuant to the Apache License. It is subject to Crunchbase's Data Access Terms, available at <https://data.crunchbase.com/docs/terms>, and is only permitted to be used with Linux Foundation landscape projects.
# Grid items size (optional)
#
# Defines the preferred size of the landscape items in the grid mode. When the
Expand Down Expand Up @@ -170,6 +186,32 @@ groups:
categories:
- ASWF Member Company

# Header (optional)
#
# This section allows customizing some aspects of the header.
#
# header:
# links:
# github: <GITHUB_URL>
# logo: <LOGO_URL> # Foundation logo featured on the header
#
header:
links:
github: "https://github.com/AcademySoftwareFoundation/aswf-landscape"
logo: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.svg"

# Images (optional)
#
# Urls of some images used in the landscape UI.
#
# images:
# favicon: <FAVICON_URL>
# open_graph: <OPEN_GRAPH_IMAGE_URL>
#
images:
favicon: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png"
open_graph: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png"

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand All @@ -190,30 +232,6 @@ members_category: ASWF Members
#
screenshot_width: 1500

# Social networks urls (optional)
#
# List of social networks urls that will be used to create some links in the
# landscape web application.
#
# social_networks:
# facebook: <FACEBOOK_URL>
# flickr: <FLICKR_URL>
# github: <GITHUB_URL>
# instagram: <INSTAGRAM_URL>
# linkedin: <LINKEDIN_URL>
# slack: <SLACK_URL>
# twitch: <TWITCH_URL>
# twitter: <TWITTER_URL>
# wechat: <WECHAT_URL>
# youtube: <YOUTUBE_URL>
#
social_networks:
github: "https://github.com/AcademySoftwareFoundation"
linkedin: "https://www.linkedin.com/company/academysoftwarefoundation/"
slack: "https://slack.aswf.io/"
twitter: "https://twitter.com/AcademySwf"
youtube: "https://www.youtube.com/academysoftwarefoundation"

# Upcoming event (optional)
#
# This section allows configuring an upcoming event that will be featured on
Expand Down
98 changes: 58 additions & 40 deletions cdf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@
#
foundation: CDF

# Images (required)
#
# Urls of some images used in the landscape UI.
#
# images:
# favicon: <FAVICON_URL>
# footer_logo: <FOOTER_LOGO_URL>
# header_logo: <HEADER_LOGO_URL>
# open_graph: <OPEN_GRAPH_IMAGE_URL>
#
images:
favicon: "https://raw.githubusercontent.com/cdfoundation/cdf-landscape/main/images/favicon.png"
header_logo: "https://raw.githubusercontent.com/cdfoundation/cdf-landscape/main/images/left-logo.svg"
footer_logo: "https://raw.githubusercontent.com/cdfoundation/artwork/main/cdf/horizontal/white/cdf-horizontal-white.svg"
open_graph: "https://github.com/cdfoundation/cdf-landscape/blob/main/images/social.png?raw=true"

# Url (required)
#
# Url where the landscape will be hosted.
Expand Down Expand Up @@ -128,6 +112,38 @@ featured_items:
options:
- value: Premier

# Footer (optional)
#
# This section allows customizing some aspects of the footer.
#
# footer:
# links:
# facebook: <FACEBOOK_URL>
# flickr: <FLICKR_URL>
# github: <GITHUB_URL>
# homepage: <HOMEPAGE_URL>
# instagram: <INSTAGRAM_URL>
# linkedin: <LINKEDIN_URL>
# slack: <SLACK_URL>
# twitch: <TWITCH_URL>
# twitter: <TWITTER_URL>
# wechat: <WECHAT_URL>
# youtube: <YOUTUBE_URL>
# logo: <LOGO_URL> # Foundation logo featured on the footer
# text: <TEXT> # Copyright notice, for example
#
footer:
links:
github: "https://github.com/cdfoundation"
homepage: "https://cd.foundation"
linkedin: "https://www.linkedin.com/company/cdeliveryfdn"
slack: "https://join.slack.com/t/cdeliveryfdn/shared_invite/zt-nwc0jjd0-G65oEpv5ynFfPD5oOX5Ogg"
twitter: "https://twitter.com/CDeliveryFdn"
youtube: "https://www.youtube.com/channel/UC7HcWhSetq6nTlpMXPHKz_A?disable_polymer=true"
logo: "https://raw.githubusercontent.com/cdfoundation/artwork/main/cdf/horizontal/white/cdf-horizontal-white.svg"
text: |
Copyright © 2024 The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage page](https://www.linuxfoundation.org/trademark-usage). Linux is a registered trademark of Linus Torvalds. [Privacy Policy](https://www.linuxfoundation.org/privacy) and [Terms of Use](https://www.linuxfoundation.org/terms). This website contains data received from Crunchbase. This data is not licensed pursuant to the Apache License. It is subject to Crunchbase's Data Access Terms, available at <https://data.crunchbase.com/docs/terms>, and is only permitted to be used with Linux Foundation landscape projects.
# Grid items size (optional)
#
# Defines the preferred size of the landscape items in the grid mode. When the
Expand Down Expand Up @@ -168,6 +184,32 @@ groups:
categories:
- CDF Members

# Header (optional)
#
# This section allows customizing some aspects of the header.
#
# header:
# links:
# github: <GITHUB_URL>
# logo: <LOGO_URL> # Foundation logo featured on the header
#
header:
links:
github: "https://github.com/cdfoundation/cdf-landscape"
logo: "https://raw.githubusercontent.com/cdfoundation/cdf-landscape/main/images/left-logo.svg"

# Images (optional)
#
# Urls of some images used in the landscape UI.
#
# images:
# favicon: <FAVICON_URL>
# open_graph: <OPEN_GRAPH_IMAGE_URL>
#
images:
favicon: "https://raw.githubusercontent.com/cdfoundation/cdf-landscape/main/images/favicon.png"
open_graph: "https://github.com/cdfoundation/cdf-landscape/blob/main/images/social.png?raw=true"

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand All @@ -188,30 +230,6 @@ members_category: CDF Members
#
screenshot_width: 1500

# Social networks urls (optional)
#
# List of social networks urls that will be used to create some links in the
# landscape web application.
#
# social_networks:
# facebook: <FACEBOOK_URL>
# flickr: <FLICKR_URL>
# github: <GITHUB_URL>
# instagram: <INSTAGRAM_URL>
# linkedin: <LINKEDIN_URL>
# slack: <SLACK_URL>
# twitch: <TWITCH_URL>
# twitter: <TWITTER_URL>
# wechat: <WECHAT_URL>
# youtube: <YOUTUBE_URL>
#
social_networks:
github: "https://github.com/cdfoundation"
linkedin: "https://www.linkedin.com/company/cdeliveryfdn"
slack: "https://join.slack.com/t/cdeliveryfdn/shared_invite/zt-nwc0jjd0-G65oEpv5ynFfPD5oOX5Ogg"
twitter: "https://twitter.com/CDeliveryFdn"
youtube: "https://www.youtube.com/channel/UC7HcWhSetq6nTlpMXPHKz_A?disable_polymer=true"

# Upcoming event (optional)
#
# This section allows configuring an upcoming event that will be featured on
Expand Down
110 changes: 64 additions & 46 deletions cncf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@
#
foundation: CNCF

# Images (required)
#
# Urls of some images used in the landscape UI.
#
# images:
# favicon: <FAVICON_URL>
# footer_logo: <FOOTER_LOGO_URL>
# header_logo: <HEADER_LOGO_URL>
# open_graph: <OPEN_GRAPH_IMAGE_URL>
#
images:
favicon: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf-landscape/icon/color/cncf-landscape-icon-color.png"
footer_logo: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/white/cncf-white.svg"
header_logo: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf-landscape/horizontal/color/cncf-landscape-horizontal-color.svg"
open_graph: "https://landscape.cncf.io/images/social.jpg"

# Url (required)
#
# Url where the landscape will be hosted.
Expand All @@ -43,7 +27,7 @@ url: https://landscape.cncf.io
# analytics:
# gtm: # Google Tag Manager configuration
# container_id: <CONTAINER_ID> # Landscape web application container ID

#
analytics:
gtm: # Google Tag Manager configuration
container_id: GTM-WJJ7VKZ # Landscape web application container ID
Expand Down Expand Up @@ -140,6 +124,43 @@ featured_items:
- value: Platinum
- value: Gold

# Footer (optional)
#
# This section allows customizing some aspects of the footer.
#
# footer:
# links:
# facebook: <FACEBOOK_URL>
# flickr: <FLICKR_URL>
# github: <GITHUB_URL>
# homepage: <HOMEPAGE_URL>
# instagram: <INSTAGRAM_URL>
# linkedin: <LINKEDIN_URL>
# slack: <SLACK_URL>
# twitch: <TWITCH_URL>
# twitter: <TWITTER_URL>
# wechat: <WECHAT_URL>
# youtube: <YOUTUBE_URL>
# logo: <LOGO_URL> # Foundation logo featured on the footer
# text: <TEXT> # Copyright notice, for example
#
footer:
links:
facebook: "https://www.facebook.com/CloudNativeComputingFoundation/"
flickr: "https://www.flickr.com/photos/143247548@N03/albums"
github: "https://github.com/cncf"
homepage: "https://cncf.io"
instagram: "https://www.instagram.com/humans.of.cloudnative/"
linkedin: "https://www.linkedin.com/company/cloud-native-computing-foundation/"
slack: "https://slack.cncf.io/"
twitch: "https://www.twitch.tv/cloudnativefdn"
twitter: "https://twitter.com/cloudnativefdn"
wechat: "https://www.cncf.io/wechat/"
youtube: "https://www.youtube.com/c/cloudnativefdn"
logo: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/white/cncf-white.svg"
text: |
Copyright © 2024 The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage page](https://www.linuxfoundation.org/trademark-usage). Linux is a registered trademark of Linus Torvalds. [Privacy Policy](https://www.linuxfoundation.org/privacy) and [Terms of Use](https://www.linuxfoundation.org/terms). This website contains data received from Crunchbase. This data is not licensed pursuant to the Apache License. It is subject to Crunchbase's Data Access Terms, available at <https://data.crunchbase.com/docs/terms>, and is only permitted to be used with Linux Foundation landscape projects.
# Grid items size (optional)
#
# Defines the preferred size of the landscape items in the grid mode. When the
Expand Down Expand Up @@ -188,6 +209,32 @@ groups:
categories:
- Wasm

# Header (optional)
#
# This section allows customizing some aspects of the header.
#
# header:
# links:
# github: <GITHUB_URL>
# logo: <LOGO_URL> # Foundation logo featured on the header
#
header:
links:
github: "https://github.com/cncf/landscape"
logo: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf-landscape/horizontal/color/cncf-landscape-horizontal-color.svg"

# Images (optional)
#
# Urls of some images used in the landscape UI.
#
# images:
# favicon: <FAVICON_URL>
# open_graph: <OPEN_GRAPH_IMAGE_URL>
#
images:
favicon: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf-landscape/icon/color/cncf-landscape-icon-color.png"
open_graph: "https://landscape.cncf.io/images/social.jpg"

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand All @@ -208,35 +255,6 @@ members_category: CNCF Members
#
screenshot_width: 3000

# Social networks urls (optional)
#
# List of social networks urls that will be used to create some links in the
# landscape web application.
#
# social_networks:
# facebook: <FACEBOOK_URL>
# flickr: <FLICKR_URL>
# github: <GITHUB_URL>
# instagram: <INSTAGRAM_URL>
# linkedin: <LINKEDIN_URL>
# slack: <SLACK_URL>
# twitch: <TWITCH_URL>
# twitter: <TWITTER_URL>
# wechat: <WECHAT_URL>
# youtube: <YOUTUBE_URL>
#
social_networks:
facebook: "https://www.facebook.com/CloudNativeComputingFoundation/"
flickr: "https://www.flickr.com/photos/143247548@N03/albums"
github: "https://github.com/cncf"
instagram: "https://www.instagram.com/humans.of.cloudnative/"
linkedin: "https://www.linkedin.com/company/cloud-native-computing-foundation/"
slack: "https://slack.cncf.io/"
twitch: "https://www.twitch.tv/cloudnativefdn"
twitter: "https://twitter.com/cloudnativefdn"
wechat: "https://www.cncf.io/wechat/"
youtube: "https://www.youtube.com/c/cloudnativefdn"

# TAGs (optional)
#
# Projects items can specify which TAG owns them in the `landscape.yml` file
Expand Down
Loading

0 comments on commit ea9caeb

Please sign in to comment.