diff --git a/public/img/partners/stickergreen.png b/public/img/partners/stickergreen.png new file mode 100644 index 0000000..667e275 Binary files /dev/null and b/public/img/partners/stickergreen.png differ diff --git a/src/data/sponsors.json b/src/data/sponsors.json index 5913adb..77a24e3 100644 --- a/src/data/sponsors.json +++ b/src/data/sponsors.json @@ -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": "AlpesJug est le groupe des utilisateurs Java de la région grenobloise, et à l'origine du Snowcamp.", "en": "AlpesJug 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": "StickerGreen est notre partenaire pour vous proposer les stickers du Snowcamp.", + "en": "AlpesJug is our partner for Snowcamp stickers." + } } ] } diff --git a/src/pages/slides-sponsors.astro b/src/pages/slides-sponsors.astro new file mode 100644 index 0000000..112b42a --- /dev/null +++ b/src/pages/slides-sponsors.astro @@ -0,0 +1,5 @@ +--- +import Redirect from '../layouts/Redirect.astro'; +import cfp from '../data/cfp.json'; +--- + \ No newline at end of file