Andrew Theoklitos and Michael Peterson: “Concave Journey”

A brand that is in the land of sharks and doing big big things. Jake Barker-Daish is joined by 2/3 founders of Concave Football, these guys make you want to run through a wall after every conversation with them.

A unique brand that goes against the grain, not only are they expanding across Australia with AFL & NRL stars representing the brand but Concave now have operations across Asia and Europe with plans of going to the next level.

LISTEN BELOW

 

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });