Skip to content

Commit f7c6f40

Browse files
committed
Modernize ENgrid Template
1 parent 7faef7b commit f7c6f40

15 files changed

Lines changed: 3404 additions & 741 deletions

dist/engrid.css

Lines changed: 205 additions & 70 deletions
Large diffs are not rendered by default.

dist/engrid.js

Lines changed: 2963 additions & 485 deletions
Large diffs are not rendered by default.

dist/engrid.min.css

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engrid.min.js

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@4site/engrid",
2+
"name": "@4site/engrid-template",
33
"version": "2.0.0",
44
"private": false,
55
"description": "Page Template Framework for Engaging Networks",

src/html/annual-receipt.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Rainforest Action Network - Receipt #{receipt_data~id}</title>
5+
<title>TBD-ORG-NAME - Receipt #{receipt_data~id}</title>
66
</head>
77
<body data-gramm="false">
88
<div class="receipt-box" style="background: #fff; max-width: 800px; margin: 40px auto 0 auto; padding: 30px; font-size: 16px; line-height: 24px; font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif; color: #555;">
@@ -13,7 +13,7 @@
1313
<table style="width: 100%; line-height: inherit; text-align: left;">
1414
<tbody>
1515
<tr>
16-
<td class="title" style="font-size: 45px; line-height: 45px; color: #333;"><img alt="" class="emailImage" data-ratio-lock="true" data-unit="px" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10069/earthisland-logo-black.png?v=1589659388000" style="height: 55px; width: 200px;"></td>
16+
<td class="title" style="font-size: 45px; line-height: 45px; color: #333;"><img alt="" class="emailImage" data-ratio-lock="true" data-unit="px" src="https://TBD.ssl.cf5.rackcdn.com/12345/logo.png" style="height: 55px; width: 200px;"></td>
1717
<td style="padding: 5px; vertical-align: middle; text-align: right;"><b>Receipt #: {receipt_data~receiptNumber}</b></td>
1818
</tr>
1919
</tbody>
@@ -25,9 +25,9 @@
2525
<table style="width: 100%; line-height: inherit; text-align: left;">
2626
<tbody>
2727
<tr>
28-
<td style="padding: 5px; vertical-align: top; padding-bottom: 40px;">Earth Island Institute<br>
29-
2150 Allston Way, Suite 460<br>
30-
Berkeley, California 94704</td>
28+
<td style="padding: 5px; vertical-align: top; padding-bottom: 40px;">TBD-ORG-NAME<br>
29+
TBD-ADDRESS-LINE-1<br>
30+
TBD-CITY-STATE-ZIP</td>
3131
<td style="padding: 5px; vertical-align: top; text-align: right; padding-bottom: 40px;">Issue Date: {receipt_data~issueDate}<br>
3232
{user_data~First Name} {user_data~Last Name}<br>
3333
{user_data~Email}</td>
@@ -67,7 +67,7 @@ <h1 style="font-size: 30px; color: #337ab7;">Thank You, {user_data~First Name}</
6767
<tr class="information">
6868
<td colspan="2">
6969
<h2 style="font-size: 20px">Tax and Reporting Information</h2><!-- LEGALIZE -->
70-
<p style="color: #333; font-size: 14px; margin: 0 0 1em; line-height: 1.4em; font-style:italic;">This serves as an annual receipt for your donation paid to Earth Island Institute. Earth Island Institute is a 501(c)(3) organization and this letter serves as your tax receipt for this contribution. The full value of this gift is tax deductible, as no goods or services were received in exchange for your donation. For your records, Earth Island Institute&rsquo;s IRS tax-identification number is 94-2889684.&nbsp;&nbsp;<a href="https://www.earthisland.org/index.php/aboutUs/privacy" style="color:#337ab7;" target="_blank">Privacy Policy</a></p>
70+
<p style="color: #333; font-size: 14px; margin: 0 0 1em; line-height: 1.4em; font-style:italic;">This serves as an annual receipt for your donation paid to TBD-ORG-NAME. TBD-ORG-NAME is a 501(c)(3) organization and this letter serves as your tax receipt for this contribution. The full value of this gift is tax deductible, as no goods or services were received in exchange for your donation. For your records, TBD-ORG-NAME&rsquo;s IRS tax-identification number is TBD-IRS-TAX-ID.&nbsp;&nbsp;<a href="https://www.example.org/privacy" style="color:#337ab7;" target="_blank">Privacy Policy</a></p>
7171
</td>
7272
</tr>
7373
</tbody>

src/html/original-receipt.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Rainforest Action Network - Receipt #{receipt_data~id}</title>
5+
<title>TBD-ORG-NAME - Receipt #{receipt_data~id}</title>
66
</head>
77
<body data-gramm="false">
88
<div class="receipt-box" style="background: #fff; max-width: 800px; margin: 40px auto 0 auto; padding: 30px; font-size: 16px; line-height: 24px; font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif; color: #555;">
@@ -13,7 +13,7 @@
1313
<table style="width: 100%; line-height: inherit; text-align: left;">
1414
<tbody>
1515
<tr>
16-
<td class="title" style="font-size: 45px; line-height: 45px; color: #333;"><img alt="" class="emailImage" data-ratio-lock="true" data-unit="px" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10069/earthisland-logo-black.png?v=1589659388000" style="height: 55px; width: 200px;"></td>
16+
<td class="title" style="font-size: 45px; line-height: 45px; color: #333;"><img alt="" class="emailImage" data-ratio-lock="true" data-unit="px" src="https://TBD.ssl.cf5.rackcdn.com/12345/logo.png" style="height: 55px; width: 200px;"></td>
1717
<td style="padding: 5px; vertical-align: middle; text-align: right;"><b>Receipt #: {receipt_data~id}</b></td>
1818
</tr>
1919
</tbody>
@@ -25,9 +25,9 @@
2525
<table style="width: 100%; line-height: inherit; text-align: left;">
2626
<tbody>
2727
<tr>
28-
<td style="padding: 5px; vertical-align: top; padding-bottom: 40px;">Earth Island Institute<br>
29-
2150 Allston Way, Suite 460<br>
30-
Berkeley, California 94704</td>
28+
<td style="padding: 5px; vertical-align: top; padding-bottom: 40px;">TBD-ORG-NAME<br>
29+
TBD-ADDRESS-LINE-1<br>
30+
TBD-CITY-STATE-ZIP</td>
3131
<td style="padding: 5px; vertical-align: top; text-align: right; padding-bottom: 40px;">Transaction Date: {receipt_data~createdOn~[yyyy-MM-dd]}<br>
3232
{user_data~First Name} {user_data~Last Name}<br>
3333
{user_data~Email}</td>
@@ -73,7 +73,7 @@ <h1 style="font-size: 30px; color: #337ab7;">Thank You, {user_data~First Name}</
7373
<tr class="information">
7474
<td colspan="2">
7575
<h2 style="font-size: 20px">Tax and Reporting Information</h2><!-- LEGALIZE -->
76-
<p style="color: #333; font-size: 14px; margin: 0 0 1em; line-height: 1.4em; font-style:italic;">This serves as an annual receipt for your donation paid to Earth Island Institute. Earth Island Institute is a 501(c)(3) organization and this letter serves as your tax receipt for this contribution. The full value of this gift is tax deductible, as no goods or services were received in exchange for your donation. For your records, Earth Island Institute&rsquo;s IRS tax-identification number is 94-2889684.&nbsp;&nbsp;<a href="https://www.earthisland.org/index.php/aboutUs/privacy" style="color:#337ab7;" target="_blank">Privacy Policy</a></p>
76+
<p style="color: #333; font-size: 14px; margin: 0 0 1em; line-height: 1.4em; font-style:italic;">This serves as a receipt for your donation paid to TBD-ORG-NAME. TBD-ORG-NAME is a 501(c)(3) organization and this letter serves as your tax receipt for this contribution. The full value of this gift is tax deductible, as no goods or services were received in exchange for your donation. For your records, TBD-ORG-NAME&rsquo;s IRS tax-identification number is TBD-IRS-TAX-ID.&nbsp;&nbsp;<a href="https://www.example.org/privacy" style="color:#337ab7;" target="_blank">Privacy Policy</a></p>
7777
</td>
7878
</tr>
7979
</tbody>

0 commit comments

Comments
 (0)