It's still more like a concept, but I want to release something. Maybe there's one day a nice website evolving out of it. :)
This commit is contained in:
parent
764fcbd313
commit
458b994dce
4 changed files with 167 additions and 108 deletions
72
index.html
72
index.html
|
@ -1,29 +1,63 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>cozy.town</title>
|
||||
<title>Cozy Town – Cozy Services for Cozy Townies</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="https://cozy.town/index.css" type="text/css" media="screen" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<link rel="stylesheet" href="index.css" type="text/css" media="screen" />
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<solarsystem>
|
||||
<planet>
|
||||
<moon></moon>
|
||||
</planet>
|
||||
<surface>
|
||||
<sign>
|
||||
<content>It's not cozy here for now, this little universe has to form itself first.<br /><br />:)</content>
|
||||
<pole></pole>
|
||||
</sign>
|
||||
</surface>
|
||||
<header>
|
||||
<h1>Cozy Town</h1>
|
||||
<p>Cozy Services for Cozy Townies</p>
|
||||
<sun></sun>
|
||||
</solarsystem>
|
||||
<footer>
|
||||
<section class="version">
|
||||
<a href="https://git.vrifox.cc/cozy.town/website">concept 2020-12-29</a>
|
||||
</section>
|
||||
</footer>
|
||||
<hillshade></hillshade>
|
||||
<hill></hill>
|
||||
</header>
|
||||
<main>
|
||||
<article class="matrix">
|
||||
<h1>Matrix</h1>
|
||||
<p>Matrix is an open-source, decentralised and secure communication standard.</p>
|
||||
<a href="https://chat.cozy.town">Chat</a>
|
||||
<a href="https://chat.cozy.town/register">Register</a>
|
||||
</article>
|
||||
<article class="xmpp">
|
||||
<h1>XMPP/Jabber</h1>
|
||||
<p>XMPP/Jabber is an open-source, decentralised and secure communication standard.</p>
|
||||
<a href="https://xmpp.cozy.town">Chat</a>
|
||||
<a href="https://xmpp.cozy.town/register">Register</a>
|
||||
</article>
|
||||
<!--<article class="ttrss">
|
||||
<h1>TTRSS</h1>
|
||||
<p>XMPP/Jabber is an open-source, decentralised and secure communication standard.</p>
|
||||
<a href="https://feed.cozy.town">Read</a>
|
||||
</article>-->
|
||||
<article class="gitea">
|
||||
<h1>Gitea</h1>
|
||||
<p>Gitea is an open-source (source code) version control software.</p>
|
||||
<a href="https://code.cozy.town">Code</a>
|
||||
</article>
|
||||
<!--<article class="nextcloud">
|
||||
<h1>Nextcloud</h1>
|
||||
<p>XMPP/Jabber is an open-source, decentralised and secure communication standard.</p>
|
||||
<a href="https://cloud.cozy.town"></a>
|
||||
</article>-->
|
||||
<!--<article class="pleroma">
|
||||
<h1>Pleroma</h1>
|
||||
<p>Pleroma is an open-source and decentralised social network based on the fediverse.</p>
|
||||
<a href="https://fedi.cozy.town">Socialize</a>
|
||||
</article>-->
|
||||
<!--<article class="etherpad">
|
||||
<h1>Etherpad</h1>
|
||||
<p>Etherpad is an open-source real time editor.</p>
|
||||
<a href="https://text.cozy.town">Write</a>
|
||||
</article>-->
|
||||
<article class="mumble">
|
||||
<h1>Mumble</h1>
|
||||
<p>Mumble is an open-source, decentralised and secure voice chat.</p>
|
||||
<a href="https://mumble.cozy.town">Talk</a>
|
||||
</article>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue