Skip to content

Commit

Permalink
Add logos viewbox setting
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 Apr 16, 2024
1 parent 61f24d6 commit a2964c3
Show file tree
Hide file tree
Showing 15 changed files with 251 additions and 0 deletions.
16 changes: 16 additions & 0 deletions aswf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,22 @@ 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"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
15 changes: 15 additions & 0 deletions camara/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,21 @@ images:
favicon: "https://camaraproject.org/wp-content/uploads/sites/12/2022/10/network-iconpng.png"
open_graph: "https://camaraproject.org/wp-content/uploads/sites/12/2022/09/camara-logo-1.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
Expand Down
16 changes: 16 additions & 0 deletions cdf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,22 @@ 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"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
29 changes: 29 additions & 0 deletions cncf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,35 @@ 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"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#
logos_viewbox:
adjust: true
exclude:
- authing.svg
- calyptia.svg
- cloudlink.svg
- clusterpedia.svg
- docker-member.svg
- krustlet.svg
- kui.svg
- kusk.svg
- spiderpool.svg
- unryo.svg

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions dlt/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,22 @@ images:
favicon: "https://www.hyperledger.org/hubfs/hyperledgerfavicon.png"
open_graph: "https://www.hyperledger.org/hubfs/Hyperledger%20Foundation%20new%20look.jpeg#keepProtocol"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
15 changes: 15 additions & 0 deletions graphql/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,21 @@ images:
favicon: "https://raw.githubusercontent.com/graphql/graphql-landscape/main/images/favicon.png"
open_graph: "https://graphql.org/img/og-image.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
Expand Down
16 changes: 16 additions & 0 deletions lfai/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,22 @@ images:
favicon: "https://landscape.lfai.foundation/favicon.png"
open_graph: "https://landscape.lfai.foundation/favicon.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions lfenergy/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,22 @@ images:
favicon: "https://raw.githubusercontent.com/lf-energy/lfenergy-landscape/main/images/favicon.png"
open_graph: "https://raw.githubusercontent.com/lf-energy/lfenergy-landscape/main/images/favicon.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions lfnetworking/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,22 @@ images:
favicon: "https://raw.githubusercontent.com/lfnetworking/member_landscape/main/images/favicon.png"
open_graph: "https://raw.githubusercontent.com/lfnetworking/member_landscape/main/images/favicon.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions omp/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,22 @@ images:
favicon: "https://raw.githubusercontent.com/openmainframeproject/omp-landscape/main/images/favicon.png"
open_graph: "https://raw.githubusercontent.com/openmainframeproject/artwork/main/other/open-mainframe-project/horizontal/color/open-mainframe-project-horizontal-color.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions openssf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,22 @@ images:
favicon: "https://raw.githubusercontent.com/ossf/artwork/master/openssf/icon/color/openssf-icon-color.png"
open_graph: "https://raw.githubusercontent.com/ossf/artwork/master/openssf/horizontal/color/openssf-horizontal-color.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions ospo/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,22 @@ images:
favicon: "https://raw.githubusercontent.com/todogroup/ospolandscape/master/images/favicon.png"
open_graph: "https://raw.githubusercontent.com/todogroup/ospolandscape/master/images/favicon.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions presto/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,22 @@ images:
favicon: "https://raw.githubusercontent.com/prestodb/presto-landscape/master/images/favicon.png"
open_graph: "https://prestodb.io/static/presto-og.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions riscv/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,22 @@ images:
favicon: "https://raw.githubusercontent.com/riscv-admin/riscv-landscape/main/images/favicon.png"
open_graph: "https://raw.githubusercontent.com/riscv-admin/riscv-landscape/main/images/social.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down
16 changes: 16 additions & 0 deletions spdx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,22 @@ images:
favicon: "https://spdx.dev/wp-content/uploads/sites/31/2023/08/favicon-150x150.png"
open_graph: "https://spdx.dev/wp-content/uploads/sites/31/2023/08/favicon.png"

# Logos viewbox (optional)
#
# In order to display the logos as large as possible in the landscape, during
# the build process we try to update their viewbox if `adjust` is set to true
# (by default it is when this setting is not provided). However, sometimes this
# does not help and logos may not be displayed correctly. In those cases, it is
# possible to exclude some of them from being adjusted by adding the logo(s)
# file name to the `exclude` list.
#
# logos_viewbox:
# adjust: true
# exclude:
# - logo1.svg
# - logo2.svg
#

# Name of the members category (optional)
#
# Landscapes usually have a special category dedicated to the members of the
Expand Down

0 comments on commit a2964c3

Please sign in to comment.