Skip to content
Snippets Groups Projects
Commit 303a4fb4 authored by Anupa Ann Joseph's avatar Anupa Ann Joseph
Browse files

Add welcome message to learner

parent 1a8d5c8e
Branches legacy
No related merge requests found
Pipeline #1132 canceled with stage
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Welcome Learner</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
</head>
<body>
<main>
<div class="container">
<section id="coc" class="presentation">
<div>
<h1 class="heading">Welcome message to Learner</h1>
<p>
Dear Learner,<br/>
</p>
<p>
We have received your application to join Free Software Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.
</p>
<ol>
<li> Make sure you have read the code of conduct - <a href="https://camp.fsf.org.in/coc.html">https://camp.fsf.org.in/coc.html</a></li>
<li> Make sure you take the learners' survey at <a href="https://ee.kobotoolbox.org/single/nxw4UE3B">https://ee.kobotoolbox.org/single/nxw4UE3B</a> that indicates to us your preferred language for sessions.</li>
<li> Consider subscribing to our low volume announcement mailing list at <a href="https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/">https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/</a> or following us on mastodon/fediverse at <a href="https://social.masto.host/@fscamp>https://social.masto.host/@fscamp"></a> for updates regarding the camp and join in the conversation on <a href="https://matrix.to/#/#fscamp:poddery.com">https://matrix.to/#/#fscamp:poddery.com</a> using any of the matrix powered apps like Element.</li>
<li> If your age is below 15, please contact us at <a href="mailto:camp@mm.gnu.org.in">camp@mm.gnu.org.in</a></li>
</ol>
<p>
If you are new to these terms, here is an explanation:
</p>
<h2 class="medium-heading">Mailing list:</h2>
<p>
A mail send to a mailing list is distributed to all members, so when we send an email to camp-announce mailing list, all of you will get a copy of the mail.
</p>
<p>
We have sent you an invitation to join the camp-announce mailing list, but Gmail seems to be marking it as spam even though we have correct DKIM and SPF records (these are standards for authenticating emails) for our emails. If you mark the invitation as not spam, it may help new people receive the mail in their inbox.
</p>
<h2 class="medium-heading">Mastodon/Fediverse:</h2>
<p>
Mastodon is a Free Software to create a social media service similar to Twitter in features. Unlike twitter, mastodon is not controlled by a single company. Many people and organizations around the world run their own mastodon services which are referred to as instances and users of any of these instances can interact with users of any other instance. Additionally there are other software interoperable with mastodon and all of it together constitute the fediverse. Some other software part of the Fediverse are Pleroma, Friendica, Peertube, Pixelfed etc.
</p>
<h2 class="medium-heading">Matrix/Element:</h2>
<p>
Matrix is a communication protocol for sharing instant messages, photos, files and audio/video calls. Element is most feature-complete app for Matrix protocol and is available on smart phones and laptop/desktop. Matrix has a similar decentralized architecture to mastodon, where different people and organizations provide an interoperable network of home servers (similar to an instance of mastodon). If you are new to using matrix, you can sign up for accounts by following instructions at <a href="https://chat.feneas.org">https://chat.feneas.org</a>, <a href=https://chat.tchncs.de>https://chat.tchncs.de</a> or <a href="https://chat.privacytools.io">https://chat.privacytools.io</a>, instead of using matrix.org which will help to reduce their server load.
</p>
<p>
You can reach out to us by mailing to <a href="mailto:camp@mm.gnu.org.in">camp@mm.gnu.org.in</a> for any queries or concerns.
</p>
<p>
<br/>
Regards,<br/><br/>
Free Software Camp Organizing Team<br/><br/>
</p>
</div>
</section>
</div>
</main>
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment