-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
136 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Home | Agora Nomic</title> | ||
<link rel="icon" type="image/png" href="coat_of_arms.png"/> | ||
<link rel="stylesheet" type="text/css" href="/style.css" media="screen" /> | ||
<body class="home"> | ||
|
||
<!--navstart--> | ||
<div class="nvbr desktop"> | ||
<a class="home" href="index.html">Home</a> | ||
<a class="join" href="join.html">Join</a> | ||
<a class="play" href="play.html">How To Play</a> | ||
<a class="rules" href="rules.html">Rules</a> | ||
<a class="judgments" href="judgments.html">Judgments</a> | ||
<a class="glossary" href="glossary.html">Glossary</a> | ||
<a class="calendar" href="calendar.html">Calendar</a> | ||
<a class="archives" href="archives.html">Archives</a> | ||
</div> | ||
<div class="nvbr mobile"> | ||
<div class="dropdown"> | ||
<center><button class="dropbtn">Menu</br>☰</button></center> | ||
<div class="dropdown-content"> | ||
<a class="home" href="index.html">Home</a> | ||
<a class="join" href="join.html">Join</a> | ||
<a class="play" href="play.html">How to Play</a> | ||
<a class="rules" href="rules.html">Rules</a> | ||
<a class="judgments" href="judgments.html">Judgments</a> | ||
<a class="glossary" href="glossary.html">Glossary</a> | ||
<a class="calendar" href="calendar.html">Calendar</a> | ||
<a class="archives" href="archives.html">Archives</a> | ||
</div> | ||
</div> | ||
</div> | ||
<img class="coat-of-arms" src="coat_of_arms.png" align="right"> | ||
|
||
<div class="nvpad"></div> | ||
<!--navend--> | ||
|
||
<div class="container"> | ||
<div id="Welcome" class="content"> | ||
<div class="rule101" align="center"> | ||
<pre> | ||
Welcome! This is the Webmastor's homepage, currently maintained by the inaugural Agoran Webmastor, nix. Below is a 'live' version of the Webmastor's report. | ||
|
||
**Last Updated: 02/07/2021 22:28 (UTC)** | ||
|
||
+---------+ | ||
|Directory| | ||
+---------+ | ||
|
||
Agoran Homepage @ https://agoranomic.org/ | ||
|
||
Reports | ||
------- | ||
ADoP @ http://zenith.homelinux.net/adop/report.php | ||
|
||
Assessor @ https://agoranomic.org/assessor/ | ||
|
||
CotC @ https://faculty.washington.edu/kerim/nomic/cases/report.html | ||
|
||
Herald @ https://agoranomic.org/Herald/ | ||
|
||
Registrar @ https://agoranomic.org/Registrar/ | ||
|
||
Ruleset @ https://agoranomic.org/ruleset/ | ||
|
||
Treasuror @ https://agoranomic.org/Treasuror/ | ||
|
||
Webmastor @ https://agoranomic.org/Webmastor/ | ||
|
||
Public Archives | ||
--------------- | ||
Agora Official @ https://www.mail-archive.com/[email protected]/info.html | ||
|
||
Agora Business @ https://www.mail-archive.com/[email protected]/info.html | ||
|
||
Agora Discussion @ https://www.mail-archive.com/[email protected]/info.html | ||
|
||
Gio @ https://agoranomic.groups.io/g/main/topics | ||
|
||
Other Archives | ||
-------------- | ||
Assessor's Reports @ https://agoranomic.org/assessor/ | ||
|
||
AgoraQuest @ https://agoranomic.org/AgoraQuest/ | ||
|
||
Birthday Tournament 2020 Maps @ https://agoranomic.org/omd-diplonomic-2020-maps/ | ||
|
||
Reportor's Weekly Summaries @ https://github.com/AgoraNomic/Reportor/tree/master/weekly_summaries | ||
|
||
Other Nomic Sites @ https://agoranomic.org/other_sites | ||
|
||
Please alert the Webmastor of any missing links. | ||
|
||
+--------+ | ||
|Warnings| | ||
+--------+ | ||
|
||
- CotC page does not have a header | ||
- ADoP page does not have a header | ||
|
||
+------+ | ||
|Errors| | ||
+------+ | ||
|
||
None, currently. | ||
|
||
+---------+ | ||
|Changelog| | ||
+---------+ | ||
|
||
Feb 2021 | ||
|
||
- fixes to Treasuror website (Trigon) | ||
- update header with link to other sites page (nix) | ||
|
||
Jan 2021 | ||
|
||
- front page overhaul (nix) | ||
|
||
</pre> | ||
|
||
</div> | ||
|
||
<div class="chats"> | ||
<h3>Chat With Us</h3> | ||
<p align="center">All three are connected so just choose your favorite!</p> | ||
<a href="https://discord.gg/tz2u6m7"><button position="relative" class="button">Discord</button></a> | ||
<a href="https://matrix.to/#/%23agoranomiccommunity%3Amozilla.org?via=mozilla.org&via=matrix.org"><button position="relative" class="button">Matrix</button></a> | ||
<a href="irc:irc.libera.chat/##nomic"><button position="relative" class="button">IRC</button></a> | ||
<a href="https://web.libera.chat/##nomic"><button position="relative" class="button">IRC (Web)</button></a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |