Skip to content

Commit

Permalink
Content(sponsors): add new sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Aug 29, 2024
1 parent 62baa52 commit 6bfd746
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
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.
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"
}
}
]

0 comments on commit 6bfd746

Please sign in to comment.