Rubr

In an effort to showcase our creative thinking and advertising skills. We designed a hypotherical condom brand with a brand book, condom wrappers and boxes as well as a campaign with posters and videos or market them. Utilising AI to help create the campaign videos and product images but our designer create the entire brand. Using the well known buildings and finding subtle but clear ways of showcasing how one should use protection we designed a marketing campaign and 3 example to advertise the product.

media

Let’s bring your stories to life

Contact us
// Wait for the DOM to be ready document.addEventListener("DOMContentLoaded", function() { // Get the button element by its ID var button = document.getElementById('controlnetbutton-1'); // Check if the button element exists if(button) { // Add a click event listener to the button button.addEventListener('click', function() { // Trigger the click event of the button on the other page triggerButtonClickOnOtherPage(); }); } // Function to trigger the button click on the other page function triggerButtonClickOnOtherPage() { // You need to replace 'other-page-button-id' with the ID of the button on the other page var otherPageButton = document.getElementById('controlnetbutton'); // Check if the button on the other page exists if(otherPageButton) { // Trigger a click event on the button otherPageButton.click(); } else { console.error('Button on the other page not found!'); } } });