Skip to content

Commit

Permalink
Update repo URL
Browse files Browse the repository at this point in the history
wildbit -> activecampaign
  • Loading branch information
derekrushforth committed Jun 16, 2022
1 parent ce14035 commit 495dbc3
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Brought to you by

*Postmark Transactional Email Templates* are rock-solid email templates that render beautifully in tons of email clients. They provide the foundation of our [Postmark Templates](https://postmarkapp.com/blog/special-delivery-postmark-templates) feature, and we're glad to provide them as Open Source to the wider community.

These templates are built and maintained using [MailMason](https://github.com/wildbit/mailmason), a grunt-based framework to help streamline the process of developing, testing, and maintaining a set of related transactional email templates. If you want to create or customize your own set of email templates, you can use MailMason to extend the existing emails or start from scratch to build an entirely new set.
These templates are built and maintained using [MailMason](https://github.com/activecampaign/mailmason), a grunt-based framework to help streamline the process of developing, testing, and maintaining a set of related transactional email templates. If you want to create or customize your own set of email templates, you can use MailMason to extend the existing emails or start from scratch to build an entirely new set.

## CSS & Inlining

Expand All @@ -19,7 +19,7 @@ There are two sets of templates here. The first set is in the `/templates` folde
### Inline the CSS
For client compatibility, HTML emails should always be inlined before sending. Here are a couple of tools for doing that:

* [Postmark Style Merge](https://github.com/wildbit/style-merge)
* [Postmark Style Merge](https://github.com/activecampaign/style-merge)
* [Premailer](https://github.com/premailer/premailer)

If you choose to send your emails with [Postmark](http://postmarkapp.com), each time you send we will automagically inline the CSS for you.
Expand All @@ -28,8 +28,8 @@ If you choose to send your emails with [Postmark](http://postmarkapp.com), each

Each template comes in three different generic layout variations: Basic, Basic full, and Plain. This gives you a starting point so that you can customize your templates to match your brand.

<img src="https://github.com/wildbit/postmark-templates/raw/master/media/starter-templates@2x.png" max-width="100%" alt="Starter templates side-by-side: Basic, basic full, and plain">
<img src="https://github.com/wildbit/postmark-templates/raw/master/media/dark-mode@2x.png" max-width="100%" alt="Dark mode compatibility">
<img src="https://github.com/activecampaign/postmark-templates/raw/master/media/starter-templates@2x.png" max-width="100%" alt="Starter templates side-by-side: Basic, basic full, and plain">
<img src="https://github.com/activecampaign/postmark-templates/raw/master/media/dark-mode@2x.png" max-width="100%" alt="Dark mode compatibility">


### Welcome
Expand Down Expand Up @@ -78,7 +78,7 @@ Let users know about a failed payment

Notify users of new comments by other users.

**Note:** Comment notification isn't the prettiest preview because it's just [Mustachio](https://github.com/wildbit/mustachio). Since almost all content in this email is dynamic, it won't look good without real content. Don't worry though, that's how it's supposed to look.
**Note:** Comment notification isn't the prettiest preview because it's just [Mustachio](https://github.com/activecampaign/mustachio). Since almost all content in this email is dynamic, it won't look good without real content. Don't worry though, that's how it's supposed to look.

* 💌 Preview with layout: [Basic](https://newsletter.postmarkapp.com/assets/templates/dist/basic/comment-notification/content.html), [Basic full](https://newsletter.postmarkapp.com/assets/templates/dist/basic-full/comment-notification/content.html), [Plain](https://newsletter.postmarkapp.com/assets/templates/dist/plain/comment-notification/content.html)
* 📔 [Comment notification best practices guide](https://postmarkapp.com/guides/comment-notification-email-best-practices)
Expand Down
2 changes: 1 addition & 1 deletion templates-inlined/basic-full/example/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
<div class="f-fallback">
<hr />
<h1 style="margin-top: 0; color: #333333; font-size: 22px; font-weight: bold; text-align: left;" align="left">Escaped Handlebars Brackets</h1>
<p style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio" style="color: #3869D4;">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
<p style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio" style="color: #3869D4;">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
\{{ something }} will turn into {{ something }}
<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion templates-inlined/basic-full/example/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em
Escaped Handlebars Brackets
***************************

Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.
Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

Expand Down
2 changes: 1 addition & 1 deletion templates-inlined/basic/example/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
<div class="f-fallback">
<hr />
<h1 style="margin-top: 0; color: #333333; font-size: 22px; font-weight: bold; text-align: left;" align="left">Escaped Handlebars Brackets</h1>
<p style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio" style="color: #3869D4;">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
<p style="font-size: 16px; line-height: 1.625; color: #51545E; margin: .4em 0 1.1875em;">Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio" style="color: #3869D4;">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
\{{ something }} will turn into {{ something }}
<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion templates-inlined/basic/example/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em
Escaped Handlebars Brackets
***************************

Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.
Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

Expand Down
2 changes: 1 addition & 1 deletion templates-inlined/plain/example/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
<div class="f-fallback">
<hr />
<h1 style="margin-top: 0; color: #333333; font-size: 22px; font-weight: bold; text-align: left;" align="left">Escaped Handlebars Brackets</h1>
<p style="font-size: 16px; line-height: 1.625; color: #333; margin: .4em 0 1.1875em;">Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio" style="color: #3869D4;">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
<p style="font-size: 16px; line-height: 1.625; color: #333; margin: .4em 0 1.1875em;">Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio" style="color: #3869D4;">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
\{{ something }} will turn into {{ something }}
<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion templates-inlined/plain/example/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em
Escaped Handlebars Brackets
***************************

Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.
Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

Expand Down
2 changes: 1 addition & 1 deletion templates/basic-full/example/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
<div class="f-fallback">
<hr>
<h1>Escaped Handlebars Brackets</h1>
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
\&#123;&#123; something }} will turn into {{ something }}
<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion templates/basic-full/example/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em
Escaped Handlebars Brackets
***************************

Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.
Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

Expand Down
2 changes: 1 addition & 1 deletion templates/basic/example/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
<div class="f-fallback">
<hr>
<h1>Escaped Handlebars Brackets</h1>
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
\&#123;&#123; something }} will turn into {{ something }}
<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion templates/basic/example/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em
Escaped Handlebars Brackets
***************************

Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.
Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

Expand Down
2 changes: 1 addition & 1 deletion templates/plain/example/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
<div class="f-fallback">
<hr>
<h1>Escaped Handlebars Brackets</h1>
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
\&#123;&#123; something }} will turn into {{ something }}
<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion templates/plain/example/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em
Escaped Handlebars Brackets
***************************

Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.
Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

Expand Down

0 comments on commit 495dbc3

Please sign in to comment.