Skip to content

Commit

Permalink
Merge pull request #307 from crandall-endeavor/new-spotlight-nls
Browse files Browse the repository at this point in the history
New spotlight nls
  • Loading branch information
Jlaird authored Sep 30, 2021
2 parents 84dac8e + 0876e6d commit b61ea4d
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 0 deletions.
99 changes: 99 additions & 0 deletions tenants/electronicdesign/templates/products.marko
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
$ const { newsletter, date } = data;

$ const mainTableStyle ="background-color:#ffffff;border-collapse:collapse; font: 400 13px/21px Arial, Helvetica, sans-serif; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt";
$ const contentLinkStyle = {
"color": "#d04927",
"font": "700 18px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const teaserStyle = {
"color": "#666666",
"font": "400 13px/18px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const buttonStyle = "font: 400 13px/21px Arial, Helvetica, sans-serif; border-spacing: 0; padding: 10px 15px; table-layout: fixed; background-color: #d04927";
$ const buttonTextStyle = {
"color": "#ffffff",
"font": "700 16px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};

<marko-newsletter-root
title=newsletter.name
description=newsletter.description
date=date
>
<@head>
<common-style-a-styles />
</@head>
<@body style="margin: 0px !important; padding: 0 !important; mso-line-height-rule: exactly; background-color: #efefef;">
<common-banner-element
name=newsletter.name
date=date
teaser=newsletter.teaser
/>
<common-style-b-image-only-header-block date=date newsletter=newsletter />

<common-section-spacer-element />

<!-- #01 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82877
date=date
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #02 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82877
date=date
skip=2
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #03 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82877
date=date
skip=4
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #04 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82877
date=date
skip=6
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<common-section-spacer-element />

<common-style-a-opt-out-block newsletter=newsletter/>

</@body>
</marko-newsletter-root>
99 changes: 99 additions & 0 deletions tenants/hydraulicspneumatics/templates/products.marko
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
$ const { newsletter, date } = data;

$ const mainTableStyle ="background-color:#ffffff;border-collapse:collapse; font: 400 13px/21px Arial, Helvetica, sans-serif; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt";
$ const contentLinkStyle = {
"color": "#0f99a9",
"font": "700 18px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const teaserStyle = {
"color": "#666666",
"font": "400 13px/18px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const buttonStyle = "font: 400 13px/21px Arial, Helvetica, sans-serif; border-spacing: 0; padding: 10px 15px; table-layout: fixed; background-color: #0f99a9";
$ const buttonTextStyle = {
"color": "#ffffff",
"font": "700 16px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};

<marko-newsletter-root
title=newsletter.name
description=newsletter.description
date=date
>
<@head>
<common-style-a-styles />
</@head>
<@body style="margin: 0px !important; padding: 0 !important; mso-line-height-rule: exactly; background-color: #efefef;">
<common-banner-element
name=newsletter.name
date=date
teaser=newsletter.teaser
/>
<common-style-b-image-only-header-block date=date newsletter=newsletter />

<common-section-spacer-element />

<!-- #01 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82876
date=date
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #02 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82876
date=date
skip=2
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #03 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82876
date=date
skip=4
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #04 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82876
date=date
skip=6
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<common-section-spacer-element />

<common-style-a-opt-out-block newsletter=newsletter/>

</@body>
</marko-newsletter-root>
99 changes: 99 additions & 0 deletions tenants/machinedesign/templates/products.marko
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
$ const { newsletter, date } = data;

$ const mainTableStyle ="background-color:#ffffff;border-collapse:collapse; font: 400 13px/21px Arial, Helvetica, sans-serif; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt";
$ const contentLinkStyle = {
"color": "#2c74b7",
"font": "700 18px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const teaserStyle = {
"color": "#666666",
"font": "400 13px/18px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const buttonStyle = "font: 400 13px/21px Arial, Helvetica, sans-serif; border-spacing: 0; padding: 10px 15px; table-layout: fixed; background-color: #2c74b7";
$ const buttonTextStyle = {
"color": "#ffffff",
"font": "700 16px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};

<marko-newsletter-root
title=newsletter.name
description=newsletter.description
date=date
>
<@head>
<common-style-a-styles />
</@head>
<@body style="margin: 0px !important; padding: 0 !important; mso-line-height-rule: exactly; background-color: #efefef;">
<common-banner-element
name=newsletter.name
date=date
teaser=newsletter.teaser
/>
<common-style-b-image-only-header-block date=date newsletter=newsletter />

<common-section-spacer-element />

<!-- #01 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82878
date=date
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #02 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82878
date=date
skip=2
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #03 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82878
date=date
skip=4
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #04 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82878
date=date
skip=6
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<common-section-spacer-element />

<common-style-a-opt-out-block newsletter=newsletter/>

</@body>
</marko-newsletter-root>
99 changes: 99 additions & 0 deletions tenants/mwrf/templates/products.marko
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
$ const { newsletter, date } = data;

$ const mainTableStyle ="background-color:#ffffff;border-collapse:collapse; font: 400 13px/21px Arial, Helvetica, sans-serif; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt";
$ const contentLinkStyle = {
"color": "#643185",
"font": "700 18px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const teaserStyle = {
"color": "#666666",
"font": "400 13px/18px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};
$ const buttonStyle = "font: 400 13px/21px Arial, Helvetica, sans-serif; border-spacing: 0; padding: 10px 15px; table-layout: fixed; background-color: #643185";
$ const buttonTextStyle = {
"color": "#ffffff",
"font": "700 16px/24px Arial, Helvetica, sans-serif",
"text-decoration": "none !important"
};

<marko-newsletter-root
title=newsletter.name
description=newsletter.description
date=date
>
<@head>
<common-style-a-styles />
</@head>
<@body style="margin: 0px !important; padding: 0 !important; mso-line-height-rule: exactly; background-color: #efefef;">
<common-banner-element
name=newsletter.name
date=date
teaser=newsletter.teaser
/>
<common-style-b-image-only-header-block date=date newsletter=newsletter />

<common-section-spacer-element />

<!-- #01 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82875
date=date
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #02 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82875
date=date
skip=2
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #03 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82875
date=date
skip=4
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<!-- #04 Content - 2 Column -->
<common-style-a-card-section-wrapper-block
section-id=82875
date=date
skip=6
newsletter=newsletter
main-table-style=mainTableStyle
content-link-style=contentLinkStyle
teaser-style=teaserStyle
button-style=buttonStyle
button-text-style=buttonTextStyle
fallback-label=false
/>

<common-section-spacer-element />

<common-style-a-opt-out-block newsletter=newsletter/>

</@body>
</marko-newsletter-root>
Loading

0 comments on commit b61ea4d

Please sign in to comment.