Website content for chibug.org

add friends and timezone to latest post.

authored by

jim hoffman and committed by jcs.org 45f3a9d5 3286a04b

+60 -1
+2
_layouts/default.html
··· 45 45 | 46 46 <a href="https://webchat.freenode.net/?channels=metabug">IRC Chat (#metabug 47 47 on Freenode)</a> 48 + | 49 + <a href="/friends/">Friends</a> 48 50 </div> 49 51 50 52 <main>
+12
_layouts/friends.html
··· 1 + --- 2 + layout: default 3 + --- 4 + <a href="/">&lt;&lt; Back</a> 5 + 6 + <section class="update"> 7 + <header> 8 + <a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a> 9 + </header> 10 + {{ page.content }} 11 + </section> 12 +
+1 -1
_posts/2021-03-09-meeting.md
··· 3 3 title: "March 9th Meeting - Virtual" 4 4 author: jim 5 5 --- 6 - ChiBUG will be meeting on Tuesday, March 9th at 6:30PM via Zoom. 6 + ChiBUG will be meeting on Tuesday, March 9th at 6:30PM CST via Zoom. 7 7 8 8 Featuring a talk from [Dr. Paul Vixie](https://en.wikipedia.org/wiki/Paul_Vixie) followed by an AMA. 9 9
+16
css/default.css
··· 546 546 border: 2px solid red; 547 547 padding: 2px; 548 548 } 549 + .friend { 550 + /* boxes 551 + border: 1px solid #b3ddf2; 552 + border-radius: 1rem; */ 553 + display: flex; 554 + } 555 + .friend img { 556 + margin: 15px; 557 + } 558 + .friend a { 559 + display: flex; 560 + margin: 20px 15px; 561 + } 562 + .friend p { 563 + margin: 15px; 564 + } 549 565 550 566 551 567 /* mobile view */
+29
friends/index.html
··· 1 + --- 2 + layout: friends 3 + title: "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/nycbug_sq.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>
images/cobsd_trimmed.png

This is a binary file and will not be displayed.

images/nycbug.png

This is a binary file and will not be displayed.

images/nycbug_sq.png

This is a binary file and will not be displayed.