-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquote-bot.html
42 lines (39 loc) · 1.2 KB
/
quote-bot.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
<!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>
<br><br>
{{#if userName}}
Hi {{userName}},
{{else}}
Hi,
{{/if}}
<br/><br/>
Thank you for considering Codio. The enclosed quote is based on the information you provided through our online quote bot. Pricing is based on your organization type and the number of student licenses requested. This quote is valid for 30 days.
<br><br>
{{#if school}}
Codio Quote: {{date "m/d/Y"}}<br><br>
Annual license = ${{annual_price}}<br><br>
{{else}}
Codio Quote: {{date m/d/Y}}<br><br>
Semester license = ${{semester_price}}<br><br>
Annual license = ${{annual_price}}<br><br>
{{/if}}
<br><br>
This quote is calculated based on {{num_students}} students for your {{segment}} organization.<br><br>
If you have questions or would like more information or an invoice, please <a href="https://www.codio.com/contact-us">contact us</a></li> and someone will get back to you as quickly as possible.
<br><br>
We are looking forward to working with you!
<br><br>
Team Codio
</body>
</html>