Skip to content

Commit

Permalink
Merge pull request #57 from aclark801/main
Browse files Browse the repository at this point in the history
Update to show new memberships in the "Proudly Sponsoring" section of the opensource.suse.com page
  • Loading branch information
dirkmueller authored Jun 28, 2024
2 parents f729c41 + 0e95c4e commit 2dd3f53
Show file tree
Hide file tree
Showing 5 changed files with 510 additions and 32 deletions.
55 changes: 23 additions & 32 deletions db/sponsored.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ export const sponsored = [
},
{
isEnable: true,
tag: 'Edge',
name: 'Eclipse SDV',
description: 'An open technology plaform for the Software Defined Vehicle of the future.',
repositoryURL: 'https://sdv.eclipse.org/',
tag: 'Infrastructure',
name: 'Confidential Computing',
description: 'Data protection and trust with a strong commitment to preserving data integrity from core to cloud to edge',
repositoryURL: 'https://confidentialcomputing.io/',
documentationURL: '',
img: 'eclipse-foundation-logo-white.svg',
img: 'cc_consortium_color.svg',
},
{
isEnable: true,
Expand All @@ -46,12 +46,12 @@ export const sponsored = [
},
{
isEnable: true,
tag: 'Finance',
name: 'FINOS',
description: 'Open source solutions for financial services',
repositoryURL: 'https://www.finos.org/',
tag: 'Umbrella',
name: 'Linux Foundation Europe',
description: 'Trusted hub to develop, manage, and scale open technology projects globally',
repositoryURL: 'https://linuxfoundation.eu/',
documentationURL: '',
img: 'finos-logo.png',
img: 'LF_Logo_White.svg',
},
{
isEnable: true,
Expand Down Expand Up @@ -119,20 +119,20 @@ export const sponsored = [
{
isEnable: true,
tag: 'Infrastructure',
name: 'OpenACC',
description: 'An open collection of standards and information to expose the benefits of non-volatile memory',
repositoryURL: 'https://www.openacc.org/',
name: 'OpenELA',
description: 'Providing a secure, transparent, and reliable Enterprise Linux source',
repositoryURL: 'https://www.OpenELA.org/',
documentationURL: '',
img: 'openacc_logo.svg',
img: 'OpenELA_logo.png',
},
{
isEnable: true,
tag: 'Infrastructure',
name: 'openHPC',
description: 'Programming standard for parallel computing',
repositoryURL: 'https://openhpc.community/',
tag: 'Edge',
name: 'Sylva',
description: 'A cloud software framework tailored for telco and edge requirements',
repositoryURL: 'https://sylvaproject.org/',
documentationURL: '',
img: 'HPC3.png',
img: 'sylva-logo-color.svg',
},
{
isEnable: true,
Expand Down Expand Up @@ -182,11 +182,11 @@ export const sponsored = [
{
isEnable: true,
tag: 'Infrastructure',
name: 'RISC-V',
description: 'An open standard collaboration for an open ISA',
repositoryURL: 'https://riscv.org/',
name: 'The Open Group O-PAS Forum',
description: ' an open, interoperable, and secure architecture for industrial process automation systems,',
repositoryURL: 'https://www.opengroup.org/forum/open-process-automation-forum',
documentationURL: '',
img: 'riscv-color.svg',
img: 'ogforum-opas.png',
},
{
isEnable: true,
Expand All @@ -197,13 +197,4 @@ export const sponsored = [
documentationURL: '',
img: 'uefi_logo_red_web.png',
},
{
isEnable: true,
tag: 'Infrastructure',
name: 'Zero Outage',
description: 'Defining an industry standard for IT quality',
repositoryURL: 'https://zero-outage.com/',
documentationURL: '',
img: 'ZOIS-logo.png',
},
]
Binary file added public/logos/OpenELA_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2dd3f53

Please sign in to comment.