Merge from website

This commit is contained in:
Spencer Killen 2026-07-13 14:30:59 -06:00
parent 57f4ebb231
commit f5ef6d3b5e

View file

@ -1,28 +1,35 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-ca" vocab="https://schema.org/" resource="LibreInternetClub" typeof="Organization"> <html lang="en-ca" typeof="Organization">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Libre Internet Club</title> <title property="http://schema.org/name">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>
<script type="module" src="tictactoe.js" defer></script> <script type="module" src="tictactoe.js" defer></script>
<script type="module" src="crawler.js" defer></script> <script type="module" src="crawler.js" defer></script>
<link rel="stylesheet" href="tictactoe.css" /> <link rel="stylesheet" href="tictactoe.css" />
</head> </head>
<body vocab="https://schema.org/">
<div id="banner"> <div id="banner">
<img src="banner.gif" /> <img property="logo" src="banner.gif" alt="Libre Internet Club" />
</div> </div>
@ University of Alberta <span property="location">@ <span typeof="CollegeOrUniversity" property="name">University of Alberta</span></span>
<ul> <ul>
<li><a href="https://discord.gg/U9MQTv952">Join Discord</a></li> <li><a href="https://discord.gg/U9MQTv952">Join Discord</a></li>
<li><a href="https://matrix.to/#/#Libre_Internet:matrix.org">Matrix</a></li> <li><a href="https://matrix.to/#/#Libre_Internet:matrix.org">Matrix</a></li>
<li><a rel="me" href="https://mstdn.ca/@LibreInternetClubUofA">Federate with us on Mastodon</a></li> <li vocab="https://joinmastodon.org/verification#"><a rel="me" href="https://mstdn.ca/@LibreInternetClubUofA">Federate with us on Mastodon</a></li>
</ul> </ul>
<h3>Resources:</h3>
<ul>
<li><a href="./pages/linux.html">Linux</a></li>
</ul>
<h2><marquee>Upcoming Events</marquee></h2> <h2><marquee>Upcoming Events</marquee></h2>
<i>To be updated here....</i> <i>To be updated here....</i>
<div class="infoblock"> <div class="infoblock" property="event">
<h2><i>Most Recent Event:</i></h2> <h2><i>Most Recent Event:</i></h2>
<h1>Meetup 2! (Linux Install Session)</h1> <h1>Meetup 2! (Linux Install Session)</h1>
<p>Saturday, June 13, 2026. 1pm. Meet up at <a href="https://www.openstreetmap.org/search?lat=53.525347&lon=-113.524075&zoom=19#map=19/53.525348/-113.524075">The Daily Grind in University Commons</a>. <s>Where we go after that is TBA, but we will update it on here.</s> (Forgot to do that, oops. Can confirm the event happened, though, and some new people showed up!)</p> <p>Saturday, June 13, 2026. 1pm. Meet up at <a href="https://www.openstreetmap.org/search?lat=53.525347&lon=-113.524075&zoom=19#map=19/53.525348/-113.524075">The Daily Grind in University Commons</a>. <s>Where we go after that is TBA, but we will update it on here.</s> (Forgot to do that, oops. Can confirm the event happened, though, and some new people showed up!)</p>
@ -34,7 +41,7 @@
</ul> </ul>
<hr> <hr>
</div> </div>
<div class="infoblock"> <div class="infoblock" property="event">
<h1>Libre Local Event</h1> <h1>Libre Local Event</h1>
<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>
@ -46,15 +53,15 @@
<h2> <h2>
Members Members
</h2> </h2>
<ul rel="member">4 <ul rel="member">
<li typeof="Person" about="https://sjkillen.ca"><a href="https://sjkillen.ca">Spencer</a></li> <li typeof="Person" about="https://sjkillen.ca"><a href="https://sjkillen.ca">Spencer</a></li>
<li about="Mimi" typeof="Person"><span property="name">Mimi</span></li> <li about="Mimi" typeof="Person"><span property="name">Mimi</span></li>
<li typeof="Person" >PT118's Site (Outdated, as of 2024) <a href="https://periodictable118.wixsite.com/mycv"> PT118 </a> </li> <li typeof="Person" >PT118's Site (Outdated, as of 2024) <a href="https://periodictable118.wixsite.com/mycv"> PT118 </a> </li>
<li typeof="Person" >You! (Add yourself here using the site editor below!</li> <li typeof="Person" >You! (Add yourself here using the site editor below!)</li>
</ul> </ul>
<div class="infoblock"> <div class="infoblock">
<h2>Edit Site!</h2> <h2>Edit Site!</h2>
<p>username: <input id="editorusername" disabled type="tehrefxt" value="libreinternet" /></p> <p>username: <input id="editorusername" disabled type="text" value="libreinternet" /></p>
<p>password: <input id="editorpassword" type="text" /></p> <p>password: <input id="editorpassword" type="text" /></p>
<select id="editormethod"> <select id="editormethod">
<option value="GET">GET</option> <option value="GET">GET</option>