This commit is contained in:
2024-05-20 15:37:46 +03:00
commit 00b7dbd0b7
10404 changed files with 3285853 additions and 0 deletions

View File

@ -0,0 +1,108 @@
<?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?>
<div class="summary-compression" style="max-width:600px;margin:0px auto;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="margin:0px auto;padding:0 0;max-width:600px;">
<tbody>
<tr>
<td colspan="3" style="margin:0px auto;padding:0 0;max-width:600px;">
<div style="padding:0 25px;margin:0px auto;max-width:600px;">
<h2 style="color:#333;font-family:inherit;font-size: 25px;line-height:30px;color:inherit;margin:0px auto;max-width: 600px;padding-top:10px;padding-bottom: 35px">
<?php
$clean_site_url = preg_replace( '#http(s)?://(www.)?#', '', $site_url );
printf(
esc_html( $mail_title ),
'<a href="' . esc_url( $site_url ) . '" style="text-decoration: none">' . esc_html( $clean_site_url ) . '</a>'
);
?>
</h2>
<p style="color: #1A1A1A; font-family: Roboto, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; margin:0px auto;max-width: 600px; padding: 0 0 24px; text-align: left; word-wrap: normal;">
<?php
printf(
/* translators: %s - Name */
esc_html__( 'Hi %s,', 'wp-smushit' ),
esc_html( $name )
);
?>
</p>
<p style="color: #1A1A1A; font-family: Roboto, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 24px; margin:0px auto;max-width: 600px; padding: 0 0 32px; text-align: left; word-wrap: normal;letter-spacing: 0;">
<span><?php echo esc_html( $mail_desc ); ?></span>
</p>
</div>
</td>
</tr>
<tr>
<td style="margin:0px auto;max-width:600px;padding:3px 25px;border-top:1px solid #F8F8F8;border-bottom:1px solid #F8F8F8" class="smush-summary-row">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="color:#1A1A1A;font-family: Roboto, Arial, sans-serif; font-size: 16px; margin: 0 auto;max-width:600px">
<tbody>
<tr>
<td align="left" style="width:30px;vertical-align:top;text-align:left; padding:10px 0 0 0;">
<img style="max-width:100%;color:#666666;width:auto;height:16px;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/info.png'; ?>" alt="" />
</td>
<td align="left" style="vertical-align:top;padding:10px 0;text-align:left;line-height: 25px;">
<strong style="font-family: Roboto, Arial, sans-serif;font-size: 16px;font-weight:500;letter-spacing:-0.25px;color:#1A1A1A;">
<?php echo esc_html( $total_title ); ?>
</strong>
<span style="line-height:18px;padding-top:3px;display:block;font-family: Roboto, Arial, sans-serif;font-size: 13px;font-weight:400;letter-spacing:-0.307692px;color:#1A1A1A;"><?php echo esc_html( $total_desc ); ?></span>
</td>
<td align="right" width="60" style="vertical-align:top;padding:10px 0;text-align:right;white-space:nowrap;font-family: Roboto, Arial, sans-serif;font-size: 16px;font-weight:800;color:#1A1A1A;">
<?php echo number_format( $total_items ); ?>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="margin:0px auto;max-width:600px;padding:3px 25px;border-top:1px solid #F8F8F8;border-bottom:1px solid #F8F8F8" class="smush-summary-row">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="color:#1A1A1A;font-family: Roboto, Arial, sans-serif; font-size: 16px; margin: 0 auto;max-width:600px;">
<tbody>
<tr>
<td align="left" style="width:30px;vertical-align:top;text-align:left;padding:14px 0 0 0;">
<img style="max-width:100%;color:#11bf9c;width:auto;height:16px;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/success.png'; ?>" alt="✔" />
</td>
<td align="left" style="vertical-align:top;padding:14px 0;text-align:left;line-height: 25px;">
<strong style="font-family: Roboto, Arial, sans-serif;font-size: 16px;font-weight:500;letter-spacing:-0.25px;color:#1A1A1A;">
<?php echo esc_html( $smushed_title ); ?>
</strong>
<span style="line-height:18px;padding-top:3px;display:block;font-family: Roboto, Arial, sans-serif;font-size: 13px;font-weight:400;letter-spacing:-0.307692px;color:#1A1A1A;"><?php echo esc_html( $smushed_desc ); ?></span>
</td>
<td align="right" width="60" style="vertical-align:top;padding:14px 0;text-align:right;white-space:nowrap;font-family: Roboto, Arial, sans-serif;font-size: 16px;font-weight:800;color:#1A1A1A;">
<?php echo number_format( $smushed_items ); ?>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="margin:0px auto;max-width:600px;padding:3px 25px;border-top:1px solid #F8F8F8;border-bottom:1px solid #F8F8F8" class="smush-summary-row">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="color:#1A1A1A;font-family: Roboto, Arial, sans-serif; font-size: 16px; margin: 0 auto;max-width:600px">
<tbody>
<tr>
<td align="left" style="width:30px;vertical-align:top;text-align:left; padding:10px 0 0 0;">
<img style="max-width:100%;color:#fb6e07;width:auto;height:16px;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/warning.png'; ?>" alt="⚠" />
</td>
<td align="left" style="vertical-align:top;padding:10px 0;text-align:left;line-height: 25px;">
<strong style="font-family: Roboto, Arial, sans-serif;font-size: 16px;font-weight:500;letter-spacing:-0.25px;color:#1A1A1A;">
<?php echo esc_html( $failed_title ); ?>
</strong>
<span style="line-height:18px;padding-top:3px;display:block;font-family: Roboto, Arial, sans-serif;font-size: 13px;font-weight:400;letter-spacing:-0.307692px;color:#1A1A1A;">
<?php echo esc_html( $failed_desc ); ?>
</span>
</td>
<td align="right" width="60" style="vertical-align:top;padding:10px 0;text-align:right;white-space:nowrap;font-family: Roboto, Arial, sans-serif;font-size: 16px;font-weight:800;color:#1A1A1A;">
<?php echo number_format( $failed_items ); ?>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p style="margin:27px 0 11px;padding: 0;text-align: center">
<a class="button"
style="background:#286EFA;border-radius: 6px;font-family: Roboto, Arial, sans-serif;font-size: 13px;width: 141px;height:40px;padding: 0!important;font-weight: 500;line-height: 40px;text-align: center;margin-bottom: 0;display:inline-block!important;color:#fff!important;text-decoration:none!important;"
href="<?php echo esc_url( $redirect_url ); ?>"><?php esc_html_e( 'View full details', 'wp-smushit' ); ?></a>
</p>
</div>
<?php //phpcs:enable ?>

