Add RDFa for club members
This commit is contained in:
parent
0b375cdfe9
commit
57f4ebb231
1 changed files with 8 additions and 9 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en-ca" vocab="https://schema.org/" resource="LibreInternetClub" typeof="Organization">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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>
|
||||||
|
|
@ -47,15 +46,15 @@
|
||||||
<h2>
|
<h2>
|
||||||
Members
|
Members
|
||||||
</h2>
|
</h2>
|
||||||
<ul>
|
<ul rel="member">4
|
||||||
<li><a href="https://sjkillen.ca">Spencer</a></li>
|
<li typeof="Person" about="https://sjkillen.ca"><a href="https://sjkillen.ca">Spencer</a></li>
|
||||||
<li>Mimi</li>
|
<li about="Mimi" typeof="Person"><span property="name">Mimi</span></li>
|
||||||
<li>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>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="text" value="libreinternet" /></p>
|
<p>username: <input id="editorusername" disabled type="tehrefxt" 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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue