Website content for chibug.org
at master 29 lines 775 B view raw
1--- 2layout: friends 3title: "Friends" 4--- 5 6<section> 7 <div class="friend"> 8 <img src="/images/cobsd_trimmed.png" height="100" width="100" 9 alt="cobug logo"/> 10 <div> 11 <a href="https://cobug.org">CoBUG</a> 12 <p>Created in 2014, CoBUG is a completely open BSD community, 13 established with the intention of spreading love for the BSDs.</p> 14 </div> 15 </div> 16</section> 17<section> 18 <div class="friend"> 19 <img src="/images/nycbug2.png" height="100" width="100" 20 alt="nycbug logo" /> 21 <div> 22 <a href="https://www.nycbug.org/">NYC*BUG</a> 23 <p>NYC*BUG (pronounced "nice bug") was launched at a small meeting 24 in December 2003, and officially announced at the 25 birds-of-a-feather meeting at LinuxWorld Expo in NYC in January 26 2004.</p> 27 </div> 28 </div> 29</section>