2024-04-21 07:06:58 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf8">
|
|
|
|
<title>you have been invited to blek! cc!</title>
|
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
font-family: 'Cantarell', 'Open Sans', 'Segoe UI', sans-serif;
|
|
|
|
background: #222;
|
|
|
|
color: white
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>you have been invited to join blek! cc!</h1>
|
|
|
|
<p>
|
2024-04-21 08:12:01 +02:00
|
|
|
a trusted member {{ name }} has invited you ({{ invitee }}) to join blek! cc
|
2024-04-21 07:06:58 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
if you want to create an account, please follow these instructions:
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>if you don't have a GPG key, make one. use an email that you have stable access to</li>
|
|
|
|
<li>send an email to
|
|
|
|
<code>cc@blek.codes</code>
|
|
|
|
to apply for an account. include a copy of this email</li>
|
|
|
|
<li>you will be invited to an interview after. the interview is about getting to know you, so don't be scared
|
|
|
|
</li>
|
|
|
|
<li>if your application is approved, you will recieve an email</li>
|
|
|
|
</ul>
|
|
|
|
<h3>how do you know that this invite is authentic</h3>
|
|
|
|
<p>
|
|
|
|
if at least one if this is true, it is authentic:
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>this email is GPG signed by a cc.blek.codes mail account. ensure that the key is trusted</li>
|
|
|
|
<li>this email came from a cc.blek.codes mailbox</li>
|
|
|
|
<li>ask the admin at cc.blek.codes</li>
|
|
|
|
</ul>
|
|
|
|
<h3>what blek!cc gives you</h3>
|
|
|
|
<p>this subject is here so you understand if you even want to go through registration</p>
|
|
|
|
<ul>
|
|
|
|
<li>free website hosting at [name].cc.blek.codes</li>
|
|
|
|
<li>mailbox or alias @ cc.blek.codes</li>
|
|
|
|
<li>possibly other services not mentioned here. this template is not often updated</li>
|
|
|
|
</ul>
|
|
|
|
<p>if you do not want an account, ignore this email</p>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|