Compare commits

...

5 Commits

Author SHA1 Message Date
holger krekel
d547435d6a make headlines as big as normal text 2023-11-16 11:46:26 +01:00
missytake
6c12849599 Changed typo to sans-serif, feel free to revert 2023-11-16 10:02:09 +01:00
holger krekel
d82d57b2b2 reduce retro-ness of design after @hocuri's comment :) 2023-11-15 21:36:31 +01:00
holger krekel
6c3ec903c2 Update www/nine.testrun.org/index.html
Co-authored-by: Hocuri <hocuri@gmx.de>
2023-11-15 20:48:30 +01:00
holger krekel
7d9b81863f refining the entry point, more info, more directly speaking to DC users
(we don't want to get arbitrary users to report issues)
2023-11-15 20:48:30 +01:00

View File

@@ -20,15 +20,14 @@
box-sizing: border-box; box-sizing: border-box;
padding: 9px; padding: 9px;
font-size: 18px; font-size: 18px;
font-family: "Courier New", monospace; font-family: "Swansea", "Helvetica", sans-serif;
color: white; color: black;
background-position: left top; }
background-image: url(collage-bg.png); a {
background-repeat: no-repeat; color: black;
background-size: 100% 100%;
} }
h1, h2, h3 { h1, h2, h3 {
font-size: 16px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
</style> </style>
@@ -37,24 +36,39 @@
<div class="wrapper"> <div class="wrapper">
<img class="section" src="collage-top.png" /> <img class="section" src="collage-top.png" />
<div class="section text"> <div class="section text">
<h1>welcome to nine.testrun.org</h1> <h1>Dear Delta Chat users and newcomers,</h1>
<p> <p>
to get an account, welcome to the first public "chat-mail instance",
invent a word with <i>exactly</i> nine characters a small and lean e-mail provider for smooth chatting.
and append @nine.testrun.org to it. Install Delta Chat or add an account:
eg. <b>hellofits@nine.testrun.org</b> <ul>
<li>Tap "LOG INTO YOUR E-MAIL ACCOUNT".</li>
<li>Address: invent a word with <i>exactly</i> nine characters
and append @nine.testrun.org to it.</li>
<li>Password: invent at least 10 characters. The first login sets your password.</li>
</ul>
If the e-mail address is not yet taken, you'll get that account.
</p> </p>
<p> <p>
if the email address is not yet taken, you'll get that account. <img class="section" src="collage-down.png" />
the first login sets your password.
that's it. <h2>What's behind it, how does it operate?</h2>
</p> <p>nine.testrun.org is run
</div> by a small group of devs and sysadmins, reachable via root@.
<img class="section" src="collage-down.png" /> They want to keep this instance running at least until end 2024.
<div class="section text"> Current limits:
<h1>faq</h1> <ul>
<p><i>why are other email providers 1000 times more complicated?</i></p> <li>Un-encrypted mails can not leave the chat-mail instance.</li>
<p>because they want to for $reasons</p> <li>Use <a href="https://delta.chat/en/help#howtoe2ee">
guaranteed end-to-end encryption via QR code scans</a>
to setup contact with users outside of the chat-mail instance.
</li>
<li>You may send up to 60 messages per minute.</li>
<li>Messages are unconditionally removed 40 days after arrival.</li>
<li>Max storage per user is 100MB.</li>
</ul>
<h2>Why are other email providers 1000 times more complicated?</h2>
<p>¯\_(ツ)_/¯</p>
</div> </div>
</div> </div>
</body> </body>