-
Notifications
You must be signed in to change notification settings - Fork 0
/
edu-trial-more-info.html
39 lines (34 loc) · 1.46 KB
/
edu-trial-more-info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
<body>
<img src="https://global.codio.com/content/logo_print.png" alt="Codio" style="width:133px;height:50px;" class="center">
<br><br>
{{#if userName}}
Hello {{userName}},
{{else}}
Hello,
{{/if}}
<h4>Thank you for your interest in Codio!</h4>
<p>Unfortunately, we are unable to approve your request for a free instructor account with the information provided. To help approve your account - we will need confirmation of your eligibility.
</p>
<p>Please send supporting information or documentation that confirms you are an educator in a university, non-profit or vocational institution.
</p>
<p>Suitable evidence could be a link to your entry in your institution's online directory, proof of your name and job title, LinkedIn profile, reference, or any scanned documentation.
</p>ourse
<p>If you are a student attempting to join an existing course, contact your teacher for the Course Invite URL. See <a href="https://docs.codio.com/accessing-codio.html"> https://docs.codio.com/accessing-codio.html</a> for more information.
</p>
<p>If someone at your organization has already created a Codio organization, are you trying to join as a teacher or do you need your own organization? If you are trying to join as a teacher, please contact the Administrator of the trial and they will give you access.
</p><br><br>
Kind regards,
<br>
Codio
</body>
</html>