-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
98 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,8 +114,10 @@ | |
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;" width="100%"> | ||
<tr> | ||
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;" valign="top"> | ||
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Hi {{.Name}}, 👋</p> | ||
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Welcome to Mantil!</p> | ||
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Hi {{.Name}} 👋</p> | ||
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Welcome to Mantil, we are excited to have you in our early beta program!</p> | ||
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">To start building your AWS Lambda-based Go backends quicker than ever check out our <a href="https://github.com/mantil-io/docs/blob/main/getting_started.md">getting started guide</a>. You can start from scratch or get inspired by one of our <a href="https://github.com/mantil-io">templates</a>.</p> | ||
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Mantil is in early beta and we are continuously improving it. If you face any issue, need help or want to share your feedback join our <a href="https://join.slack.com/t/mantilcommunity/shared_invite/zt-z3iy0lsn-7zD_6nqEucsgygTvHmnxAw">Slack Community</a> or email us at <a href="mailto:[email protected]">[email protected]</a>. We'll be happy to help.</p> | ||
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Have fun!<br>Mantil Team</p> | ||
</td> | ||
</tr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
Hi {{.Name}}, | ||
|
||
Welcome to Mantil! | ||
Welcome to Mantil, we are excited to have you in our early beta program! | ||
|
||
To start building your AWS Lambda-based Go backends quicker than ever check out https://github.com/mantil-io/docs/blob/main/getting_started.md. You can start from scratch or get inspired by one of our templates. | ||
|
||
Mantil is in early beta and we are continuously improving it. If you face any issue, need help or just want to share your feedback join our Slack Community with link https://join.slack.com/t/mantilcommunity/shared_invite/zt-z3iy0lsn-7zD_6nqEucsgygTvHmnxAw or email us at [email protected]. We'll be happy to help. | ||
|
||
Have fun! | ||
Mantil Team | ||
|
||
The Mantil Team |