View File

@ -0,0 +1,5 @@
<!-- END footer -->
</div>
</body>
</html>

View File

@ -0,0 +1,368 @@
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<title><?php echo esc_html( $title ); ?></title>
<meta http-equiv="X-UA-Compatible">
<!--[if !mso]><!-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="x-apple-disable-message-reformatting">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<style type="text/css">
:root {
color-scheme: light dark;
supported-color-schemes:light dark;
}
</style>
<style type="text/css">
#outlook a {
padding: 0;
}
body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
table,
td {
border-collapse: collapse;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
img {
border: 0;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
p {
display: block;
margin: 13px 0;
}
</style>
<!--[if mso]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!--[if lte mso 11]>
<style type="text/css">
.mj-outlook-group-fix { width:100% !important; }
</style>
<![endif]-->
<!--[if !mso]><!-->
<link href="https://fonts.bunny.net/css?family=roboto:400,500,700&display=swap" rel="stylesheet" type="text/css">
<style type="text/css">
@import url(https://fonts.bunny.net/css?family=roboto:400,500,700&display=swap);
</style>
<style type="text/css">
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.p-30 {
margin-bottom: 30px !important;
}
h1 {
font-size: 25px;
line-height: 35px;
}
h2 {
font-size: 20px;
line-height: 30px;
}
p,
li {
font-size: 14px;
line-height: 30px;
}
a {
text-decoration: none !important;
font-weight: 700 !important;
color: #286EF1 !important;
}
.hidden-img img {
display: none !important;
}
.button a,
a.button,
a.button-cta {
font-family: Roboto, arial, sans-serif;
font-size: 13px !important;
line-height: 20px;
font-weight: bold;
background: #286EF1;
text-decoration: none !important;
padding: 10px 15px;
color: #ffffff !important;
border-radius: 10px;
display: inline-block;
margin: 20px auto;
text-transform: unset !important;
min-width: unset !important;
}
small {
font-size: 10px;
line-height: 24px;
}
.main-content img {
max-width: 100% !important;
}
@media (min-width: 600px) {
p,
li {
font-size: 16px;
}
}
</style>
<!--<![endif]-->
<style type="text/css">
@media only screen and (min-width:480px) {
.mj-column-per-100 {
width: 100% !important;
max-width: 100%;
}
}
</style>
<style type="text/css">
@media only screen and (max-width:480px) {
h2{
font-size: 22px !important;
line-height: 28px !important;
}
h3{
font-size: 20px !important;
line-height: 30px !important;
}
#smush-cdn-upto2x .smush-cdn-title-box{
padding-top: 20px !important;
}
table.mj-full-width-mobile {
width: 100% !important;
}
td.mj-full-width-mobile {
width: auto !important;
}
}
</style>
<style>
@media only screen and (max-width:430px) {
h2{
font-size: 20px !important;
}
h3 {
font-size: 19px !important;
}
td.smush-cdn-title-box{
width: 55% !important;
}
td.smush-cdn-image-box {
width: 45% !important;
}
.smush-whitelabel-summary > tbody > tr > td{
padding-top: 5px !important;
}
.smush-summary-row span{
padding-top: 6px !important;
font-size: 12px !important;
}
.summary-compression .button{
margin-top: 45px !important;
}
#smush-cdn-upto2x .button{
margin-top: 12px !important;
}
}
</style>
<style>
@media only screen and (max-width:360px) {
.summary-compression td strong{
font-size:14px!important;
}
.summary-compression td span{
font-size:11px!important;
}
}
</style>
<style>
@media only screen and (prefers-color-scheme: dark) {
.smush-mail-body {
background: #1A1A1A !important;
}
.smush-header-logo{
background: #2DC4E0 !important;
}
.smush-header-logo span{
color: #fff !important;
}
.main-content,.main-content-inner,.main-content-outlook {
background: #212121 !important;
color:#F8F8F8;
}
.main-content .button {
background: #286efa !important;
color:#fff !important;
}
h2 {
color: #f2f2f2 !important;
}
h2 a{
color: #286EFA !important;
}
.main-content p, .summary-compression p,.summary-compression td, .summary-compression strong, .summary-compression span{
color: #F8F8F8 !important;
}
.summary-compression .smush-summary-row {
border-top-color: #323339 !important;
border-bottom-color: #323339 !important;
}
#smush-cdn-upto2x {
background: #C0EDF6 !important;
color: #121212 !important;
}
#smush-cdn-upto2x li{
color: #333333;
}
#smush-cdn-upto2x h3, #smush-cdn-upto2x p, #smush-cdn-upto2x td{
color: #121212 !important;
}
.wpmudev-footer-logo{
background: #EAF9FC !important;
}
.wpmudev-follow-us span, .wpmudev-follow-us td{
color: #E6E6E6 !important;
}
.wpmudev-footer div{
color: #aaa !important;
}
.smush-light-img{
display: inline-block !important;
display: none !important;
width:0 !important;
margin:0 !important;
padding:0 !important;
visibility:hidden !important;
}
.smush-light-img img{
display: none!important;
width: 0 !important;
height: 0 !important;
margin:0 !important;
visibility:hidden !important;
}
.smush-dark-img {
display: inline !important;
width:auto !important;
visibility: visible !important;
}
}
</style>
<!-- Dark mode for outlook -->
<style>
[data-ogsc] .smush-mail-body {
background: #1A1A1A !important;
}
[data-ogsc] .smush-header-logo{
background: #2DC4E0 !important;
}
[data-ogsc] .smush-header-logo span{
color: #fff !important;
}
[data-ogsc] .main-content,[data-ogsc] .main-content-inner,[data-ogsc] .main-content-outlook {
background: #212121 !important;
color:#F8F8F8;
}
[data-ogsc] .main-content .button {
background: #286efa !important;
color:#fff !important;
}
[data-ogsc] h2 {
color: #f2f2f2 !important;
}
[data-ogsc] h2 a{
color: #286EFA !important;
}
[data-ogsc] .main-content p, [data-ogsc] .summary-compression p, [data-ogsc] .summary-compression td, [data-ogsc] .summary-compression strong, [data-ogsc] .summary-compression span{
color: #F8F8F8 !important;
}
[data-ogsc] .summary-compression .smush-summary-row {
border-top-color: #323339 !important;
border-bottom-color: #323339 !important;
}
[data-ogsc] #smush-cdn-upto2x {
background: #C0EDF6 !important;
color: #121212 !important;
}
[data-ogsc] #smush-cdn-upto2x li{
color: #333333;
}
[data-ogsc] #smush-cdn-upto2x h3, [data-ogsc] #smush-cdn-upto2x p, [data-ogsc] #smush-cdn-upto2x td{
color: #121212 !important;
}
[data-ogsc] .wpmudev-footer-logo{
background: #EAF9FC !important;
}
[data-ogsc] .wpmudev-follow-us span, [data-ogsc] .wpmudev-follow-us td{
color: #E6E6E6 !important;
}
[data-ogsc] .wpmudev-footer div{
color: #aaa !important;
}
[data-ogsc] .smush-light-img{
display: inline-block !important;
display: none !important;
width:0 !important;
margin:0 !important;
padding:0 !important;
visibility:hidden !important;
}
[data-ogsc] .smush-light-img img{
display: none!important;
width: 0 !important;
height: 0 !important;
margin:0 !important;
visibility:hidden !important;
}
[data-ogsc] .smush-dark-img {
display: inline !important;
width:auto !important;
visibility: visible !important;
}
</style>
</head>
<body style="word-spacing:normal;background-color:#F6F6F6;">
<div class="smush-mail-body" style="background-color:#F6F6F6;">

