Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and remove from the sponsor.ts #62

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.