-
Notifications
You must be signed in to change notification settings - Fork 0
/
account-created-teacher.html
47 lines (38 loc) · 1.51 KB
/
account-created-teacher.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
45
46
47
<!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>
Hi {{userName}},<br><br>
<h3>Welcome to Codio!</h3>
<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>
<br>
<li>Take a tour of Codio with our <strong>Onboarding Guide</strong>. Click on <b>My Projects</b> in your dashboard to find it.</li>
<br>
<li>For an overview of the product, watch our <a href="https://codio.wistia.com/medias/8m19lrg0vl">Codio overview video.</a></li>
<br>
<li>We have a complete set of <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 information about 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 documentation.</a></li>
</ul>
<ul>
<li>Sign up for an <a href="https://app.hubspot.com/meetings/sjason1/customer-success-session">onboarding session.</a></li>
</ul>
<br><br>
Regards,<br>
Codio
</body>
</html>