-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecial-offer.html
35 lines (26 loc) · 1.14 KB
/
special-offer.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
<!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>
Your account has been upgraded and you can now add students to your courses.
<br>
<h4>Here's how:</h4>
<ul>
<li>Step 1: <a href="https://codio.com/p/login">Login to your account</a></li>
<br>
<li>Step 2. Make sure that you have created your course. Here is a <a href="https://fast.wistia.net/embed/channel/w808w8ubp4?wchannelid=w808w8ubp4&wmediaid=k56l67f36b">quick video </a>that shows you how to create a course using Codio's Course Resources.</a></li>
<br>
<li>Step 3. Open your course and begin adding students. This <a href="https://fast.wistia.net/embed/channel/w808w8ubp4?wchannelid=w808w8ubp4&wmediaid=zebku9t15m">quick video</a> shows you how to add students to your course. </li>
</ul>
Questions? Our customer success team is here to help! <a href="https://meetings.hubspot.com/success31">Schedule a one-on-one onboarding session</a>, tailored to your use-case.
</body>
</html>