Files
madisonlinux/views/lug.ejs
Cory Sanin 28f18621e0
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m5s
App Image CI / Build app image (push) Successful in 1m9s
the LUG update
2025-12-05 12:00:03 -05:00

52 lines
1.9 KiB
Plaintext

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<%- include("head", locals) %>
</head>
<body class="preload">
<%- include("navigation", locals) %>
<div class="content">
<% if (adminMode) { %>
<%- include("installform", locals) %>
<% } %>
<h1>Madison Linux</h1>
<p>
A Linux user Group (LUG) is coming to your neighborhood...
</p>
<p>
Madison Linux is (will be?) a place for Linux users of all skill levels to meet and share knowledge, troubleshoot, and show off.
Completely open to the pulic, we will meet monthly starting in January 2026. Every 3rd Thursday, at 7PM.
<a href="https://www.sector67.org/">Sector67</a> is hosting us again, so a big thank you to them!
</p>
<p>
<a class="btn" href="/event.ics">🗓️ Add to Calendar</a>
</p>
<p>
Agenda for January 15th:
<ul>
<li>Decide on what communication platform(s) will we use</li>
<li>Casual presentation on the format of other Linux User Groups; how-to LUG</li>
<li>Get a sense where the community's interests lie</li>
<li>Some time to meet and chat</li>
</ul>
</p>
<p>
Hope to see you soon!
</p>
<hr/>
<% if (installs && installs.length) { %>
<div id="installs">
<h1>We have saved <span><%= installs.length %></span> computer<% if (installs.length > 1) { %>s<% } %>!</h1>
</div>
<% } %>
<h2>Need help?</h2>
<p>
If we set up your Linux installation and you need help or guidance, shoot me an
email at <a href="mailto:endof10@cory.sanin.dev">endof10@cory.sanin.dev</a>.
</p>
</div>
</body>
</html>