Skip to content

Commit

Permalink
Merge pull request #37 from snowcamp/mba
Browse files Browse the repository at this point in the history
add stickergreen partnair
  • Loading branch information
barmic authored Jan 9, 2025
2 parents e843259 + 990e39d commit c4822e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
Binary file added public/img/partners/stickergreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions src/data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,25 @@
"name": "AlpesJUG",
"logo": "img/partners/alpesjug.png",
"url": {
"fr": "http://alpesjug.fr/",
"en": "http://alpesjug.fr/"
"fr": "https://www.alpesjug.fr/",
"en": "https://www.alpesjug.fr/"
},
"description": {
"fr": "<b>AlpesJug</b> est le groupe des utilisateurs Java de la région grenobloise, et à l'origine du Snowcamp.",
"en": "<b>AlpesJug</b> is the Java User Group of the Grenoble area, and the initiator of the Snowcamp conference."
}
},
{
"name": "StickerGreen",
"logo": "img/partners/stickergreen.png",
"url": {
"fr": "https://stickergreen.com/",
"en": "https://stickergreen.com/"
},
"description": {
"fr": "<b>StickerGreen</b> est notre partenaire pour vous proposer les stickers du Snowcamp.",
"en": "<b>AlpesJug</b> is our partner for Snowcamp stickers."
}
}
]
}
5 changes: 5 additions & 0 deletions src/pages/slides-sponsors.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
import Redirect from '../layouts/Redirect.astro';
import cfp from '../data/cfp.json';
---
<Redirect target="https://drive.google.com/drive/folders/1srAvPWH0V-oKSEPLK3x8YDoXyafJCfts?usp=sharing"></Redirect>

0 comments on commit c4822e8

Please sign in to comment.