function enqueue_superflow() { wp_enqueue_script('superflow'); // Add apiKey as a window-level variable add_action('wp_footer', 'add_superflow_api_key_script'); function add_superflow_api_key_script() { $apiKey = 'syh7w55LM2dURAgOHUe1'; echo ''; } // Register the script wp_register_script('superflow', 'https://cdn.jsdelivr.net/npm/@snippyly/plugin/snippyly.min.js', array(), null, true); // Add 'type' attribute with value 'module' to the script tag add_filter('script_loader_tag', 'add_superflow_script', 10, 3); function add_superflow_script($tag, $handle, $src) { if ('superflow' === $handle) { $tag = ''; } return $tag; } // Enqueue the registered script wp_enqueue_script('superflow'); } add_action('wp_enqueue_scripts', 'enqueue_superflow'); NUDE BY NATURE – Chana

NUDE BY NATURE

COMPETITION UI/UX AND MICRO SITE

Overview

NUDE BY NATURE | UI/UX AND MICRO SITE DESIGNS FOR COMPETITION

Nude by Nature was created in 2008 in Sydney, Australia, is committed to delivering natural, cruelty-free make-up, made with 100% natural ingredients. To celebrate Mother’s Day Nude by Nature was giving away 100 spa treatment e-cards, valued at $100 each. The winners were chosen from the best paragraph written in 25 words or less ‘Why does your Mum deserve to be spoiled this Mother’s Day?’. The UI/UX and wireframe of the micro-site designed with Figma and developed as responsive site where the customers enter the barcode number in the registration form in order to get qualified for the competition.

DESKTOP VERSION

RESPONSIVE MOBILE VERSION