Backup site

This commit is contained in:
Spencer Killen 2026-05-27 13:22:06 -06:00
parent b53256d5e1
commit 719843e2b8
Signed by: sjkillen
GPG key ID: 1DAA9D8D7C6ADD05

View file

@ -1,6 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8" />
<html lang="en-ca" />
<title>Libre Internet Club</title> <title>Libre Internet Club</title>
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
<script type="module" src="editor.js" defer></script> <script type="module" src="editor.js" defer></script>
@ -18,8 +20,14 @@
<li><a rel="me" href="https://mstdn.ca/@LibreInternetClubUofA">Federate with us on Mastodon</a></li> <li><a rel="me" href="https://mstdn.ca/@LibreInternetClubUofA">Federate with us on Mastodon</a></li>
</ul> </ul>
<h2><marquee>Upcoming Events</marquee></h2> <h2><marquee>Upcoming Events</marquee></h2>
<div class="infoblock">
<h1>Meetup 2!</h1>
<p>To enter your availability: <a href="https://crab.fit/meetup-2-336168" target="_blank">https://crab.fit/meetup-2-336168</a></p>
<hr>
</div>
<div class="infoblock"> <div class="infoblock">
<h1>Libre Local Event</h1> <h1>Libre Local Event</h1>
<h2><i>Most Recent Event:</i></h2>
<img src="events/libre_local_1.png" style="text-align: center; display: block;" /> <img src="events/libre_local_1.png" style="text-align: center; display: block;" />
<p>Thursday, May 21, 2026 from 12-4pm @ UoA North Campus ED 262 (Education South)</p> <p>Thursday, May 21, 2026 from 12-4pm @ UoA North Campus ED 262 (Education South)</p>
<p>This event will involve discussions, presentations, and the potential for software demos. However, we also aim for the comfort of attendees. Introverted or shy attendees may feel more comfortable simply listening in or reading some of the provided event materials, and that's OK! Attendees may move in and out of the room at any time. <p>This event will involve discussions, presentations, and the potential for software demos. However, we also aim for the comfort of attendees. Introverted or shy attendees may feel more comfortable simply listening in or reading some of the provided event materials, and that's OK! Attendees may move in and out of the room at any time.
@ -33,6 +41,7 @@
<ul> <ul>
<li><a href="https://sjkillen.ca">Spencer</a></li> <li><a href="https://sjkillen.ca">Spencer</a></li>
<li>Mimi</li> <li>Mimi</li>
<li>PT118's Site (Outdated, as of 2024) <a href="https://periodictable118.wixsite.com/mycv"> PT118 </a> </li>
<li>You! (Add yourself here using the site editor below!</li> <li>You! (Add yourself here using the site editor below!</li>
</ul> </ul>
<div class="infoblock"> <div class="infoblock">
@ -79,4 +88,4 @@
<button onclick="tictactoe.reload()">Reload</button> <button onclick="tictactoe.reload()">Reload</button>
<button onclick="tictactoe.reset()">Reset</button> <button onclick="tictactoe.reset()">Reset</button>
</body> </body>
</html> </html>