Skip to content

Commit

Permalink
Merge pull request #32 from sliit-foss/feat/add-new-sponsors
Browse files Browse the repository at this point in the history
Add sponsors and knowledge partners
  • Loading branch information
ThulinaWickramasinghe authored Aug 29, 2024
2 parents 62baa52 + aa8de52 commit bd1ea6a
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 63 deletions.
1 change: 0 additions & 1 deletion apps/2024/public/assets/images/sponsors/github.svg

This file was deleted.

Binary file added apps/2024/public/assets/images/sponsors/ifs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions apps/2024/public/assets/images/sponsors/perituza.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion apps/2024/src/components/landing/knowledge-partners/data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { IFS } from '@/icons';

export const partners = [
{
name: 'IFS',
logo: ''
logo: IFS
},
{
name: '',
Expand Down
30 changes: 20 additions & 10 deletions apps/2024/src/components/landing/sponsors/data.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,42 @@
[
{
"name": "Perituza",
"logo": "./assets/images/sponsors/perituza.svg",
"logo": "./assets/images/sponsors/perituza.png",
"category": "Title",
"link": "https://perituza.com/",
"styles": {
"logo": "w-9/12 p-0.5 xs:p-1.5 lg:p-2 2xl:p-[11px] lg:-translate-y-1 2xl:-translate-y-[5px]",
"wrapper": "from-black/50 to-cyan-600"
},
"link": "https://perituza.com/"
}
},
{
"name": "Qlub",
"logo": "./assets/images/sponsors/qlub.svg",
"category": "Gold",
"link": "https://qlub.io/en/",
"styles": {
"logo": "w-8/12 p-0.5 xs:p-1.5 lg:p-2 2xl:p-[11px] lg:-translate-y-1 2xl:-translate-y-[5px]",
"wrapper": "from-black/50 to-yellow-400"
},
"link": "https://qlub.io/en/"
}
},
{
"name": "Tetranyde",
"logo": "",
"link": "https://www.tetranyde.com/"
"logo": "./assets/images/sponsors/tetranyde.png",
"category": "Gold",
"link": "https://www.tetranyde.com/",
"styles": {
"logo": "w-full p-0.5 xs:p-1.5 lg:p-2 2xl:p-[11px] lg:-translate-y-1.5 2xl:-translate-y-[5px]",
"wrapper": "from-black/50 to-yellow-400"
}
},
{
"name": "Sponsor 4",
"logo": "",
"link": ""
"name": "Wonderae",
"logo": "./assets/images/sponsors/wonderae.png",
"link": "https://wonderae.com/",
"category": "Bronze",
"styles": {
"logo": "w-full p-0.5 xs:p-1.5 lg:p-2 2xl:p-[11px] lg:-translate-y-1 2xl:-translate-y-[5px]",
"wrapper": "from-black/30 to-red-200"
}
}
]
5 changes: 0 additions & 5 deletions apps/2024/src/icons/ghsl.jsx

This file was deleted.

3 changes: 3 additions & 0 deletions apps/2024/src/icons/ifs.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function IFS({ className, ...props }) {
return <img src="/assets/images/sponsors/ifs.png" alt="IFS logo" className={className} {...props} />;
}
3 changes: 1 addition & 2 deletions apps/2024/src/icons/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ export { default as Bashaway } from './bashaway';
export { default as FOSS } from './foss';
export { default as Times } from './times';
export { default as Link } from './link';
export { default as K8SL } from './k8sl';
export { default as GHSL } from './ghsl';
export { default as IFS } from './ifs';
35 changes: 0 additions & 35 deletions apps/2024/src/icons/k8sl.jsx

This file was deleted.

0 comments on commit bd1ea6a

Please sign in to comment.