Skip to content

Commit

Permalink
fix: 🐛 updated partners section
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRohan committed Feb 3, 2025
1 parent 85bbbce commit 81e8d49
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 0 deletions.
Binary file added public/images/Agentathon/partners/aws.png
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/images/Agentathon/partners/cyber-fund.png
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/images/Agentathon/partners/kite-ai.png
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/images/Agentathon/partners/sei.png
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/images/Agentathon/partners/stakekit.png
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/images/Agentathon/partners/venice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions src/content/agentathon.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,79 @@
"href": "https://www.litprotocol.com/"
}
]
},

{
"image": {
"src": "/images/Agentathon/partners/aws.png",
"alt": "AWS"
},
"title": "AWS",
"buttons": [
{
"href": "https://aws.amazon.com/web3/"
}
]
},
{
"image": {
"src": "/images/Agentathon/partners/cyber-fund.png",
"alt": "Cyber.Fund"
},
"title": "Cyber.Fund",
"buttons": [
{
"href": "https://cyber.fund"
}
]
},
{
"image": {
"src": "/images/Agentathon/partners/kite-ai.png",
"alt": "Kite AI"
},
"title": "Kite AI",
"buttons": [
{
"href": "https://gokite.ai/"
}
]
},
{
"image": {
"src": "/images/Agentathon/partners/sei.png",
"alt": "SEI"
},
"title": "SEI",
"buttons": [
{
"href": "https://sei.io"
}
]
},
{
"image": {
"src": "/images/Agentathon/partners/stakekit.png",
"alt": "Stakekit"
},
"title": "Stakekit",
"buttons": [
{
"href": "https://www.stakek.it/"
}
]
},
{
"image": {
"src": "/images/Agentathon/partners/venice.png",
"alt": "Venice.ai"
},
"title": "Venice.ai",
"buttons": [
{
"href": "https://venice.ai/home"
}
]
}
]
},
Expand Down

0 comments on commit 81e8d49

Please sign in to comment.