Social
Media
We created a social media campaign to raise awareness and hope by having inspired youth write what makes them human on their hand.
CharacteR
Designs
Illustrations and animations of the vivacious characters of Boy Robot. We wish we could be this badass.
// All Slliders
$('.next-splide').click(function() {
$(this).closest('.splide').find('.splide__arrow.splide__arrow--next').click();
});
$('.prev-splide').click(function() {
$(this).closest('.splide').find('.splide__arrow.splide__arrow--prev').click();
});