Skip to content

Instantly share code, notes, and snippets.

@khanhkhuu
Created December 8, 2023 02:35
Show Gist options
  • Save khanhkhuu/80cb8a514d0f438c71f51a06f68a1ab5 to your computer and use it in GitHub Desktop.
Save khanhkhuu/80cb8a514d0f438c71f51a06f68a1ab5 to your computer and use it in GitHub Desktop.
Email Template.html
<body style="background-color: rgb(185, 242, 250);
font-family: Calibri, Helvetica, sans-serif;">
<div style="background-color: white;
padding: 1.5em 2em;
max-width: 500px;
margin-left: auto;
margin-right: auto;
border-radius: 0.8em;
color: grey;">
<h1 style="text-align: center;">OE Walkabout Schedule</h1>
<p>Dear <strong>Thy Le</strong>, </p>
<p>Your OE Walkabout Area of Week <strong>17</strong> is as below</p>
<div style="font-size:20px;
text-align: center;
color:#425efc;
font-weight: 700;
background-color: #f7f5e1;
padding: 1em 1em;">
IM
</div>
<p style="margin-top: 2em;">Also, it is recommended that you conduct OE Walkabout with your OE partner as assigned
this week</p>
<table style="width: 100%; table-layout: fixed;">
<colgroup>
<col style="width: 30%;" />
</colgroup>
<thead>
<tr>
<th style="background-color: rgb(63, 131, 146);color: white;padding: 0.4em 0.6em;">Partner</th>
<th style="background-color: rgb(63, 131, 146);color: white;padding: 0.4em 0.6em;">Area</th>
</tr>
</thead>
<tbody>
<tr>
<td style="background-color: rgb(225, 249, 255); text-align: center;padding: 0.4em 0.6em;">Thy Le</td>
<td style="background-color: rgb(225, 249, 255); text-align: center;padding: 0.4em 0.6em;">TE</td>
</tr>
<!-- <tr>
<td style="background-color: rgb(196, 232, 240); text-align: center;padding: 0.4em 0.6em;">Thy Le 2</td>
<td style="background-color: rgb(196, 232, 240); text-align: center;padding: 0.4em 0.6em;">IM</td>
</tr>
<tr>
<td style="background-color: rgb(225, 249, 255); text-align: center;padding: 0.4em 0.6em;">Thy Le</td>
<td style="background-color: rgb(225, 249, 255); text-align: center;padding: 0.4em 0.6em;">TE</td>
</tr> -->
</tbody>
</table>
<div style="margin-top: 30px; margin-bottom: 30px; margin-bottom: 15px; text-align: center;">
<a style="margin: 10px;background-color: rgb(0, 208, 255); padding: 0.4em 1em; color: white; text-decoration: none; border-radius: 0.7em; font-weight: 700;" href="https://docs.google.com/spreadsheets/d/1Zv1Af0xJ9dObfkEH05EOu4A6IblpMlRxAbtZCj2zAXo/edit#gid=987524577">Detailed Schedule</a>
<a style="margin: 10px;background-color: rgb(138, 179, 251); padding: 0.4em 1em; color: white; text-decoration: none; border-radius: 0.7em; font-weight: 700;" href="https://app.augmentir.com/app">Augmentir App</a>
</div>
<small>
<em>Thank you for your support to improve Colgate Operational Excellence.</em>
</small>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment