Merge branch 'master' of ssh://git.sjkillen.ca:2222/sjkillen/libreinternet.club

This commit is contained in:
Spencer Killen 2026-08-05 09:56:00 -06:00
commit ba61b0f15e
2 changed files with 36 additions and 8 deletions

View file

@ -14,22 +14,39 @@
<div id="banner">
<img property="logo" src="banner.gif" alt="Libre Internet Club" />
</div>
<span property="location">@ <span typeof="CollegeOrUniversity" property="name">University of Alberta</span></span>
<div><a href="https://www.w3.org/TR/webmention">Webmention</a> us at <a vocab="https://www.w3.org/ns/webmention#" rel="webmention" href="https://webmention.libreinternet.club">https://webmention.libreinternet.club</a></div>
<div style="position: relative; height: 100px; width: 100%;">
<div style="position: absolute; top: 0px">
<span property="location">@ <span typeof="CollegeOrUniversity" property="name">University of Alberta</span></span>
<div><a href="https://www.w3.org/TR/webmention">Webmention</a> us at <a vocab="https://www.w3.org/ns/webmention#" rel="webmention" href="https://webmention.libreinternet.club">https://webmention.libreinternet.club</a></div>
</div>
<div style="position: absolute; top: 0px; right: 0px">
<div><a href="login.html">Login</a></div>
</div>
</div>
<ul>
<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 vocab="https://joinmastodon.org/verification#"><a rel="me" href="https://mstdn.ca/@LibreInternetClubUofA">Federate with us on Mastodon</a></li>
</ul>
<h3>Resources:</h3>
<ul>
<li><a href="./pages/linux.html">Linux</a></li>
</ul>
<nav>
<details open><summary>Navigation</summary>
<ul>
<li><a href="#" onclick="return false" style="cursor: not-allowed">Resources</a></li>
<li>Under Construction</li>
</ul>
</details>
</nav>
<h2><marquee>Upcoming Events</marquee></h2>
<i>To be updated here....</i>
<!--<i>To be updated here....</i>-->
<div class="infoblock" property="event">
<h1>HTML Day Meetup</h1>
<p><a href="./events/htmlday2026/index.html">Event Page</a></p>
<p>Those in the Edmonton area are free to join! Please remain respectful.</p>
<hr>
</div>
<div class="infoblock" property="event">
<h2><i>Most Recent Event:</i></h2>

11
www/login.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
<form action="https://libreinternet.club/login" method="get">
<label for="inputopenidurl">Open ID Connect URL</label>
<input name="provider" id="inputopenidurl" type="text">
<input type="submit" value="Login">
</form>
</body>
</html>