</style></head> <body class="flex flex-col bg-gray-50 dark:bg-gray-900"> <header class="bg-stone-700 text-stone-50"> <div class="flex md:px-5 md:gap-3 items-center"> <img src="/oibird.svg" width="180" height="180" alt="A green bird similar to a sparrow but with a long tail"> <div src="flex flex-row items-center"> <p class="text-2xl">OpenIndiana</p> <p>Community-driven illumos Distribution</p> </div> <div class="md:hidden"> <button class="navbar-burger flex items-center text-slate-100 p-3"> <svg class="block h-6 w-6 fill-current" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <title>Mobile menu</title> <path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path> </svg> </button> </div> </div> <nav class="border-t max-sm:hidden md:text-md lg:test-xl px-10 h-10 flex gap-4 justify-evenly items-center"> <a href="/" class="inline-block"> Announcements </a> <a href="/community" class="inline-block"> Community </a> <a href="//docs.openindiana.org" class="inline-block"> Documentation </a> <a href="/packages" class="inline-block"> Package Repositories </a> <a href="//www.illumos.org/projects/openindiana/issues?set_filter=1" class="inline-block"> Issue Tracker </a> <a href="/downloads" class="inline-block"> Downloads </a> <a href="/socials" class="inline-block"> Social Channels </a> <a href="//github.com/openindiana" class="inline-block" target="_blank"> GitHub </a> </nav> <div class="navbar-menu relative z-50 hidden"> <div class="navbar-backdrop fixed inset-0 bg-stone-700 opacity-25"></div> <nav class="fixed top-0 left-0 bottom-0 flex flex-col w-5/6 max-w-sm py-6 px-6 border-r bg-stone-700 overflow-y-auto"> <div class="flex items-center mb-8"> <button class="navbar-close"> <svg class="h-6 w-6 cursor-pointer" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path> </svg> </button> </div> <div class="flex flex-col gap-4"> <a href="/" class="inline-block"> Announcements </a> <a href="/community" class="inline-block"> Community </a> <a href="//docs.openindiana.org/handbook/getting-started/" class="inline-block"> Documentation </a> <a href="/packages" class="inline-block"> Package Repositories </a> <a href="//www.illumos.org/projects/openindiana/issues?set_filter=1" class="inline-block"> Issue Tracker </a> <a href="/downloads" class="inline-block"> Downloads </a> <a href="/socials" class="inline-block"> Social Channels </a> <a href="//github.com/openindiana" class="inline-block" target="_blank"> GitHub </a> </div> </nav> </div> </header> <script type="module">document.addEventListener("DOMContentLoaded",function(){const r=document.querySelectorAll(".navbar-burger"),n=document.querySelectorAll(".navbar-menu");if(r.length&&n.length)for(var e=0;e<r.length;e++)r[e].addEventListener("click",function(){for(var c=0;c<n.length;c++)n[c].classList.toggle("hidden")});const l=document.querySelectorAll(".navbar-close"),o=document.querySelectorAll(".navbar-backdrop");if(l.length)for(var e=0;e<l.length;e++)l[e].addEventListener("click",function(){for(var t=0;t<n.length;t++)n[t].classList.toggle("hidden")});if(o.length)for(var e=0;e<o.length;e++)o[e].addEventListener("click",function(){for(var t=0;t<n.length;t++)n[t].classList.toggle("hidden")})});</script> <main class="bg-gray-100 text-black dark:bg-gray-800 min-h-screen py-5"> <article class="prose prose-gray prose-p:text-black prose-li:text-black prose-table:text-black dark:prose-invert dark:prose-p:text-white dark:prose-li:text-white dark:prose-table:text-white max-w-max px-10"> <h1 class="font-bold">Announcing the #OpenIndiana CoWorking Sessions.</h1> <time datetime="2023-11-11T00:00:00.000Z"> Nov 11, 2023 </time> <hr> <p>Several people have wished to have some more regular times to sit together and ask questions when they get stuck packaging.
0 commit comments