MOBILE
APP
Using the science of the HopTechnic® lab, we created an innovative app that revolutionizes the brewer's hop selection process with a proprietary flavor profile selector. The app does not actually pour beer… yet.
App Overview
Brewer Overview
Distributor Overview
App Gallery
Icons
We developed icons to be used through out the app, site and printing materials that translate what the HopTechnic lab does in a visual form.
Hop Variety Selector
Flavor Profile Selector
Spyder Chart
Hop Inventory
Lab Support
Code Activation
PRINT
DESIGN
Designed and placed magazine ads in national industry publications.
HopTechnic®
Site
We built a reactive website with a back-end portal for data input from the HopTechnic lab.
// 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();
});