Skip to content

Commit

Permalink
Merge pull request #62 from aclark801/main
Browse files Browse the repository at this point in the history
Add and remove from the sponsor.ts
  • Loading branch information
dirkmueller authored Jan 31, 2025
2 parents 4b8cdbb + c323449 commit 9d9e062
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 37 deletions.
65 changes: 28 additions & 37 deletions db/sponsored.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ export const sponsored = [
documentationURL: '#',
img: 'cncf-color.svg',
},
{
isEnable: true,
description: 'Advancing Open Source Safety-Critical Systems',
tag: 'Edge',
name: 'ELISA',
repositoryURL: 'https://elisa.tech/ ',
documentationURL: '',
img: 'logo_elisa.png',
},
{
isEnable: true,
tag: 'Edge',
Expand All @@ -33,16 +24,7 @@ export const sponsored = [
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: 'cc_consortium_color.svg',
},
{
isEnable: true,
tag: 'Edge',
name: 'SOAFEE',
description: 'Delivering a cloud-native architecture for mixed-criticality automotive applications.',
repositoryURL: 'https://soafee.io/ ',
documentationURL: '',
img: 'soafee.svg',
img: 'cc_consortium-color.svg',
},
{
isEnable: true,
Expand Down Expand Up @@ -71,15 +53,6 @@ export const sponsored = [
documentationURL: '',
img: 'Gaia-X_Logo_svg_resized_1.svg',
},
{
isEnable: true,
tag: 'Umbrella',
name: 'margo',
description: 'Margo',
repositoryURL: 'https://margo.org',
documentationURL: '',
img: 'margo_secondary_black.svg',
},
{
isEnable: true,
tag: 'Infrastructure',
Expand All @@ -98,15 +71,6 @@ export const sponsored = [
documentationURL: '',
img: 'kde-logo.png',
},
{
isEnable: true,
tag: 'Edge',
name: 'Nephio',
description: 'Cloud Native Network Automation',
repositoryURL: 'https://nephio.org/',
documentationURL: '',
img: 'Nephio_logo_colorblack_horizontal.svg',
},
{
isEnable: true,
tag: 'Infrastructure',
Expand Down Expand Up @@ -197,4 +161,31 @@ export const sponsored = [
documentationURL: '',
img: 'uefi_logo_red_web.png',
},
{
isEnable: true,
tag: 'Infrastructure',
name: 'Zero Outage',
description: ' Standardization of the quality of IT platforms, people, processes and security throughout the whole life cycle ',
repositoryURL: 'https://zero-outage.com/',
documentationURL: '',
img: 'zero-outage-logo.jpg',
},
{
isEnable: true,
tag: 'Infrastructure',
name: 'OpenForum Europe',
description: 'Explains the merits of openness in computing to policy makers and communities across Europe.',
repositoryURL: 'https://openforumeurope.org/',
documentationURL: '',
img: 'logo-ofe.svg',
},
{
isEnable: true,
tag: 'Edge',
name: 'Margo',
description: 'Defines mechanisms for interoperation between edge applications, devices, and orchestration software.',
repositoryURL: 'https://margo.org/',
documentationURL: '',
img: 'margo_secondary_black.svg',
},
]
29 changes: 29 additions & 0 deletions public/logos/logo-ofe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/zero-outage-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d9e062

Please sign in to comment.