-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg-provisioned.html
44 lines (37 loc) · 1.39 KB
/
org-provisioned.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
40
41
42
43
44
<!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}}
User Email: {{userEmail}}
{{#if orgName}}
Organization name : {{orgName}}
<h4>Thank you for your interest in Codio!</h4>
Your account is now ready to use.
<p>To login to your Codio account, go to <a href="{{codioUrl}}/p/login">{{codioUrl}}/p/login</a> and login with your email address and the password created when you signed up.</p>
<br>
<h4>Here are a few resources to help you get started:</h4>
<ul>
<li>Take a tour of Codio with our <strong>Onboarding Guide</strong>. Click on <a href="https://codio.com/home/projects"><b>My Projects</b></a> in your dashboard to find it.</li>
<br>
<li>For an overview of the product, watch our <a href="https://fast.wistia.net/embed/channel/w808w8ubp4?wchannelid=w808w8ubp4">getting started videos.</a></li>
<br>
<li>For a complete reference see the <a href="https://docs.codio.com/">Codio documentation.</a></li>
<br>
<li>View our wide range of curricular resources, that are ready to use, in our <a href="https://docs.codio.com/instructors/setupcourses/resources/codioresources.html">resource library.</a></li>
</ul>
</body>
</html>