Website content for chibug.org
at master 51 lines 1.9 kB view raw
1<!doctype html> 2<html lang="en"> 3<head> 4 <title>ChiBUG: {% if page.title %}{{ page.title }}{% else %}Chicago Area BSD Users Group{% endif %}</title> 5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 7 <link rel="shortcut icon" href="/images/favicon.png"> 8 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/rss" /> 9 <meta name="viewport" content="width=device-width" /> 10 <meta property="og:url" content="{{ site.url }}{{ page.url }}" /> 11 <meta property="og:title" content="ChiBUG: {% if page.title %}{{ page.title }}{% else %}Chicago Area BSD Users Group{% endif %}" /> 12 <meta property="og:image" content="https://chibug.org/images/chibug-1000.png" /> 13 <link href="/css/default.css" media="screen" rel="stylesheet" type="text/css"/> 14</head> 15<body> 16 <nav> 17 <div id="logo"> 18 <img src="/images/chibug-150.png" 19 srcset="/images/chibug-150.png 1x, /images/chibug-300.png 2x" 20 width=150 height=100 title="ChiBUG Logo"> 21 </div> 22 <a href="/">ChiBUG</a>: Chicago Area BSD Users Group 23 <div class="call"> 24 <p> 25 Do you use or have any interest in 26 <a href="https://www.freebsd.org/">FreeBSD</a>, 27 <a href="https://www.netbsd.org/">NetBSD</a>, 28 <a href="https://www.openbsd.org/">OpenBSD</a>, or 29 <a href="https://www.dragonflybsd.org/">DragonflyBSD</a>? 30 Are you interested in meeting up with other like-minded people in the 31 Chicago area? If so, <strike>you're in the right place!</strike> 32 you missed us! 33 </p> 34 <p> 35 ChiBUG used to meet tentatively on the second Tuesday of each month. 36 </p> 37 </div> 38 <div style="clear: both;"></div> 39 </nav> 40 <div class="subheader"> 41 <div style="float: right;"> 42 <a href="/rss">RSS Feed</a> 43 </div> 44 <a href="/friends/">Friends</a> 45 </div> 46 47 <main> 48 {{ content }} 49 </main> 50</body> 51</html>