There are two static HTML files:
confirmation.html
- the source file for changesconfirmation-inline.html
- the same as above with inlined CSS in order to improve render support in Outlook.
You can use IDE or web tooling to inline the CSS after making changes to the source template.
The image folder /img
contains the images required for the template to look right. In reality these would be served dynamically for the studio site the confirmation concerns.
- The Session Details tables are duplicated in the code for better mobile support. The desktop table shows by default and the mobile table has inline
display: none;
. There is a media query to switch them at < 600px viewport. - There is a
.brand
class that would need adjusting per studio in order to get the emails to match the studio site brand.