Compare commits

...

3 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

View File

@@ -20,18 +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);
background-repeat: no-repeat;
background-size: 100% 100%;
} }
a { a {
color: white; color: black;
} }
h1, h2, h3 { h1, h2, h3 {
font-size: 16px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
</style> </style>
@@ -40,37 +36,37 @@
<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>Dear Delta Chat users,</h1> <h1>Dear Delta Chat users and newcomers,</h1>
<p> <p>
welcome to the first public "chat-mail instance", welcome to the first public "chat-mail instance",
a small and lean e-mail server optimized for Delta Chat. a small and lean e-mail provider for smooth chatting.
</p> Install Delta Chat or add an account:
<ul> <ul>
<li>Tap "LOG INTO YOUR E-MAIL ACCOUNT". </li> <li>Tap "LOG INTO YOUR E-MAIL ACCOUNT".</li>
<li>Address: invent a word with <i>exactly</i> nine characters <li>Address: invent a word with <i>exactly</i> nine characters
and append @nine.testrun.org to it.</li> and append @nine.testrun.org to it.</li>
<li>Password: invent at least 10 characters. The first login sets your password.</li> <li>Password: invent at least 10 characters. The first login sets your password.</li>
</ul> </ul>
If the e-mail address is not yet taken, you'll get that account. If the e-mail address is not yet taken, you'll get that account.
</p> </p>
</div> <p>
<img class="section" src="collage-down.png" /> <img class="section" src="collage-down.png" />
<div class="section text">
<h1>faq</h1> <h2>What's behind it, how does it operate?</h2>
<h2>Can i chat with someone outside the chat-mail instance?</h2> <p>nine.testrun.org is run
<p>Yes, if your messages are encrypted. by a small group of devs and sysadmins, reachable via root@.
Use <a href="https://staging.delta.chat/746/en/help#howtoe2ee"> They want to keep this instance running at least until end 2024.
guaranteed end-to-end encryption via QR code scans</a> Current limits:
to setup contact with users outside of the chat-mail instance</p>
<h2>What about current rate limits?</h2>
<ul> <ul>
<li>Sending limit: 60 messages per minute.</li> <li>Un-encrypted mails can not leave the chat-mail instance.</li>
<li>Message autoremoval: after 40 days.</li> <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> </ul>
<h2>Do you intend to keep this chat-mail instance up?</h2>
<p>Yes, nine.testrun.org is to run for longer, on a best-effort basis.</p>
<h2>Who is running this chat-mail instance?</h2>
<p>A small group of devs and sysadmins, reachable via root@.
<h2>Why are other email providers 1000 times more complicated?</h2> <h2>Why are other email providers 1000 times more complicated?</h2>
<p>¯\_(ツ)_/¯</p> <p>¯\_(ツ)_/¯</p>
</div> </div>