Closed stephanj closed 1 year ago
We have a mockup for this webpage : https://github.com/voxxrin/voxxrin3/assets/603815/4ceafd19-ee65-4fc2-a1f8-0b8b19c7b253
@robinlopez would have to integrate it based on some crawling information, something like :
"infos": {
"description": "Depuis plus de 10 ans, la conférence Devoxx France propose pendant 3 jours de venir partager et écouter plus de 200 présentations, par 240 orateurs.\n\nLa conférence est accompagnée d’un salon/hall d’exposition avec 70 exposants.\n\nAvec plus de 3200 participants, orateurs et exposants en avril 2022 dernier, c’est l’un des événements les plus importants pour la communauté des développeurs, en France.\n\nDevoxx France est l’occasion de faire des rencontres, de venir découvrir les dernières technologies et de participer à un grand moment communautaire.",
"plans": [
{"title": "Devoxx France venue", "picture": "https://www.devoxx.fr/wp-content/uploads/2023/04/Plan-de-travail-1@4x-copie.png" }
],
"links": [
{ "icon": "website", "url": "https://www.devoxx.fr/" },
{ "icon": "twitter", "url": "https://twitter.com/DevoxxFR" },
{ "icon": "linkedin", "url": "https://www.linkedin.com/in/devoxxfrance/" },
{ "icon": "youtube", "url": "https://www.youtube.com/c/DevoxxFRvideos" },
{ "icon": "flickr", "url": "https://www.flickr.com/photos/147442451@N05/albums/with/72177720298500338" }
]
},
Keep in mind that Devoxx Belgium actually needs two venue images: exhibition floor + cinema rooms. This means that "plans" should hold a JSON array.
yep, that's the case in my proposal :-) (but not in the actual JSON Descriptor schema)
@fcamblor I've prepared the structure and styles for the info page.
Maybe the info page can be defined in the dedicated gist JSON file ?