CINXE.COM

Laracon AU 2024

<!doctype html> <html lang="en"> <head> <title>Laracon AU 2024</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="format-detection" content="telephone=no"> <meta name="csrf-token" content="28jPod7h3mHfreGyrLxAEwq5WVU9K2lR5U2b0mqT"> <meta property="og:type" content="website"> <meta property="og:title" content="Laracon AU 2024"> <meta property="og:description" content="Laracon AU heads to QUT Gardens Theatre in Brisbane in 2024. Join us for two days of learning, growing, and networking with the Laravel community on November 7 - 8, 2024."> <meta property="og:url" content="https://laracon.au"> <meta property="og:image" content="https://laracon.au/images/og-image-2024.png"> <link rel="icon" type="image/png" href="https://laracon.au/favicon.png"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"> <link rel="stylesheet" href="https://use.typekit.net/xun5fmc.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css"/> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css"/> <link href="https://laracon.au/css/main.css" rel="stylesheet"> <script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.11.0/lottie.min.js" crossorigin></script> <!-- Livewire Styles --><style >[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {display: none;}[wire\:offline][wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}[x-cloak] {display: none !important;}</style> </head> <body x-init="setTimeout(() => isLoading = false, 1000)" x-data="{ isLoading: true, open: false, showSubscribePopup: false, showSponsorPopup: false, showTicketPopup: false, showHeader: true, showMobileMenu: false, lastScrollY: 0, toggleHeader() { let currentScrollY = window.scrollY; if(currentScrollY==0) { this.showHeader = true; } else { this.showHeader = currentScrollY < this.lastScrollY; } this.lastScrollY = currentScrollY; } }" @scroll.window="toggleHeader()" class="w-full h-full font-origin_reg 2xl:text-xl"> <div x-show="!isLoading" x-transition x-cloak> <header :class="{ 'hide-header' : !showHeader }" class="fixed w-full z-10 transition-all duration-700" > <div class="relative px-10 py-5"> <div class="flex justify-between lg:items-center"> <div class="flex flex-wrap gap-x-5 lg:w-1/2 w-auto lg:items-center items-start"> <a href="https://laracon.au" class="lg:w-auto w-full"> <h1 class="uppercase text-5xl text-light-grey-2"><span>Laracon</span> <span class="text-lemon">Australia</span></h1> </a> <div class="flex gap-3 items-center lg:w-1/2 w-full"> <span class="text-bright-blue text-2xl block">PRESENTED BY</span> <a href="https://hatchet.com.au/" target="_blank"><img src="/images/hatchet--header.svg" class="max-w-[134px]"></a> </div> </div> <div class=""> <a href="#" @click.prevent="showMobileMenu =! showMobileMenu" class="font-origin__sans lg:hidden block text-[1.678rem] leading-none text-light-grey-2 pt-3">Menu</a> <ul :class="{ 'hidden': !showMobileMenu, 'flex': showMobileMenu }" class="absolute left-0 lg:bg-transparent lg:p-0 bg-deep-sky-blue p-10 top-full lg:static lg:flex flex-col lg:flex-row gap-5 w-full"> <li><a href="https://laracon.au/talks" class="uppercase text-lemon hover:text-light-grey-2 text-3xl ">TALKS</a></li> <li><a href="/photos" class="uppercase text-lemon hover:text-light-grey-2 text-3xl" target="_blank">PHOTOS</a></li> <li><a href="https://laracon.au/location" class="uppercase text-lemon hover:text-light-grey-2 text-3xl ">LOCATION</a></li> <li><a href="https://laracon.au/accommodation" class="uppercase text-lemon hover:text-light-grey-2 text-3xl ">STAY</a></li> <li><a href="https://laracon.au/schedule" class="uppercase text-lemon hover:text-light-grey-2 text-3xl ">SCHEDULE</a></li> <li><a href="/tickets" class="uppercase text-lemon hover:text-light-grey-2 text-3xl" target="_blank">TICKETS</a></li> </ul> </div> </div> </div> </header> </div> <div class="panel panel-1 h-screen w-screen bg-dark-indigo"> <div class="flex justify-center items-center px-10 overflow-hidden w-full h-full"> <div class="flex lg:flex-nowrap flex-wrap items-start lg:justify-normal justify-center lg:text-left text-center"> <h2 class="lg:text-[21.56rem] text-[13.75rem] leading-[0.6] text-pink heading-left translate-x-[-200%] z-0 lg:order-1 order-1 lg:w-auto w-full">Make</h2> <div id="bruce" class="bruce mx-auto z-20 lg:order-2 order-3"></div> <h2 class="lg:text-[21.56rem] text-[13.75rem] leading-[0.6] text-pink heading-right translate-x-[200%] z-0 lg:order-3 order-2 lg:w-auto w-full">Waves</h2> </div> </div> </div> <div class="panel panel-2 w-screen min-h-screen overflow-visible relative bg-vivid-blue"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="absolute-wave-svg absolute-wave-svg--top wave-1-svg"><path id="wave" d=""/></svg> <div class="relative h-full pb-[12.5rem] after:bg-tree after:content-[''] after:top-0 after:opacity-25 after:z-0 after:block after:absolute after:w-full after:h-full"> <div class="relative z-20"> <div class="w-[70%] text-center mx-auto"> <!-- <h3 class="text-[4.81rem] leading-tight text-lime-yellow">Brisbane'24</h3> --> <img src="/images/brisbane24.svg" alt="Brisbane'24" class="text-center mx-auto mb-7"> <h2 class="outline-text text-deep-sky-blue">November 7&8</h2> <div class="lg:w-[80%] w-full mx-auto"> <p class="text-light-grey">Laracon AU is a two-day conference that welcomes 17 speakers from across Australia and around the world. It's an opportunity for the Laravel community to learn, share and connect with like-minded people who are making waves with the world's leading PHP framework.</p> </div> </div> <div class="w-[90%] text-center mx-auto"> <div class="mt-[12.5rem]"> <img src="/images/early-risers_stack.svg" alt="Early Risers Scores the Best Wowes" class="text-center mx-auto mb-7"> <h2 class="outline-text text-deep-sky-blue">Early Bird Tix</h2> <a href="/tickets" class="btn group" target="_blank">Get your tickets now</a> </div> </div> </div> </div> </div> <div class="panel panel-3 relative w-screen min-h-screen"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="static-wave-svg"><path id="wave-2" d=""/></svg> <div class="bg-deep-sky-blue relative h-full pb-[6.25rem] overflow-hidden"> <div class="w-[80%] text-center mx-auto"> <div wire:snapshot="{&quot;data&quot;:{&quot;speakers&quot;:[[[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:34,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:20,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:19,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:23,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:25,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:32,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:27,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:21,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:29,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:24,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:26,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:22,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:28,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:33,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:30,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:31,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:35,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:36,&quot;s&quot;:&quot;mdl&quot;}],[null,{&quot;class&quot;:&quot;App\\Invitation&quot;,&quot;key&quot;:37,&quot;s&quot;:&quot;mdl&quot;}]],{&quot;class&quot;:&quot;Illuminate\\Support\\Collection&quot;,&quot;s&quot;:&quot;clctn&quot;}]},&quot;memo&quot;:{&quot;id&quot;:&quot;dUgXxHfTBmAJuW6gwdBW&quot;,&quot;name&quot;:&quot;speaker-slider&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;5bb2dc5e8d7dd4175aa9a126ed689414a58b875cce8b71b4bd674ed334045de7&quot;}" wire:effects="[]" wire:id="dUgXxHfTBmAJuW6gwdBW"> <img src="/images/meet-the-line-up.svg" alt="Meet the link up!" class="text-center mx-auto mb-7"> <h2 class="outline-text text-vivid-blue">Speakers</h2> <div class="speakers hidden lg:block"> <div> <div class="px-2 flex 2xl:px-10 gap-5"> <div class="custom-translate-y-56 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/neBWsCHa8kqrXNRjwMnxw0cg0W0M51J1U67IpofP.png" srcset="https://laracon.au/storage/neBWsCHa8kqrXNRjwMnxw0cg0W0M51J1U67IpofP.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Mandy Michael"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/Mandy_Kerr" target="_blank">Mandy Michael</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Octopus Deploy</p> </div> </div> <div class="custom-translate-y-0 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/qMdnh5fmok8mELUTW3KUm8gvlQEmeCOGNvKKBM4h.png" srcset="https://laracon.au/storage/qMdnh5fmok8mELUTW3KUm8gvlQEmeCOGNvKKBM4h.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Simon Vrachliotis"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/simonswiss" target="_blank">Simon Vrachliotis</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Thinkmill</p> </div> </div> <div class="custom-translate-y-24 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/XuGJwGy7AVEqKPnw7rBka2p2y1oMvPdwclD45IfO.png" srcset="https://laracon.au/storage/XuGJwGy7AVEqKPnw7rBka2p2y1oMvPdwclD45IfO.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Matt Stauffer"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/stauffermatt" target="_blank">Matt Stauffer</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Tighten</p> </div> </div> <div class="custom-translate-y-32 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/VGaKpzSCb2KuRrOGQMXRLCJHsnG815DkqEZNOnNd.png" srcset="https://laracon.au/storage/VGaKpzSCb2KuRrOGQMXRLCJHsnG815DkqEZNOnNd.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Dave Hicking"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/dhicking" target="_blank">Dave Hicking</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">UserScape</p> </div> </div> <div class="custom-translate-y-56 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/REVKwrTy9cAoj96X2XHMmbS2JcoK0RLG5kDowI0b.png" srcset="https://laracon.au/storage/REVKwrTy9cAoj96X2XHMmbS2JcoK0RLG5kDowI0b.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Jo Minney"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/jo_minney" target="_blank">Jo Minney</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Devhouse</p> </div> </div> </div> </div> <div> <div class="px-2 flex 2xl:px-10 gap-5"> <div class="custom-translate-y-0 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/ZEelsHAcpPWKxBD9y5iGzeEj4EvrVk2ntlKVSdUc.png" srcset="https://laracon.au/storage/ZEelsHAcpPWKxBD9y5iGzeEj4EvrVk2ntlKVSdUc.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Ryan Lovett"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/ryan-lovett-a39776117" target="_blank">Ryan Lovett</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Skerric</p> </div> </div> <div class="custom-translate-y-24 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/lxNtvVIuX78jFEslLHrZF217CeNAo2c8C3VvLj05.png" srcset="https://laracon.au/storage/lxNtvVIuX78jFEslLHrZF217CeNAo2c8C3VvLj05.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Sam Sehnert"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/ssehnert" target="_blank">Sam Sehnert</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Custom D</p> </div> </div> <div class="custom-translate-y-32 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/NLbiFUtywGtRJIxXz9fALqVl9Ac0nqNYdhlphhLy.png" srcset="https://laracon.au/storage/NLbiFUtywGtRJIxXz9fALqVl9Ac0nqNYdhlphhLy.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Keith Damiani"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/keithdamiani" target="_blank">Keith Damiani</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Tighten</p> </div> </div> <div class="custom-translate-y-56 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/sPv2BzzLCGJiriZPkaG741QvN9IpRozU3kSJ1GZ0.png" srcset="https://laracon.au/storage/sPv2BzzLCGJiriZPkaG741QvN9IpRozU3kSJ1GZ0.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Kath Young"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/MidgetK" target="_blank">Kath Young</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Snapforms</p> </div> </div> <div class="custom-translate-y-0 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/beNU8r59kYHgQOe90YCY0V9nOMgsmC56MXgmuC1T.png" srcset="https://laracon.au/storage/beNU8r59kYHgQOe90YCY0V9nOMgsmC56MXgmuC1T.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Stephen Rees-Carter"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/valorin" target="_blank">Stephen Rees-Carter</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Valorin Security</p> </div> </div> </div> </div> <div> <div class="px-2 flex 2xl:px-10 gap-5"> <div class="custom-translate-y-24 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/qn2cTKT7yVPR5dlc5uXOkrwqonVu2frP4djZdBPT.png" srcset="https://laracon.au/storage/qn2cTKT7yVPR5dlc5uXOkrwqonVu2frP4djZdBPT.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Mitchell Davis"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/mitchdav" target="_blank">Mitchell Davis</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Atlas Software</p> </div> </div> <div class="custom-translate-y-32 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/Fon2XxbK8GsrK6NVx53ImtOfv05vsZI4fqp5vszD.png" srcset="https://laracon.au/storage/Fon2XxbK8GsrK6NVx53ImtOfv05vsZI4fqp5vszD.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Joe Tannenbaum"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/joetannenbaum" target="_blank">Joe Tannenbaum</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laravel</p> </div> </div> <div class="custom-translate-y-56 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/j0l81SQmvipmczbVXURU1jvOGhaOVBNyvIxMoOvz.png" srcset="https://laracon.au/storage/j0l81SQmvipmczbVXURU1jvOGhaOVBNyvIxMoOvz.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Eloise McIntyre"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/eloise-mcintyre-101" target="_blank">Eloise McIntyre</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Figured</p> </div> </div> <div class="custom-translate-y-0 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/VkYNIJN60bWrVG4MSIKUS8tpbdaLFAZBcAfW9pzx.png" srcset="https://laracon.au/storage/VkYNIJN60bWrVG4MSIKUS8tpbdaLFAZBcAfW9pzx.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Marty Friedel"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/MartyFriedel" target="_blank">Marty Friedel</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Mity Digital</p> </div> </div> <div class="custom-translate-y-24 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/IYjQhrDhR75sSEXJuEb3QM9EANNUwBQBuqKVY5lx.png" srcset="https://laracon.au/storage/IYjQhrDhR75sSEXJuEb3QM9EANNUwBQBuqKVY5lx.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Jack Skinner"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/developerjack" target="_blank">Jack Skinner</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">CTO For Hire</p> </div> </div> </div> </div> <div> <div class="px-2 flex 2xl:px-10 gap-5"> <div class="custom-translate-y-32 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/aXGOunT2nFXuIZy8VhfRijA4biuyLJmc13sEP1Nt.png" srcset="https://laracon.au/storage/aXGOunT2nFXuIZy8VhfRijA4biuyLJmc13sEP1Nt.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Josh Hanley"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/_joshhanley" target="_blank">Josh Hanley</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Thunk</p> </div> </div> <div class="custom-translate-y-56 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/f3OkFccDsEFxzbkcfRk2F7ChDv4977Dl9zOAUWkN.png" srcset="https://laracon.au/storage/f3OkFccDsEFxzbkcfRk2F7ChDv4977Dl9zOAUWkN.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Jess Archer"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/jessarchercodes" target="_blank">Jess Archer</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laravel</p> </div> </div> <div class="custom-translate-y-0 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/07HcJ8AJ0zuqGQvGPy5cXa7MZZSme6bHEdnpJAvD.png" srcset="https://laracon.au/storage/07HcJ8AJ0zuqGQvGPy5cXa7MZZSme6bHEdnpJAvD.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Taylor Otwell"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/taylorotwell" target="_blank">Taylor Otwell</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laravel</p> </div> </div> <div class="custom-translate-y-24 profile transition-all duration-500 flex flex-nowrap flex-col gap-5"> <img src="https://laracon.au/storage/z3REY8C4GNuAXG1jNbls53lv0Bv0KP0mn4zQkLKy.png" srcset="https://laracon.au/storage/z3REY8C4GNuAXG1jNbls53lv0Bv0KP0mn4zQkLKy.png" class="w-full xl:max-w-[18.11rem] 2xl:h-auto xl:h-auto object-contain object-center rounded-[3rem]" alt="Michael Dyrynda"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/michaeldyrynda" target="_blank">Michael Dyrynda</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laracon Australia</p> </div> </div> </div> </div> <div class=""> <h2 class="px-5 text-vivid-blue text-left text-[11rem]">MORE TO BE <br> ANNOUNCED</h2> </div> </div> <!-- MOBILE SLIDER --> <div class="speakers-mobile block lg:hidden"> <div class="px-4"> <img src="https://laracon.au/storage/neBWsCHa8kqrXNRjwMnxw0cg0W0M51J1U67IpofP.png" srcset="https://laracon.au/storage/neBWsCHa8kqrXNRjwMnxw0cg0W0M51J1U67IpofP.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Mandy Michael"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/Mandy_Kerr" target="_blank">Mandy Michael</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Octopus Deploy</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/qMdnh5fmok8mELUTW3KUm8gvlQEmeCOGNvKKBM4h.png" srcset="https://laracon.au/storage/qMdnh5fmok8mELUTW3KUm8gvlQEmeCOGNvKKBM4h.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Simon Vrachliotis"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/simonswiss" target="_blank">Simon Vrachliotis</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Thinkmill</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/XuGJwGy7AVEqKPnw7rBka2p2y1oMvPdwclD45IfO.png" srcset="https://laracon.au/storage/XuGJwGy7AVEqKPnw7rBka2p2y1oMvPdwclD45IfO.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Matt Stauffer"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/stauffermatt" target="_blank">Matt Stauffer</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Tighten</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/VGaKpzSCb2KuRrOGQMXRLCJHsnG815DkqEZNOnNd.png" srcset="https://laracon.au/storage/VGaKpzSCb2KuRrOGQMXRLCJHsnG815DkqEZNOnNd.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Dave Hicking"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/dhicking" target="_blank">Dave Hicking</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">UserScape</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/REVKwrTy9cAoj96X2XHMmbS2JcoK0RLG5kDowI0b.png" srcset="https://laracon.au/storage/REVKwrTy9cAoj96X2XHMmbS2JcoK0RLG5kDowI0b.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Jo Minney"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/jo_minney" target="_blank">Jo Minney</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Devhouse</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/ZEelsHAcpPWKxBD9y5iGzeEj4EvrVk2ntlKVSdUc.png" srcset="https://laracon.au/storage/ZEelsHAcpPWKxBD9y5iGzeEj4EvrVk2ntlKVSdUc.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Ryan Lovett"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/ryan-lovett-a39776117" target="_blank">Ryan Lovett</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Skerric</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/lxNtvVIuX78jFEslLHrZF217CeNAo2c8C3VvLj05.png" srcset="https://laracon.au/storage/lxNtvVIuX78jFEslLHrZF217CeNAo2c8C3VvLj05.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Sam Sehnert"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/ssehnert" target="_blank">Sam Sehnert</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Custom D</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/NLbiFUtywGtRJIxXz9fALqVl9Ac0nqNYdhlphhLy.png" srcset="https://laracon.au/storage/NLbiFUtywGtRJIxXz9fALqVl9Ac0nqNYdhlphhLy.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Keith Damiani"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/keithdamiani" target="_blank">Keith Damiani</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Tighten</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/sPv2BzzLCGJiriZPkaG741QvN9IpRozU3kSJ1GZ0.png" srcset="https://laracon.au/storage/sPv2BzzLCGJiriZPkaG741QvN9IpRozU3kSJ1GZ0.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Kath Young"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/MidgetK" target="_blank">Kath Young</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Snapforms</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/beNU8r59kYHgQOe90YCY0V9nOMgsmC56MXgmuC1T.png" srcset="https://laracon.au/storage/beNU8r59kYHgQOe90YCY0V9nOMgsmC56MXgmuC1T.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Stephen Rees-Carter"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/valorin" target="_blank">Stephen Rees-Carter</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Valorin Security</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/qn2cTKT7yVPR5dlc5uXOkrwqonVu2frP4djZdBPT.png" srcset="https://laracon.au/storage/qn2cTKT7yVPR5dlc5uXOkrwqonVu2frP4djZdBPT.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Mitchell Davis"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/mitchdav" target="_blank">Mitchell Davis</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Atlas Software</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/Fon2XxbK8GsrK6NVx53ImtOfv05vsZI4fqp5vszD.png" srcset="https://laracon.au/storage/Fon2XxbK8GsrK6NVx53ImtOfv05vsZI4fqp5vszD.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Joe Tannenbaum"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/joetannenbaum" target="_blank">Joe Tannenbaum</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laravel</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/j0l81SQmvipmczbVXURU1jvOGhaOVBNyvIxMoOvz.png" srcset="https://laracon.au/storage/j0l81SQmvipmczbVXURU1jvOGhaOVBNyvIxMoOvz.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Eloise McIntyre"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/eloise-mcintyre-101" target="_blank">Eloise McIntyre</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Figured</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/VkYNIJN60bWrVG4MSIKUS8tpbdaLFAZBcAfW9pzx.png" srcset="https://laracon.au/storage/VkYNIJN60bWrVG4MSIKUS8tpbdaLFAZBcAfW9pzx.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Marty Friedel"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/MartyFriedel" target="_blank">Marty Friedel</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Mity Digital</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/IYjQhrDhR75sSEXJuEb3QM9EANNUwBQBuqKVY5lx.png" srcset="https://laracon.au/storage/IYjQhrDhR75sSEXJuEb3QM9EANNUwBQBuqKVY5lx.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Jack Skinner"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://linkedin.com/in/developerjack" target="_blank">Jack Skinner</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">CTO For Hire</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/aXGOunT2nFXuIZy8VhfRijA4biuyLJmc13sEP1Nt.png" srcset="https://laracon.au/storage/aXGOunT2nFXuIZy8VhfRijA4biuyLJmc13sEP1Nt.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Josh Hanley"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/_joshhanley" target="_blank">Josh Hanley</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Thunk</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/f3OkFccDsEFxzbkcfRk2F7ChDv4977Dl9zOAUWkN.png" srcset="https://laracon.au/storage/f3OkFccDsEFxzbkcfRk2F7ChDv4977Dl9zOAUWkN.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Jess Archer"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/jessarchercodes" target="_blank">Jess Archer</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laravel</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/07HcJ8AJ0zuqGQvGPy5cXa7MZZSme6bHEdnpJAvD.png" srcset="https://laracon.au/storage/07HcJ8AJ0zuqGQvGPy5cXa7MZZSme6bHEdnpJAvD.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Taylor Otwell"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/taylorotwell" target="_blank">Taylor Otwell</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laravel</p> </div> </div> <div class="px-4"> <img src="https://laracon.au/storage/z3REY8C4GNuAXG1jNbls53lv0Bv0KP0mn4zQkLKy.png" srcset="https://laracon.au/storage/z3REY8C4GNuAXG1jNbls53lv0Bv0KP0mn4zQkLKy.png" class="w-full rounded-[3rem] 2xl:h-auto xl:h-[350px] object-contain object-center" alt="Michael Dyrynda"> <div class="text-center mt-5"> <h3 class="font-origin_bold text-light-grey-2 text-[2.9375rem] uppercase mb-0 leading-[0.7]"> <a href="https://x.com/michaeldyrynda" target="_blank">Michael Dyrynda</a> </h3> <p class="text-[#C4FB5B] font-museo text-[1.125rem]">Laracon Australia</p> </div> </div> <div class=""> <h2 class="px-5 text-vivid-blue text-left text-[7rem]">MORE TO BE <br class="hidden lg:block"> ANNOUNCED</h2> </div> </div> <div id="slider-arrows" class="slider-arrows lg:block hidden"> <a href="#" id="slider-arrow-left" class="slider-arrow slider-arrow-left"></a> <a href="#" id="slider-arrow-right" class="slider-arrow slider-arrow-right"></a> </div> <div id="slider-arrows-mobile" class="slider-arrows block lg:hidden"> <a href="#" id="slider-arrow-mobile-left" class="slider-arrow slider-arrow-left"></a> <a href="#" id="slider-arrow-mobile-right" class="slider-arrow slider-arrow-right"></a> </div> </div> </div> <div class="w-full text-center mx-auto my-32"> <h2 class="lg:text-[14.81rem] text-[9.56rem] font-origin_bold_outline text-vivid-blue leading-[0.6] uppercase">Twenty Twenty Four</h2> <h2 class="lg:text-[14.81rem] text-[9.56rem] font-origin_bold text-vivid-blue leading-[0.6] uppercase mb-7">More than ever before</h2> </div> </div> </div> <div class="panel panel-4 relative w-screen min-h-screen"> <div class="bg-[url('/images/waves01.svg')] wave-bg-svg"></div> <div class="bg-light-grey-2 relative h-full pb-[6.25rem]"> <div class="w-[80%] text-center mx-auto"> <h2 class="outline-text text-deep-sky-blue !leading-[0.6] relative z-10">NEW CITY <br class="hidden lg:block"> BIGGER VENUE</h2> <div class="relative lg:-translate-y-32 -translate-y-24 z-0"><img src="/images/brisbane-city.png" srcset="/images/brisbane-city@2x.png 2x" alt="Brisbane" class="mx-auto w-[39.8rem]"></div> <div class="-mt-20"><a href="/location" class="btn btn--lemon group">Location</a></div> </div> <div class="w-[80%] text-center mx-auto mt-40"> <h2 class="outline-text text-deep-sky-blue !leading-[0.6] relative z-10">MORE SOCIAL AND <br class="hidden lg:block"> NETWORKING EVENTS</h2> <div class="relative lg:-translate-y-32 -translate-y-24 z-0"><img src="/images/networking-events.png" alt="More social and networking events" class="mx-auto w-[39.8rem]"></div> <div class="-mt-20"><a href="/schedule" class="btn btn--lemon group">SCHEDULE</a></div> </div> <div class="w-[80%] text-center mx-auto my-32"> <h2 class="outline-text text-deep-sky-blue !leading-[0.6] relative z-10">STAY, <br class="hidden lg:block"> PLAY AND SAVE</h2> <div class="relative lg:-translate-y-32 -translate-y-24 z-0"><img src="/images/stay-play-safe-v2.png" alt="Stay play and save" class="rounded-[30px] mx-auto w-[39.8rem]"></div> <div class="-mt-20"><a href="/accommodation" class="btn btn--lemon group">ACCOMMODATION</a></div> </div> </div> </div> <div class="panel panel-5 relative w-screen min-h-screen"> <div class="bg-[url('/images/waves02.svg')] wave-bg-svg"></div> <div class="bg-lemon relative h-full pb-[6.25rem]"> <div class="w-[85%] text-center mx-auto"> <h2 class="outline-text text-barf-green !leading-[0.6] relative z-10">SPONSORS</h2> <p class="text-dark-indigo leading-tight">A special thanks to our amazing sponsors who make Laracon Australia possible. <br> There are still sponsorship opportunities available, so hit us up and get your brand in front of the Laravel community.</p> <div class="mt-10"><a href="#" @click.prevent="showSponsorPopup = true" class="btn btn--blue">Become a sponsor</a></div> <div class="flex xl:flex-row flex-col xl:mt-40 mt-28"> <div class="w-full flex flex-col space-y-16 mx-auto"> <div class="xl:flex xl:space-x-10 xl:space-y-0 space-y-16"> <div class="w-full border-t border-salad-green text-left"> <h5 class="text-salad-green mb-3">PLATINUM SPONSOR</h5> <a href="https://hatchet.com.au/" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/hatchet.svg" class="sponsor-logo lg:w-auto w-[10rem]" alt="Hatchet"> </div> </a> </div> <div class="w-full border-t border-salad-green text-left"> <h5 class="text-salad-green mb-3">BRANDING SPONSOR</h5> <a href="https://nucleus.com.au/" target="_blank"> <div class="w-[18.12rem]"> <img src="/images/nucleus.svg" class="sponsor-logo lg:w-auto w-[9.68rem]" alt="Nucleus"> </div> </a> </div> </div> <div class="w-full border-t border-salad-green text-left"> <h5 class="text-salad-green mb-3">GOLD</h5> <div class="flex lg:flex-wrap items-center gap-x-14 gap-y-7"> <a href="https://maxo.com.au/" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/maxo.svg" class="sponsor-logo lg:w-auto w-[7rem]" alt="Maxo"> </div> </a> <a href="https://ventraip.com.au" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/ventraip.svg" class="sponsor-logo lg:w-auto w-[7rem]" alt="VentraIP"> </div> </a> </div> </div> <div class="xl:flex xl:space-x-10 xl:space-y-0 space-y-16"> <div class="w-full border-t border-salad-green text-left"> <h5 class="text-salad-green mb-3">SILVER</h5> <div class="flex lg:flex-wrap items-center gap-x-14 gap-y-7"> <a href="https://tighten.com/" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/tighten.svg" class="sponsor-logo" alt="Tighten"> </div> </a> <a href="https://www.aussiebroadband.com.au/" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/aussie-broadband.svg" class="sponsor-logo" alt="Aussie Broadband"> </div> </a> <a href="https://trilogycare.com.au/" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/trilogy-care.svg" class="sponsor-logo" alt="Trilogy Care"> </div> </a> </div> </div> <div class="w-full border-t border-salad-green text-left"> <h5 class="text-salad-green mb-3">BRONZE</h5> <div class="flex flex-wrap items-center gap-x-14 gap-y-7"> <a href="https://sentry.io/" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/sentry.svg" class="sponsor-logo" alt="Sentry"> </div> </a> <a href="https://usefathom.com/" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/fathom-analytics.svg" class="sponsor-logo" alt="Fathom Analytics"> </div> </a> <a href="https://laravel-idea.com" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/laravel-idea.svg" class="sponsor-logo" alt="Laravel Idea"> </div> </a> <a href="https://skerric.com.au" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/responder-one.svg" class="sponsor-logo" alt="Responder.One"> </div> </a> <a href="https://syncio.co" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/syncio.svg" class="sponsor-logo" alt="Syncio"> </div> </a> <a href="https://figured.com" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/figured.svg" class="sponsor-logo" alt="Figured"> </div> </a> <a href="https://atlas.dev" target="_blank"> <div class="max-w-[18.75rem]"> <img src="/images/atlas-software.svg" class="sponsor-logo" alt="Atlas Software"> </div> </a> </div> </div> </div> <div class="w-full border-t border-salad-green text-left"> <h5 class="text-salad-green mb-3">COMMUNITY SPONSORS</h5> <div class="flex flex-wrap items-center lg:gap-x-14 gap-x-7 gap-y-7"> <a href="https://larajobs.com/" target="_blank" class="lg:w-auto w-[5.437rem] max-w-[18.75rem]"> <img src="/images/larajobs.svg" class="sponsor-logo" alt="Larajobs"> </a> <a href="https://laravel-news.com/" target="_blank" class="lg:w-auto w-[2rem] max-w-[18.75rem]"> <img src="/images/LN.svg" class="sponsor-logo" alt="LN"> </a> <a href="https://maintainly.com/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/maintainly.svg" class="sponsor-logo" alt="Maintainly"> </a> <a href="https://dcodegroup.com/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/dcode.svg" class="sponsor-logo" alt="DCODE"> </a> <a href="https://jetbrains.com/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/jetbrains.svg" class="sponsor-logo" alt="JetBrains"> </a> <a href="https://codium.com.au/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/codium.svg" class="sponsor-logo" alt="Codium"> </a> <a href="https://heathsolutions.com.au/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/heath-solutions.svg" class="sponsor-logo" alt="Heath Solutions"> </a> <a href="https://laradevs.com/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/laradevs.svg" class="sponsor-logo" alt="Laradevs"> </a> <a href="https://turso.tech/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/turso.svg" class="sponsor-logo" alt="Turso"> </a> <a href="https://youpay.co/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/youpay.svg" class="sponsor-logo" alt="YouPay"> </a> <a href="https://astracs.au/" target="_blank" class="lg:w-auto w-[10.56rem] max-w-[18.75rem]"> <img src="/images/astracs.svg" class="sponsor-logo" alt="ASTRA CS"> </a> </div> </div> </div> </div> <div class="text-center mt-48 lg:-mb-[15.62rem]"> <img src="/images/right-on.svg" alt="Right on!" class="mx-auto"> <img src="/images/bruce-2.svg" alt="Bruce Surfing" class="mx-auto"> </div> </div> </div> </div> <div x-show="showSubscribePopup" x-transition x-cloak class="fixed top-0 left-0 w-screen h-screen overflow-scroll bg-black bg-opacity-70 z-50"> <div class="grid place-items-center w-screen h-screen"> <div class="bg-lemon text-dark-indigo rounded-[1.875rem] py-20 px-10 w-[75%] relative"> <a href="#" @click.prevent="showSubscribePopup = false" class="bg-close-btn bg-contain w-[24px] h-[26px] block absolute top-7 right-7"></a> <h2 class="lg:text-[9.9375rem] text-[6.9rem] font-origin_reg_outline mb-14 text-center">SUBSCRIBE FOR UPDATES</h2> <div class="flex justify-center"> <form wire:snapshot="{&quot;data&quot;:{&quot;form&quot;:[{&quot;name&quot;:null,&quot;email&quot;:null},{&quot;class&quot;:&quot;App\\Livewire\\Forms\\NewsletterSubscriptionForm&quot;,&quot;s&quot;:&quot;form&quot;}],&quot;success&quot;:false},&quot;memo&quot;:{&quot;id&quot;:&quot;09VH0WUEIhfiOXllJyvv&quot;,&quot;name&quot;:&quot;newsletter-subscription-component&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;d17d88238ed1aa5472a7e33be47792d27fd86b2ddc23efcf056d26aac3003bfd&quot;}" wire:effects="[]" wire:id="09VH0WUEIhfiOXllJyvv" wire:submit.prevent="save" class="lg:w-[50%] w-full"> <div class="mb-5"> <label for="name">Name</label> <input type="text" id="name" wire:model="form.name" class="custom-input text-dark-indigo w-full border-dark-indigo"> </div> <div class="mb-5"> <label for="email">Email</label> <input type="email" id="email" wire:model="form.email" class="custom-input text-dark-indigo w-full border-dark-indigo"> </div> <div class="text-center"><button class="btn btn--blue">Submit</button></div> </form> </div> </div> </div> </div> <div x-show="showSponsorPopup" x-transition x-cloak class="fixed top-0 left-0 w-screen h-screen overflow-scroll bg-black bg-opacity-70 z-50"> <div class="grid place-items-center w-screen h-screen"> <div class="bg-lemon text-dark-indigo rounded-[1.875rem] py-20 px-10 w-[75%] relative"> <a href="#" @click.prevent="showSponsorPopup = false" class="bg-close-btn bg-contain w-[24px] h-[26px] block absolute top-7 right-7"></a> <h2 class="lg:text-[9.9375rem] text-[6.9rem] font-origin_reg_outline mb-14 text-center">Become a sponsor</h2> <p class="lg:w-[60%] w-full mx-auto mb-10">For 2024, Laracon Australia is offering even more ways for companies and open source projects to sponsor this year's event. <br> Enter your details and we'll be in touch with our 2024 sponsorship prospectus shortly, or contact us at <a href="/cdn-cgi/l/email-protection#91e2e1feffe2fee3e2d1fdf0e3f0f2feffbff0e4"><span class="__cf_email__" data-cfemail="8dfefde2e3fee2fffecde1ecffeceee2e3a3ecf8">[email&#160;protected]</span></a> if you have any questions.</p> <div class="flex justify-center"> <form wire:snapshot="{&quot;data&quot;:{&quot;form&quot;:[{&quot;name&quot;:null,&quot;company&quot;:null,&quot;email&quot;:null},{&quot;class&quot;:&quot;App\\Livewire\\Forms\\ApplyToSponsorForm&quot;,&quot;s&quot;:&quot;form&quot;}],&quot;success&quot;:false},&quot;memo&quot;:{&quot;id&quot;:&quot;g4fjZ4rz8gQV2vQFczUT&quot;,&quot;name&quot;:&quot;apply-to-sponsor-component&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;f558abf46710a7c404b5a2dcb2fe7efcb462b2554bbce31c116a8d15e51f8912&quot;}" wire:effects="[]" wire:id="g4fjZ4rz8gQV2vQFczUT" wire:submit.prevent="save" class="lg:w-[50%] w-full"> <div class="mb-2"> <label for="name">Name</label> <input id="name" type="text" wire:model="form.name" class="custom-input text-dark-indigo w-full border-dark-indigo"> </div> <div class="mb-2"> <label for="company">Company</label> <input id="company" type="text" wire:model="form.company" class="custom-input text-dark-indigo w-full border-dark-indigo"> </div> <div class="mb-2"> <label for="email">Email</label> <input id="email" type="email" wire:model="form.email" class="custom-input text-dark-indigo w-full border-dark-indigo"> </div> <div class="text-center"><button class="btn btn--blue">Submit</button></div> </form> </div> </div> </div> </div> <div x-show="showTicketPopup" x-transition x-cloak class="fixed top-0 left-0 w-screen h-screen overflow-scroll bg-black bg-opacity-70 z-50"> <div class="grid place-items-center w-screen h-screen"> <div class="bg-lemon text-dark-indigo rounded-[1.875rem] py-20 px-10 w-[75%] relative"> <a href="#" @click.prevent="showTicketPopup = false" class="bg-close-btn bg-contain w-[24px] h-[26px] block absolute top-7 right-7"></a> <h2 class="lg:text-[9.9375rem] text-[6.9rem] font-origin_reg_outline mb-14 text-center">TIX ON SALE MAY 14</h2> <p class="lg:w-[60%] w-full mx-auto mb-10">Blind Bird tickets go on sale May 14!<br> Subscribe for updates to stay in the loop or follow us on <a href="https://twitter.com/LaraconAU" target="_blank" class="underline">Twitter</a> or <a href="https://au.linkedin.com/company/laracon-au" target="_blank" class="underline">LinkedIn</a> for more details!</p> <div class="flex justify-center"> <form wire:snapshot="{&quot;data&quot;:{&quot;form&quot;:[{&quot;name&quot;:null,&quot;email&quot;:null},{&quot;class&quot;:&quot;App\\Livewire\\Forms\\NewsletterSubscriptionForm&quot;,&quot;s&quot;:&quot;form&quot;}],&quot;success&quot;:false},&quot;memo&quot;:{&quot;id&quot;:&quot;b63jHlWaRUVqSANT9awm&quot;,&quot;name&quot;:&quot;newsletter-subscription-component&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;210943b6346a47691930f3b3970e6106f9d81c3041ed50c548591d57fff3bb83&quot;}" wire:effects="[]" wire:id="b63jHlWaRUVqSANT9awm" wire:submit.prevent="save" class="lg:w-[50%] w-full"> <div class="mb-5"> <label for="name">Name</label> <input type="text" id="name" wire:model="form.name" class="custom-input text-dark-indigo w-full border-dark-indigo"> </div> <div class="mb-5"> <label for="email">Email</label> <input type="email" id="email" wire:model="form.email" class="custom-input text-dark-indigo w-full border-dark-indigo"> </div> <div class="text-center"><button class="btn btn--blue">Submit</button></div> </form> </div> </div> </div> </div> <div class="relative w-screen bg-light-grey-2 overflow-visible"> <div class="pointer-events-none wave-bg-svg wave-bg-svg--bottom bg-[url('/images/waves03.svg')]"></div> <div class="relative h-full pb-[6.25rem]"> <div class="w-full text-center mx-auto"> <img src="/images/check-out-our-pipes.svg" alt="Check out our pipes" class="svg-text text-center mx-auto mb-7"> <h2 class="outline-text text-deep-sky-blue !leading-[0.55]">FOLLOW US on <br class="hidden lg:block"><a href="https://twitter.com/LaraconAU" target="_blank" class="font-origin_bold hover:-translate-y-2 transition-transform inline-block">twitter</a> and <a href="https://au.linkedin.com/company/laracon-au" target="_blank" class="font-origin_bold hover:-translate-y-2 transition-transform inline-block">linkedin</a></h2> </div> </div> </div> <footer class="bg-dark-blue py-16 relative z-20"> <div class="w-[85%] mx-auto relative z-20"> <div class="flex flex-wrap lg:flex-nowrap lg:gap-56 gap-10"> <div class="flex flex-col justify-between lg:min-h-[200px]"> <span class="text-[3.9375rem] leading-[0.6] text-lemon font-origin_bold">Laracon <br> Australia</span> <a href="https://nucleus.com.au/" target="_blank" class="hidden lg:block text-[1.8125rem] text-lemon font-origin_reg underline underline-offset-4">Site by Nucleus</a> </div> <div class="flex flex-col justify-between"> <p class="text-light-grey-2"> Laracon AU is an official event held with permission of Laravel Holdings Inc.<br><br> &copy; 2025 Laracon Australia • ABN 70 671 015 857 </p> <a href="https://nucleus.com.au/" target="_blank" class="mt-10 block lg:hidden text-[1.8125rem] text-lemon font-origin_reg underline underline-offset-4">Site by Nucleus</a> <ul class="flex xs:gap-5 gap-1"> <li><a class="text-deep-sky-blue hover:text-light-grey-2 text-[1.81rem] underline underline-offset-4" href="/conduct">Code of conduct</a></li> <li><a class="text-deep-sky-blue hover:text-light-grey-2 text-[1.81rem] underline underline-offset-4" href="/ticket-policy">Ticket policy</a></li> <li><a class="block lg:hidden text-deep-sky-blue hover:text-light-grey-2 text-[1.81rem] underline underline-offset-4" href="https://2023.laracon.au">Older Sites</a></li> <li><a class="hidden lg:block text-deep-sky-blue hover:text-light-grey-2 text-[1.81rem] underline underline-offset-4" href="https://2018.laracon.au">Laracon 2018</a></li> <li><a class="hidden lg:block text-deep-sky-blue hover:text-light-grey-2 text-[1.81rem] underline underline-offset-4" href="https://2019.laracon.au">Laracon 2019</a></li> <li><a class="hidden lg:block text-deep-sky-blue hover:text-light-grey-2 text-[1.81rem] underline underline-offset-4" href="https://2023.laracon.au">Laracon 2023</a></li> </ul> </div> </div> </div> </footer> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="/livewire/livewire.min.js?id=38dc8241" data-csrf="28jPod7h3mHfreGyrLxAEwq5WVU9K2lR5U2b0mqT" data-update-uri="/livewire/update" data-navigate-once="true"></script> </body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TweenMax.min.js"></script> <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/85188/jquery.wavify.js"></script> <script type="text/javascript" src="//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.js"></script> <script src="/js/main.js?id=36b5dc6b163f398164ce6a115aa953f3"></script> <!-- Fathom - beautiful, simple website analytics --> <script src="https://cdn.usefathom.com/script.js" data-site="GNRAGWWP" defer></script> <!-- / Fathom --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10