setActiveMenu(null)} className=\"relative bg-white\">\n
\n
\n
\n
\n
handleToggleMenu('mobile')} type=\"button\"\n className=\"rounded-md p-2 inline-flex items-center justify-center text-gray-500 hover:text-black hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500\">\n Open menu \n {/* Heroicon name: menu */}\n \n \n \n \n
\n
\n
\n \n {/* Item active: \"text-gray-900\", Item inactive: \"text-gray-500\" */}\n
\n About \n \n
\n \n {/* Item active: \"text-gray-900\", Item inactive: \"text-gray-500\" */}\n
handleToggleMenu('projects')}\n className={`${activeMenu === 'about' ? 'text-black' : 'text-gray-500'} group rounded-md text-gray-500 inline-flex items-center text-base font-medium hover:text-black focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500`}>\n Projects \n {/*\n Heroicon name: chevron-down\n\n Item active: \"text-gray-600\", Item inactive: \"text-gray-400\"\n */}\n \n \n \n \n
\n \n {/* Item active: \"text-gray-900\", Item inactive: \"text-gray-500\" */}\n
\n Webinars \n \n
\n \n {/*\n \n Blog\n \n*/}\n {/* \n Labs\n */}\n \n
\n
\n
\n
\n\n {/* Solutions menu */}\n {/*\n 'Solutions' flyout menu, show/hide based on flyout menu state.\n\n Entering: \"transition ease-out duration-200\"\n From: \"opacity-0 -translate-y-1\"\n To: \"opacity-100 translate-y-0\"\n Leaving: \"transition ease-in duration-150\"\n From: \"opacity-100 translate-y-0\"\n To: \"opacity-0 -translate-y-1\"\n */}\n
\n \n \n {/*\n Mobile menu, show/hide based on mobile menu state.\n\n Entering: \"duration-200 ease-out\"\n From: \"opacity-0 scale-95\"\n To: \"opacity-100 scale-100\"\n Leaving: \"duration-100 ease-in\"\n From: \"opacity-100 scale-100\"\n To: \"opacity-0 scale-95\"\n */}\n
\n \n
\n
\n
\n
\n
\n
\n
\n {/*\n
handleToggleMenu('mobile')} type=\"button\"\n className=\"bg-white rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500\">\n Close menu \n\n \n \n \n \n */}\n
\n
\n
\n
\n \n {/*\n \n*/}\n \n
\n
\n
\n
\n
\n \n
\n )\n}\n\nexport default Header\n","import React from 'react'\n\nimport OpenLawBanner from '../../assets/logos/open-law-banner-light.svg'\n\nconst Footer = ({siteTitle}) => (\n