Backup site
This commit is contained in:
parent
b53256d5e1
commit
719843e2b8
1 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<html lang="en-ca" />
|
||||
<title>Libre Internet Club</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<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>
|
||||
</ul>
|
||||
<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">
|
||||
<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;" />
|
||||
<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.
|
||||
|
|
@ -33,6 +41,7 @@
|
|||
<ul>
|
||||
<li><a href="https://sjkillen.ca">Spencer</a></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>
|
||||
</ul>
|
||||
<div class="infoblock">
|
||||
|
|
@ -79,4 +88,4 @@
|
|||
<button onclick="tictactoe.reload()">Reload</button>
|
||||
<button onclick="tictactoe.reset()">Reset</button>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue