Frequently Asked Questions

MYB Workshops are interactive sessions designed to help businesses build their own marketing strategies, including branding, website creation, and promotional messaging.

Each workshop is tailored to provide practical insights and actionable steps.

Our workshops are ideal for small business owners, entrepreneurs, and marketing teams looking to build trust with customers, inspire their teams, and create cohesive marketing strategies.

Our workshops are entirely online and self-paced, allowing you to take action at your own pace. You are also welcome to join into our regular live Q&As on Zoom or via our Facebook community.

Each workshop delivers strategic concepts in an easy-to-understand format, using a mix of pre-recorded training videos, follow-along worksheets, templates, and impactful exercises across key sessions. Participants can take part in the workshop at their own pace, with 12 months of access to the materials.

Our workshops are designed with busy professionals in mind. You’ll have 12 months of access to pre-recorded videos, templates, and resources, allowing you to learn and implement at your own pace. Each session is broken into manageable steps, so you can fit it into your schedule without feeling overwhelmed.

Participants have access to:

  • Pre-recorded training videos.
  • Action-taking worksheets.
  • Customiaable Canva templates.
  • Real-world tested AI prompts for tools like ChatGPT and Bard.
  • Live Q&A sessions and an exclusive members-only community.

Our workshops are crafted by an award-winning agency with 20+ years of experience helping businesses grow. We share the same proven strategies we’ve used with our clients but at a fraction of the cost of hiring a full-service agency. It’s an investment that delivers practical, actionable results.

Our workshops are based on tried-and-tested strategies that have delivered results for businesses across industries. We also provide tools like customer profiling templates, brand story frameworks, and actionable exercises that are adaptable to your unique needs.

We provide 12 months of access to the workshop materials from the date of enrollment. This gives you plenty of time to work through the content at your own pace and revisit the materials as needed during that period.

Our workshops are more than just videos. You’ll get access to live Q&A sessions, a supportive members-only community, and practical tools like worksheets, templates, and AI prompts. You’ll feel guided every step of the way while maintaining the freedom to work independently.

Our workshops don’t rely solely on AI tools. Instead, we teach you how to effectively use customised AI prompts in conjunction with proven strategies. These prompts are tailored for business owners, ensuring practical and impactful results.

Unlike generic workshops, ours are built on decades of real-world experience. You’ll gain access to proven strategies, practical tools, and a structured process that empowers you to take immediate action. We don’t just teach concepts—we help you apply them effectively.

Enrollments are generally non-transferable. However, if you have a special circumstance, please contact us to discuss your situation.

Our workshops are results-driven and practical, not just theoretical. Each session is designed to deliver actionable insights you can implement immediately. Plus, you’ll have access to resources, live Q&A sessions, and community support to ensure you get the most out of your experience.

You’ll leave each session with a clear plan and the tools to take action. Our workshops provide you with step-by-step guidance, templates, and expert support to ensure you feel confident applying what you’ve learned to your business.

Still got questions?

Don’t see a question you need answered? Simply email us at info@marketingyourbrand.com.au and we will get back to you as soon as we can.

function updateLogoColor() { let container = document.querySelector(".glassy-container"); let logo = document.querySelector(".logo"); // Get the background color of the element *behind* the glassy container let bgElement = container.parentElement; // Adjust if needed let bgColor = window.getComputedStyle(bgElement).backgroundColor; // Convert RGB to brightness level function getBrightness(color) { let rgb = color.match(/\d+/g); return (parseInt(rgb[0]) * 0.299 + parseInt(rgb[1]) * 0.587 + parseInt(rgb[2]) * 0.114); } let brightness = getBrightness(bgColor); // If brightness is below 128 (dark), switch logo to white logo.style.color = brightness < 128 ? "white" : "black"; } // Run on page load and window resize window.addEventListener("load", updateLogoColor); window.addEventListener("resize", updateLogoColor);