{"id":1178,"date":"2024-07-25T12:18:16","date_gmt":"2024-07-25T10:18:16","guid":{"rendered":"https:\/\/vixylive.com\/nl\/?post_type=clients&#038;p=1178"},"modified":"2024-08-09T15:30:20","modified_gmt":"2024-08-09T13:30:20","slug":"ing-global-hackathon-2024","status":"publish","type":"clients","link":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/","title":{"rendered":"ING Global Hackathon 2024"},"content":{"rendered":"<section id=section-block-block_1f2cf6f754b3c0c7b8d7344468a440b7 class=\"section video_block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block video-block\"><div class=\"inner-wrapper\"><div itemprop=\"text\" class=\"html-wrapper\"><div style=\"padding-bottom: 56.25%; position: relative;\">\r\n    <div id=\"kaltura_player_1697013397\" style=\"position:absolute; width:100%; height:100%\"><iframe\r\n            id=\"kaltura_player_1697013397\"\r\n            src=\"https:\/\/platform.vixyvideo.com\/p\/644\/sp\/64400\/embedIframeJs\/uiconf_id\/23460904\/partner_id\/644?iframeembed=true&#038;playerId=kaltura_player_1697013397&#038;entry_id=0_x7agn0w4\"\r\n            width=\"100%\" height=\"100%\" allowfullscreen webkitallowfullscreen mozAllowFullScreen\r\n            allow=\"autoplay *; fullscreen *; encrypted-media *\" frameborder=\"0\">\r\n        <\/iframe><\/div>\r\n<\/div> <\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block_1ab495f282d74c3993cb91affda02b9f class=\"section slider_block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block slider-block\">\n                        <script type=\"text\/javascript\">\n\n                            (function($){\n\n                                $( document ).ready(function() {\n\n                                    \/\/\n                                    \/\/   Variables\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    \/\/ Play with this value to change the speed\n                                    let tickerSpeed = 0.4;\n\n                                    let flickity = null;\n                                    let flickity2 = null;\n                                    \n                                    let isPaused = false;\n\n                                    const slideshowEl = document.querySelector('#slider-img-wrapper-1-block_1ab495f282d74c3993cb91affda02b9f');\n                                    const slideshowEl2 = document.querySelector('#slider-img-wrapper-2-block_1ab495f282d74c3993cb91affda02b9f');\n\n                                    \/\/\n                                    \/\/   Functions\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    const update = () => {\n                                        if (isPaused) return;\n                                            if (flickity.slides) {\n                                                flickity.x = (flickity.x + tickerSpeed) % flickity.slideableWidth;\n                                                flickity.selectedIndex = flickity.dragEndRestingSelect();\n                                                flickity.updateSelectedSlide();\n                                                flickity.settle(flickity.x);\n                                            }\n\n                                            if (flickity2.slides) {\n                                                flickity2.x = (flickity2.x - tickerSpeed) % flickity2.slideableWidth;\n                                                flickity2.selectedIndex = flickity2.dragEndRestingSelect();\n                                                flickity2.updateSelectedSlide();\n                                                flickity2.settle(flickity2.x);\n                                            }\n\n                                            window.requestAnimationFrame(update);\n                                        };\n\n                                        const pause = () => {\n                                            isPaused = true;\n                                        };\n\n                                        const play = () => {\n                                        if (isPaused) {\n                                            isPaused = false;\n                                            window.requestAnimationFrame(update);\n                                        }\n                                    };\n\n                                    \/\/\n                                    \/\/   Create Flickity\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    flickity = new Flickity(slideshowEl, {\n                                        autoPlay: false,\n                                        prevNextButtons: false,\n                                        pageDots: false,\n                                        draggable: true,\n                                        wrapAround: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        selectedAttraction: 0.015,\n                                        friction: 0.25\n                                    });\n\n                                    flickity.x = 0;\n\n                                    flickity2 = new Flickity(slideshowEl2, {\n                                        autoPlay: false,\n                                        prevNextButtons: false,\n                                        pageDots: false,\n                                        draggable: true,\n                                        wrapAround: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        selectedAttraction: 0.015,\n                                        friction: 0.25\n                                    });\n\n                                    flickity2.x = 0;\n\n                                    \/\/\n                                    \/\/   Add Event Listeners\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    \/\/ slideshowEl.addEventListener('mouseenter', pause, false);\n                                    \/\/ slideshowEl.addEventListener('focusin', pause, false);\n                                    \/\/ slideshowEl.addEventListener('mouseleave', play, false);\n                                    \/\/ slideshowEl.addEventListener('focusout', play, false);\n\n                                    \/\/ flickity.on('dragStart', () => {\n                                    \/\/     isPaused = true;\n                                    \/\/ });\n\n                                    \/\/ \/\/Slider 2\n                                    \/\/ slideshowEl2.addEventListener('mouseenter', pause, false);\n                                    \/\/ slideshowEl2.addEventListener('focusin', pause, false);\n                                    \/\/ slideshowEl2.addEventListener('mouseleave', play, false);\n                                    \/\/ slideshowEl2.addEventListener('focusout', play, false);\n\n                                    \/\/ flickity2.on('dragStart', () => {\n                                    \/\/     isPaused = true;\n                                    \/\/ });\n\n                                    \/\/\n                                    \/\/   Start Ticker\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    update();\n                                  \n                                });\n\n                            })(jQuery);\n\n                        <\/script>\n\n                    <div class=\"title-wrapper\"><H2 class=\"block-title\">Live event impressie<\/H2><\/div><div class=\"inner-wrapper\"><div id=\"slider-img-wrapper-1-block_1ab495f282d74c3993cb91affda02b9f\" class=\"images-collection-wrapper slider-1\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"hackathon_hackers 1\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-1-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"hackathon_hackers 1\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-1-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_dancer-2-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_dancer-2-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-2-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-2-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_naranja-2-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_naranja-2-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_sleeper-1-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_sleeper-1-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-6-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-6-1200x675.jpeg\"><\/figure><\/div><div id=\"slider-img-wrapper-2-block_1ab495f282d74c3993cb91affda02b9f\" class=\"images-collection-wrapper slider-2\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_dancer-1-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_dancer-1-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-3-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-3-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-5-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-5-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_sleeper-2-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_sleeper-2-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-8-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-8-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_band-1-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_band-1-1200x675.jpeg\"><\/figure><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_dc0d2460f4464a1cb2c6ebf41a038b4c class=\"section block_content\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H3 class=\"block-title\">Wat is de ING Global Hackathon 2024?<\/H3><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>De ING Hackathon wordt jaarlijks georganiseerd voor alle IT-specialisten van ING wereldwijd. Het doel? Alle kennis van haar IT\u2019ers samenbrengen om gezamenlijk tot de beste IT-oplossingen te komen. Hoe ING dat bereikt? Door betrokkenheid te cre\u00ebren en hen te motiveren om buiten de gebaande paden te denken. De kenmerkende tijdsdruk van een hackathon stimuleert de creativiteit en vindingrijkheid van hackers. Door letterlijk en figuurlijk verbinding te cre\u00ebren die ver over de landsgrenzen heen ging, daagde ING haar IT\u2019ers op 13 maart 2024 uit, met vele baanbrekende oplossingen tot gevolg.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_ae108b43974be461b572f6a31989b5c0  data-bg-variation=\"dark-green\" data-image-layout-variation=\"break-out-pattern\" class=\"section block_content_and_image_left contains-bg-color\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">De uitdaging: 2581 hackers, 17 landen, 1 doel<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>De ambities waren groot, de tijd beperkt. Tijd was dan ook de uitdagendste factor bij de ING Hackathon 2024. Niet alleen vanwege de korte voorbereidingstijd van XX maanden, ook vanwege een intensief programma dat gevuld moest worden. Want een 24-uur lange hackathon vraagt om meer dan alleen goede satellietverbindingen en volledig ingerichte werkplekken voor alle hackers. Slaapruimtes voor rust, ontspanningsmogelijkheden ter afleiding en talloze vormen van entertainment om energiek te blijven, en dat allemaal tot op de minuut nauwkeurig ingepland. Een uitdaging waar VIXY\u2019s team zich enthousiast in vastbeet!<\/p>\n<\/div><\/div><\/div><div class=\"block image-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"hackathon_hackers 1\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-1-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"hackathon_hackers 1\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-1-1200x675.jpeg\"><\/figure><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block_50aecb5e1d63df41b5d787b21ea47d03  data-image-layout-variation=\"break-out-pattern\" class=\"section block_image_and_content_left\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block image-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"hackathon_crane\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_crane-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"hackathon_crane\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_crane-1200x675.jpeg\"><\/figure><\/div><\/div><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">De oplossing: inhoud, competitie en fun<\/H2><\/div><div itemprop=\"description\" class=\"content-wrapper\"><p>Er is een inhoudelijk sterk programma opgezet, waarbij creativiteit en competitie gecombineerd werden met het nodige vermaak. Verdeeld in honderden teams bogen de hackers zich over ING\u2019s vraagstukken, waarna een jury de voorgestelde oplossingen beoordeelde. Dit competitieve element zorgde ervoor dat het in de Sugar Factory in Halfweg \u2013 het hoofdkwartier van de hackathon \u2013 en ver daarbuiten gonsde van de energie. Razende reporters brachten tussendoor verslag uit van het event op de verschillende locaties, deelnemers ontmoetten elkaar tijdens virtuele borrels, en fitnessinstructeurs en 5-minuten stretches zorgden ervoor dat de hackers scherp bleven.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_6ee30d2df3070ef1dd02a3d466143b4b  data-bg-variation=\"dark-green\" data-image-layout-variation=\"break-out-pattern\" class=\"section block_content_and_image_left contains-bg-color\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">Het resultaat: een vlekkeloze uitvoering<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>Dankzij de nauwe samenwerking tussen ING, VIXY en haar vaste partners die ook inhoudelijk meedachten, is het gelukt om een programma samen te stellen dat vlekkeloos verliep: 2581 hackers in 17 verschillende landen waren 24 uur lang via een livestream met elkaar verbonden \u00e9n kwamen tot verrassende IT-oplossingen. Missie geslaagd!<\/p>\n<\/div><\/div><\/div><div class=\"block image-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"hackathon_full crew\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_full-crew-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"hackathon_full crew\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_full-crew-1200x675.jpeg\"><\/figure><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_ee4689363b28118c6aaff692d4e77d5d class=\"section block_content\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">ING over VIXY Live<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>\u201cVIXY heeft ons geholpen om een globaal idee om te zetten in een concreet concept. Het verhaal klopte tot in de kleinste details, van inhoud en sprekers tot faciliteiten en entertainment. Daarmee hebben we impact gemaakt.\u201d<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block_0800b78b7ad6a8110aedac7fc8c712df  data-image-layout-variation=\"break-out-pattern\" class=\"section block_image_and_content_left\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block image-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"hackathon_boh\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_boh-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"hackathon_boh\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_boh-1200x675.jpeg\"><\/figure><\/div><\/div><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">De rol van VIXY<\/H2><\/div><div itemprop=\"description\" class=\"content-wrapper\"><p>Voor de ING Global Hackathon 2024 werkte VIXY Live samen met haar belangrijkste partners om uitgebreide ondersteuning te bieden die verder ging dan alleen technische aspecten. Samen faciliteerden we de logistiek op locatie, ontwikkelden we een dynamisch programma, en verzorgden we de creatieve richting en productie voor zowel het live-evenement als de livestream-uitzending.<\/p>\n<p>Redacteuren cre\u00eberden ter plaatse content, sprekers kregen grondige briefings, en er werd een gespecialiseerde toolkit samengesteld voor de rondreizende verslaggevers. Nauwkeurige co\u00f6rdinatie onder de technici zorgde voor een vlekkeloze uitvoering van verlichting, geluid en connectiviteit op alle wereldwijde locaties. Door vanaf een vroeg stadium betrokken te zijn bij het planningsproces, wisten we een uniek concept neer te zetten \u00e9n uit te voeren.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_2f766e67c5d9b20254c62b947af4a857 class=\"section featured-clients-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"background-elem\" style=\"background-image:url(https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/pexels-nino-souza-1870438-scaled.jpg)\"><div class=\"container\"><\/div><\/div><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block featured-clients-block collection-overview-block\">\n                        <script type=\"text\/javascript\">\n\n                            (function($){\n\n                                $( document ).ready(function() {\n\n                                    $( '#section-block-block_2f766e67c5d9b20254c62b947af4a857 .collection-wrapper' ).flickity({\n                                        cellAlign: 'left',\n                                        \/\/ contain: true,\n                                        groupCells: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        pageDots: false\n                                    });\n                                  \n                                });\n\n                            })(jQuery);\n\n                        <\/script>\n\n                    <div class=\"inner-content\"><div class=\"title-wrapper\"><H2 class=\"block-title\">Trots onze klanten online te helpen excelleren<\/H2><\/div><div class=\"query-overview-button-wrapper\"><a  title=\"Naar client cases\" href=\"https:\/\/vixylive.com\/nl\/klanten\/\" class=\"button white\">Naar client cases<\/a><\/div><\/div><div class=\"collection-wrapper\" itemscope itemtype=\"https:\/\/schema.org\/Collection\"><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"Virtual Live event ASML\" srcset=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-800x450.jpg 800w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-300x169.jpg 300w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-1024x576.jpg 1024w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-768x432.jpg 768w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-1536x864.jpg 1536w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-1440x810.jpg 1440w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">ASML<\/h2><div class=\"part-desc\">Toen COVID-19 dreigde onze jaarlijkse Technologieconferentie stil te leggen, hebben we het..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/JBL-red-bull-dive-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/JBL-red-bull-dive-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"camera JBL Redbull\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">Harman &#8211; Explore 2022<\/h2><div class=\"part-desc\">Harman organiseerde een meerdaags hybride evenement voor de pers en distributeurs om inzicht te..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ING-Orange-Live-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ING-Orange-Live-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"Live broadcasting ING\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">ING Orange Live<\/h2><div class=\"part-desc\">ING Orange live gaat over thema&#8217;s die invloed hebben op jou en jouw wereldwijde bedrijf. Haal..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"live event production vixy live\" srcset=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-800x450.jpg 800w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-1440x810.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">Philips Hue Signify<\/h2><div class=\"part-desc\">Elk jaar organiseert Signify een evenement voor de pers om hun nieuwe producten en nieuwe..<\/div><\/div><\/article><meta content=\"11\/09\/2023\" itemprop=\"datePublished\"><meta content=\"01\/10\/2024\" itemprop=\"dateModified\"><meta content=\"sara\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"768\" height=\"379\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"Live event Ocean cleanup\" srcset=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4.jpg 768w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4-300x148.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">The Ocean Cleanup<\/h2><div class=\"part-desc\">Tijdens dit evenement lanceerde The Ocean Cleanup het eerste product gemaakt van plastic dat..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_a240c0db45d779290017bff6bfa387a6 class=\"section content_and_form contains-bg-color\" data-bg-variation=\"black\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">Lets talk about your next project!<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>Neem vrijblijvend contact met ons op om de mogelijkheden voor jouw volgende live-event te bespreken.<\/p>\n<\/div><\/div><\/div><div class=\"block form-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_7' ><div id='gf_7' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; geeft vereiste velden aan<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_7' id='gform_7'  action='\/nl\/wp-json\/wp\/v2\/clients\/1178#gf_7' data-formid='7' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_7' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_7_1\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_1'>Voor- en achternaam<\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_7_1' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_7_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_3'>Werk e-mailadres<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_7_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_7_9\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_9'>Telefoonnummer<\/label><div class='ginput_container ginput_container_number'><input name='input_9' id='input_7_9' type='number' step='any'   value='' class='large'      aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_7_10\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_10'>Waar kunnen we je mee helpen?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_10' id='input_7_10' class='textarea small'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_7_7\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Privacy statement<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_7_7'><div class='gchoice gchoice_7_7_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_7.1' type='checkbox'  value='true'  id='choice_7_7_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_7_7_1' id='label_7_7_1' class='gform-field-label gform-field-label--type-inline'>Ik ga akkoord met de <a href=\"https:\/\/vixylive.com\/nl\/voorwaarden\/\">voorwaarden<\/a><\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button type=\"submit\" id=\"gform_submit_button_7\" class=\"gform_button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"submit\">Verzenden<\/button> <input type='hidden' name='gform_ajax' value='form_id=7&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=e4b7fbd98d41db636269d776e7b542a4' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_7' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_7' id='gform_theme_7' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_7' id='gform_style_settings_7' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_7' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='7' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='scyyI1x8KDj7G6kf4KcAYxxoVPGxGwxgkXIcDt2zfh\/Q72Ed1F9v0JDCPUhlv6HHw8fYesUIf0DmLvfmH7c7gubv\/B6ZDks3p6ivq9ok+gaWVJ0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_7' value='WyJ7XCI3LjFcIjpcIjNjN2YyYWU4ZWYyMTVjYTdkNjJmMzg0MzcxMmE0MmQ3XCJ9IiwiNmFjNzMxZDJmMzE4OWJlNTU5ZTJjMWQwYjk3ZDU3NjAiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_7' id='gform_target_page_number_7' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_7' id='gform_source_page_number_7' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_7' id='gform_ajax_frame_7' title='Dit iframe bevat de vereiste logica om Ajax aangedreven Gravity Forms te verwerken.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 7, 'https:\/\/vixylive.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_7').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_7');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_7').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_7').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_7').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_7').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_7').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_7').val();gformInitSpinner( 7, 'https:\/\/vixylive.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [7, current_page]);window['gf_submitting_7'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_7').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_7').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [7]);window['gf_submitting_7'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_7').text());}else{jQuery('#gform_7').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"7\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_7\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_7\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_7\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 7, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div><\/div><\/div><\/div><\/section>","protected":false},"excerpt":{"rendered":"<p>Door letterlijk en figuurlijk verbinding te cre\u00ebren die ver over de landsgrenzen heen ging, daagde ING 2581 hackers in 17 verschillende landen uit, met vele baanbrekende IT-oplossingen tot gevolg. Missie geslaagd!<\/p>\n","protected":false},"featured_media":1171,"template":"","meta":{"_acf_changed":false,"editor_notices":[]},"case-category":[12],"class_list":["post-1178","clients","type-clients","status-publish","has-post-thumbnail","hentry","case-category-interne-communicatie"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ING Global Hackathon 2024 - VIXY Live<\/title>\n<meta name=\"description\" content=\"Discover VIXY Live\u2019s innovative hackathon solutions. Contact us to explore our creative ideas and make your event unforgettable.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ING Global Hackathon 2024 - VIXY Live\" \/>\n<meta property=\"og:description\" content=\"Discover VIXY Live\u2019s innovative hackathon solutions. Contact us to explore our creative ideas and make your event unforgettable.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/\" \/>\n<meta property=\"og:site_name\" content=\"VIXY Live\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-09T13:30:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/\",\"url\":\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/\",\"name\":\"ING Global Hackathon 2024 - VIXY Live\",\"isPartOf\":{\"@id\":\"https:\/\/vixylive.com\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg\",\"datePublished\":\"2024-07-25T10:18:16+00:00\",\"dateModified\":\"2024-08-09T13:30:20+00:00\",\"description\":\"Discover VIXY Live\u2019s innovative hackathon solutions. Contact us to explore our creative ideas and make your event unforgettable.\",\"breadcrumb\":{\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#primaryimage\",\"url\":\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg\",\"contentUrl\":\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg\",\"width\":2560,\"height\":1600,\"caption\":\"Screenshot\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vixylive.com\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ING Global Hackathon 2024\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vixylive.com\/nl\/#website\",\"url\":\"https:\/\/vixylive.com\/nl\/\",\"name\":\"VIXY Live\",\"description\":\"Webinars, Hybride Live Events en In-House Studio&#039;s\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vixylive.com\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ING Global Hackathon 2024 - VIXY Live","description":"Discover VIXY Live\u2019s innovative hackathon solutions. Contact us to explore our creative ideas and make your event unforgettable.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/","og_locale":"nl_NL","og_type":"article","og_title":"ING Global Hackathon 2024 - VIXY Live","og_description":"Discover VIXY Live\u2019s innovative hackathon solutions. Contact us to explore our creative ideas and make your event unforgettable.","og_url":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/","og_site_name":"VIXY Live","article_modified_time":"2024-08-09T13:30:20+00:00","og_image":[{"width":2560,"height":1600,"url":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/","url":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/","name":"ING Global Hackathon 2024 - VIXY Live","isPartOf":{"@id":"https:\/\/vixylive.com\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#primaryimage"},"image":{"@id":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#primaryimage"},"thumbnailUrl":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg","datePublished":"2024-07-25T10:18:16+00:00","dateModified":"2024-08-09T13:30:20+00:00","description":"Discover VIXY Live\u2019s innovative hackathon solutions. Contact us to explore our creative ideas and make your event unforgettable.","breadcrumb":{"@id":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#primaryimage","url":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg","contentUrl":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-scaled.jpeg","width":2560,"height":1600,"caption":"Screenshot"},{"@type":"BreadcrumbList","@id":"https:\/\/vixylive.com\/nl\/klanten\/ing-global-hackathon-2024\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vixylive.com\/nl\/"},{"@type":"ListItem","position":2,"name":"ING Global Hackathon 2024"}]},{"@type":"WebSite","@id":"https:\/\/vixylive.com\/nl\/#website","url":"https:\/\/vixylive.com\/nl\/","name":"VIXY Live","description":"Webinars, Hybride Live Events en In-House Studio&#039;s","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vixylive.com\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"}]}},"_links":{"self":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/clients\/1178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/clients"}],"about":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/types\/clients"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/media\/1171"}],"wp:attachment":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/media?parent=1178"}],"wp:term":[{"taxonomy":"case-category","embeddable":true,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/case-category?post=1178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}