View File

@ -0,0 +1,31 @@
<?php require 'header.php'; ?>
<!-- Main content -->
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="main-content-outlook" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="main-content" style="margin:0px auto;max-width:600px;">
<table class="smush-whitelabel-summary" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0px auto;max-width:600px;width:100%;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:45px 0 32px;text-align:center;">
<!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:550px;" ><![endif]-->
<div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#fff;background-color:#fff;vertical-align:top;margin:0px auto;max-width: 600px;border-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;overflow:hidden" width="100%">
<tbody>
<tr>
<td align="left" style="font-size:0px;padding:45px 0;word-break:break-word;margin:0px auto;max-width: 600px;">
<div style="margin:0px auto;max-width: 600px;font-family:Roboto, Arial, sans-serif;font-size:18px;letter-spacing:-.25px;line-height:30px;text-align:left;color:#1A1A1A;">
<?php echo $content_body;//phpcs:ignore ?>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
<!-- END Main content -->
<?php require 'footer.php'; ?>

View File

@ -0,0 +1,272 @@
<?php require 'header.php'; ?>
<!-- Header image -->
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div style="margin:0px auto;max-width:600px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:38px 0 0;text-align:center;">
<!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
<div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td class="smush-header-logo" style="background-color:#2DC4E0;border-radius:15px 15px 0 0;vertical-align:top;padding:25px 0;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="" width="100%">
<tbody>
<tr>
<td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
<tbody>
<tr>
<td>
<img src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/email/logo.png' ); ?>" style="border:0;outline:none;text-decoration:none;height:30px;width:auto;vertical-align:middle;" alt="">
<span style="color: #FFFFFF;font-family: Roboto, Arial, sans-serif;font-size: 20px;font-weight: 700;text-align: left;margin-left: 16px;line-height:30px; vertical-align:middle;">
<?php echo esc_html( $title ); ?>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
<!-- END Header image -->
<!-- Main content -->
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="main-content-outlook" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div style="margin:0px auto;max-width:600px;">
<table class="main-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:20px 0 45px;text-align:center;">
<!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:550px;" ><![endif]-->
<div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0px auto;max-width: 600px;vertical-align:top;" width="100%">
<tbody>
<tr>
<td align="left" style="font-size:0px;padding:0;word-break:break-word;">
<div style="margin:0px auto;max-width: 600px;font-family:Roboto, Arial, sans-serif;font-size:18px;letter-spacing:-.25px;line-height:30px;text-align:left;color:#1A1A1A;">
<?php echo $content_body;//phpcs:ignore ?>
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="margin:0px auto;max-width: 600px;padding:0 0;">
<tbody>
<tr>
<td style="margin:0 0;padding:0 25px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="margin:0 auto;max-width:600px;padding:0;">
<tbody>
<tr>
<td style="margin:0;padding:0 0 10px;">
<!--Cheers block-->
<p style="color:#1A1A1A;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:normal;line-height:30px;margin:30px 0 0;padding:0;text-align:left;">
<?php esc_html_e( 'Cheers,', 'wp-smushit' ); ?>
<br/>
<?php esc_html_e( 'The WPMU DEV Team.', 'wp-smushit' ); ?>
</p>
<!--End Cheers block-->
</td>
</tr>
</tbody>
</table>
<?php
if( ! empty( $content_upsell ) ) {
echo $content_upsell;//phpcs:ignore
}
?>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
<!-- END Main content -->
<!-- Footer -->
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div style="margin:0px auto;border-radius:0 0 15px 15px;max-width:600px;">
<table class="wpmudev-footer-logo" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#E7F1FB;background-color:#E7F1FB;width:100%;border-radius:0 0 15px 15px;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
<!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
<div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
<tbody>
<tr>
<td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
<tbody>
<tr>
<td style="width:168px;">
<img height="auto" src="https://mcusercontent.com/53a1e972a043d1264ed082a5b/images/e60c4943-5368-4e02-3f35-021bbfc3eea4.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="168" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="wpmudev-follow-us" style="margin:0px auto;max-width:600px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:25px 20px 15px;text-align:center;">
<!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:560px;" ><![endif]-->
<div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
<tbody>
<tr>
<td align="center" style="font-size:0px;padding:0;word-break:break-word;">
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" ><tr><td><![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="float:none;display:inline-table;">
<tr class="hidden-img">
<td style="padding:1px;vertical-align:middle;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:transparent;border-radius:3px;width:0;">
<tr>
<td style="font-size:0;height:0;vertical-align:middle;width:0;">
<img height="0" style="border-radius:3px;display:block;" width="0" alt="" />
</td>
</tr>
</table>
</td>
<td style="vertical-align:middle;">
<span style="color:#333333;font-size:13px;font-weight:700;font-family:Roboto, Arial, sans-serif;line-height:25px;text-decoration:none;"> Follow us </span>
</td>
</tr>
</table>
<!--[if mso | IE]></td><td><![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="float:none;display:inline-table;">
<tr>
<td style="padding:1px;vertical-align:middle;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:transparent;border-radius:3px;width:25px;">
<tr>
<td style="font-size:0;height:25px;vertical-align:middle;width:25px;">
<a href="https://www.facebook.com/wpmudev" target="_blank">
<span class="smush-light-img">
<img height="25" src="https://mcusercontent.com/53a1e972a043d1264ed082a5b/images/2ebf5329-b6fa-d7ab-330a-376099e5186a.png" style="border-radius:3px;display:block;" width="25" alt="" />
</span>
<span class="smush-dark-img" style="display:inline-block;display:none;width:0;height:0;visibility:hidden;margin:0;padding:0">
<img src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/email/facebook-dark-mode.png' ); ?>" style="border-radius:3px;display:block;" width="25" height="25" alt="" />
</span>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso | IE]></td><td><![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="float:none;display:inline-table;">
<tr>
<td style="padding:1px;vertical-align:middle;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:transparent;border-radius:3px;width:25px;">
<tr>
<td style="font-size:0;height:25px;vertical-align:middle;width:25px;">
<a href="https://www.instagram.com/wpmu_dev/" target="_blank">
<span class="smush-light-img">
<img height="25" src="https://mcusercontent.com/53a1e972a043d1264ed082a5b/images/2fdea1f1-c823-e43d-68a2-279fc2f254a0.png" style="border-radius:3px;display:block;" width="25" alt="" />
</span>
<span class="smush-dark-img" style="display:inline-block;display:none;width:0;height:0;visibility:hidden;margin:0;padding:0">
<img src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/email/instagram-dark-mode.png' ); ?>" style="border-radius:3px;display:block;" width="25" height="25" alt="" />
</span>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso | IE]></td><td><![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="float:none;display:inline-table;">
<tr>
<td style="padding:1px;vertical-align:middle;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:transparent;border-radius:3px;width:25px;">
<tr>
<td style="font-size:0;height:25px;vertical-align:middle;width:25px;">
<a href="https://twitter.com/wpmudev" target="_blank">
<span class="smush-light-img">
<img height="25" src="https://mcusercontent.com/53a1e972a043d1264ed082a5b/images/025ac077-8a43-38ac-89d8-c331106e1c35.png" style="border-radius:3px;display:block;" width="25" alt="" />
</span>
<span class="smush-dark-img" style="display:inline-block;display:none;width:0;height:0;visibility:hidden;margin:0;padding:0">
<img src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/email/twitter-dark-mode.png' ); ?>" style="border-radius:3px;display:block;" width="25" height="25" alt="" />
</span>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso | IE]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="wpmudev-footer" style="margin:0px auto;max-width:600px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:0;text-align:center;">
<!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
<div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
<tbody>
<tr>
<td align="center" style="font-size:0px;padding:0 0 15px;word-break:break-word;">
<div style="font-family:Roboto, Arial, sans-serif;font-size:9px;letter-spacing:-.25px;line-height:30px;text-align:center;color:#505050;">INCSUB PO BOX 163, ALBERT PARK, VICTORIA.3206 AUSTRALIA</div>
</td>
</tr>
<tr>
<td align="center" style="font-size:0px;padding:0 0 25px;word-break:break-word;">
<div style="font-family:Roboto, Arial, sans-serif;font-size:10px;letter-spacing:-.25px;line-height:30px;text-align:center;color:#1A1A1A;"></div>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]-->
<?php require 'footer.php'; ?>

