New files

This commit is contained in:
Comrade Ubergeek 2019-04-16 20:28:23 +02:00
parent 893e465f9c
commit 3103d1a22d
7 changed files with 114 additions and 0 deletions

BIN
comm_party.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 KiB

22
index.html Normal file
View File

@ -0,0 +1,22 @@
<html>
<head>
<title>Tilde.red</title>
<link href="site.css" rel="stylesheet" type="text/css">
<meta charset="utf-8" />
</head>
<body bgcolor="#FF0000">
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="manifesto.html">Manifesto</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="join.html">Become a citizen</a></li>
</ul>
</div>
<div>
<center>
<img src="comm_party.jpg" width="50%"/>
</center>
</div>
</body>
</html>

17
join.html Normal file
View File

@ -0,0 +1,17 @@
<html>
<head>
<title>Tilde.red</title>
</head>
<body bgcolor="#FF0000">
<div stlye="width:20%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="manifesto.html">Manifesto</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="join.html">Become a citizen</a></li>
</div>
<div style="float:right;width:75%;">
<p>Send an email to root at tilde dot red, and explain why you want to join. Instructions will come back, with how to proceed.</p>
</div>
</body>
</html>

21
manifesto.html Normal file
View File

@ -0,0 +1,21 @@
<html>
<head>
<title>tilde.red</title>
</head>
<body bgcolor="#FF0000">
<div stlye="width:20%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="manifesto.html">Manifesto</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="join.html">Become a citizen</a></li>
</div>
<div style="float:right;width:75%;">
<h1>Manifesto</h1>
<p>tilde.red is a place for those who believe in equality for all, regardless of class membership. Citizens of this digital space are all equals, regardless of whatever classes the bourgesoise have tried to place us into.</p>
<p>This digital place is the home for socialists and communists to discuss and promote the tenets of a classless society.</p>
<p></p>
</div>
<p>Last updated - 14 APR 2019</p>
</body>
</html>

17
new_index.html Normal file
View File

@ -0,0 +1,17 @@
<html>
<head>
<title>Tilde.red</title>
</head>
<body bgcolor="#FF0000">
<div stlye="width:20%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="manifesto.html">Manifesto</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="join.html">Become a citizen</a></li>
</div>
<div style="float:right;width:75%;">
<div style="align:center"><img src="comm_party.jpg" width="50%"/></div>
</div>
</body>
</html>

30
rules.html Normal file
View File

@ -0,0 +1,30 @@
<html>
<head>
<title>tilde.red</title>
</head>
<body bgcolor="#FF0000">
<div stlye="width:20%;float:left;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="manifesto.html">Manifesto</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="join.html">Become a citizen</a></li>
</div>
<div style="float:right;width:75%;">
<h1>Rules</h1>
<ol>
<li>There are no gendered pronouns to be used. The preferred pronoun is "Comrade", but any gender-neutral pronoun may be used. Gendered pronouns are an example of class warfare, and the attempt by the bourgeoisie to divide us, only to defeat us. Infractions will get you warned first, then banned upon second offense.</li>
<li>There are two types of citizens here: Comrades, and Czars. The only difference is that czars have been voted on to execute system maintenance, and have higher security level access. It does not mean their opinion or speech is more important than anyone else's.</li>
<li>Any change to the system must be voted on by the citizens. Various activities will have a "time to expire" for votes. The vote is tallied at the expiry time. More serious changes will have their votes opened longer, but at no time shall any vote be shorter than 6 hours.</li>
<li>Changes to the rules shall be voted on, and have a 72 hour long expiry.</li>
<li>You are responsible for checking your mail, locally, for status updates.</li>
<li>Membership of the czar group shall be voted on by all citizens. These voting periods are no shorter than 60 hours in length. This includes recovation of membership to the czar group.</li>
<li>Any citizen can call for a vote at any time, within the bounds of the rules.</li>
<li>Any classism will not be tolerated. There is a three strike rule to this. Upon the third offense, there is a banning.</li>
<li>Any citizen can cite another citizen for violation of these rules. For a violation to be logged, a vote of no shorter than 4 hours will be called. The maximum duration shall be 24 hours. Voting length is determined by the citer.</li>
<li>Any vote can be ended early if a unanimous decision has been reached.</li>
</ol>
</div>
</body>
</html>

7
site.css Normal file
View File

@ -0,0 +1,7 @@
body {background-color: #d22;font-family:sans;font-size:1.1em;line-height:1.5em}
ul{font-size:1.2em;padding:0.2em;margin:0;margin-bottom: 1em;border: 5px solid rgba(0,0,0,0.05);}
li{padding:0;margin:0;list-style: square "☭" inside}
li::before{content:"☭ "}
ul{text-align: center}
li{display: inline-block;margin-left:2em}