Bringing each piece to life through storytelling, you’ll learn about the heroine who wore it and the magic she left imbued in it. Inspired by the bold heroines of ancient folklore.
function respNavMenu() { var nav = document.getElementById("navMenu"); nav.classList.toggle("responsive"); } function toggleAbout(e) { e.preventDefault(); e.stopPropagation(); var parent = e.currentTarget.parentElement; var submenu = parent.querySelector(".submenu-about-links"); if (submenu) { submenu.classList.toggle("expanded"); } } function toggleConnect(e) { e.preventDefault(); e.stopPropagation(); var parent = e.currentTarget.parentElement; var submenu = parent.querySelector(".submenu-connect-links"); if (submenu) { submenu.classList.toggle("expanded"); } } function toggleFeatures(e) { e.preventDefault(); e.stopPropagation(); var parent = e.currentTarget.parentElement; var submenu = parent.querySelector(".submenu-links"); if (submenu) { submenu.classList.toggle("expanded"); } } // Automatically add the "responsive" class on mobile devices document.addEventListener("DOMContentLoaded", function() { if (window.innerWidth <= 600) { document.getElementById("navMenu").classList.add("responsive"); } });
Bringing each piece to life through storytelling, you’ll learn about the heroine who wore it and the magic she left imbued in it. Inspired by the bold heroines of ancient folklore.