View File

@ -0,0 +1,61 @@
<div style="margin:0px auto;padding:0;max-width:600px;">
<table id="smush-cdn-faster-delivery" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="max-width:600px;border-collapse:collapse;margin:10px auto 0;padding:0 0;color:#fff">
<tbody>
<tr>
<td class="smush-cdn-title-box" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;border:0;width:59.5%;max-width:222px;">
</td>
<td class="smush-cdn-image-box" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;border:0;width:40.5%;max-width:222px;">
<a href="#" style="text-decoration:none!important;cursor:default;max-width:222px!important;height:auto;display:block;"><img style="width:100%;max-width:222px!important;height:auto;display:block;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/faster-delivery-with-cdn.png'; ?>" alt=""></a>
</td>
</tr>
</tbody>
</table>
<table id="smush-cdn-upto2x" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="margin:0px auto;max-width:600px;border-collapse:collapse;padding:0 0;color:#fff;background:#2F1D4D;border-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;">
<tbody>
<tr>
<td class="smush-cdn-title-box" border="0" cellpadding="0" cellspacing="0" style="width:59.5%;max-width:222px;border-collapse:collapse;border-spacing:0px;border:0;padding:32px 0 0 20px;vertical-align:top;">
<h3 style="font-family:Roboto, Arial, sans-serif;font-size: 22px;letter-spacing:-0.25px;line-height:33px;font-weight: 600;color:inherit;margin:0;padding-bottom:10px;max-width: 316px;">
<?php esc_html_e( 'Serve images 2X faster with Smush Pros CDN', 'wp-smushit' ); ?>
</h3>
</td>
<td class="smush-cdn-image-box" border="0" cellpadding="0" cellspacing="0" style="width:40.5%;max-width:222px;border-collapse:collapse;border-spacing:0px;border:0;vertical-align:top;">
<a href="#" style="text-decoration:none!important;cursor:default;"><img style="width:100%;max-width:222px!important;height:auto" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/upto-2x.png'; ?>" alt=""></a>
</td>
</tr>
<tr>
<td border="0" cellpadding="0" cellspacing="0" colspan="2" style="border-collapse:collapse;border-spacing:0px;border:0;padding:4px 20px 0;">
<p style="color:#fff;font-size:13px;font-weight:400;margin:0;padding:0;font-family:Roboto, Arial, sans-serif;line-height:22px;text-decoration:none;">
<?php esc_html_e( 'Serve images closer to visitors and boost site speed with our 114-point CDN. Exclusive 60% welcome discount for Smush free users. Limited time only.', 'wp-smushit' ); ?>
</p>
</td>
</tr>
<tr>
<td border="0" cellpadding="0" cellspacing="0" colspan="2" style="border-collapse:collapse;border-spacing:0px;border:0;padding:13px 20px 0">
<p style="padding-left:4px;letter-spacing:0px;font-family:Roboto, Arial, sans-serif;margin:0;line-height:24px;text-decoration:none;font-size:13px;maring:0;font-weight:600;font-style:normal;">
<span class="smush-light-img">
<img onerror="arguments[0].currentTarget.style.display='none'" style="width:16px;margin-top:16px;margin-right:12px;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/valid.png'; ?>" />
</span>
<span class="smush-dark-img" style="display:inline-block;display:none;width:0;height:0;visibility:hidden;margin:0;padding:0">
<img onerror="arguments[0].currentTarget.style.display='none'" style="width:16px;margin-top:16px;margin-right:12px;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/valid-dark.png'; ?>" />
</span>
<?php esc_html_e( 'Includes better GIF performance', 'wp-smushit' ); ?>
</p>
<p style="padding-left:4px;letter-spacing:0px;font-family:Roboto, Arial, sans-serif;margin:0;line-height:24px;text-decoration:none;font-size:13px;maring:0;font-weight:600;font-style:normal;">
<span class="smush-light-img">
<img onerror="arguments[0].currentTarget.style.display='none'" style="width:16px;margin-top:16px;margin-right:12px;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/valid.png'; ?>" />
</span>
<span class="smush-dark-img" style="display:inline-block;display:none;width:0;height:0;visibility:hidden;margin:0;padding:0">
<img onerror="arguments[0].currentTarget.style.display='none'" style="width:16px;margin-top:16px;margin-right:12px;" src="<?php echo WP_SMUSH_URL . 'app/assets/images/email/valid-dark.png'; ?>" />
</span>
<?php esc_html_e( '60% off your first year', 'wp-smushit' ); ?>
</p>
<p style="margin:0;padding:20px 0 35px;">
<a class="button"
style="display:inline-block;background:#286EFA;border-radius:6px;font-family:Roboto,Arial,sans-serif;font-size:13px;width:176px;height:40px;padding:0!important;font-weight:500;line-height:40px;text-align:center;margin:0;display:inline-block!important;color:#fff!important;text-decoration:none!important;"
href="<?php echo esc_url( $upsell_url ); ?>"><?php esc_html_e( 'Learn more about Pro', 'wp-smushit' ); ?></a>
</p>
</td>
</tr>
</tbody>
</table>
</div>