mautic / themes /skyline /html /page.html.twig
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
{% extends "@themes/"~template~"/html/base.html.twig" %}
{% block content %}
<div data-section-wrapper="1" style="border-bottom: 3px solid #3bcdc3;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" class="w320">
<tr>
<td valign="top" style="text-align:left;" class="mobile-center" data-slot-container="1">
<div data-slot="image">
<img width="250" height="62" src="{{ getAssetUrl('themes/'~template~'/img/logo.gif', null, null, true) }}">
</div>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1" background="{{ getAssetUrl('themes/'~template~'/img/bg.gif', null, null, true) }}" bgcolor="#64594b" valign="top" style="background: url({{ getAssetUrl('themes/'~template~'/img/bg.gif', null, null, true) }}) no-repeat center; background-color: #64594b; background-position: center;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" height="303" class="w320">
<tr>
<td valign="middle" style="vertical-align:middle; padding-right: 15px; padding-left: 15px; text-align:left;" class="mobile-center" height="303" data-slot-container="1">
<div data-slot="text">
<h1 style="color: #ffffff">WE REALLY MISS YOU!</h1><br>
<h2 style="color: #ffffff">Like.. really, really! Please give us another chance.</h2>
</div>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1">
<center>
<table data-section="1" cellspacing="0" cellpadding="30" width="530" class="w290">
<tr>
<td valign="top" data-slot-container="1">
<div data-slot="text">
<h3 style="text-align:center;">Enjoy 50% off your next purchase!</h3>
<br>
<table style="margin: 0 auto;" cellspacing="0" cellpadding="8" width="250">
<tr>
<td style="border: 1px solid #a1a1a1; text-align:center;">
Coupon Code: <span style="font-family: Courier;">4562789498</span>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table data-section="1" cellspacing="0" cellpadding="8" width="530" class="w320">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="mobile-padding" style="text-align:left;" data-slot-container="1">
<div data-slot="separator"><hr/></div>
<div data-slot="text">
<br>
We know it's only been a few months but since you've been gone, we've received a ton of amazing new products that we think you might like.
<br><br>
We hope you will give us another chance and come have look.
<br>
<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="mobile-padding" data-slot-container="1">
<div class="button" data-slot="button" data-param-padding-top="5" data-param-button-size="1" data-param-link-text="Come back!" data-param-href="http://" data-param-float="1" data-param-background-color="#3bcdc3" data-param-color="ffffff">
<a href="#" target="_blank" style="font-family:'Lato', Helvetica, Arial, sans-serif;font-weight:bold;font-size: 13px; color: #ffffff; text-decoration: none; text-decoration: none; padding: 12px 40px; background-color: #3bcdc3; display: inline-block;">
Come back!
</a>
<div style="clear:both"></div>
</div>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="25" width="100%">
<tr>
<td>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1" style="background-color:#c2c2c2;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" class="w320">
<tr>
<td>
<table cellspacing="0" cellpadding="30" width="100%">
<tr>
<td style="text-align:center;" data-slot-container="1">
<div data-slot="text">
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/twitter.gif', null, null, true) }}" alt="twitter" />
</a>
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/gplus.gif', null, null, true) }}" alt="google plus" />
</a>
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/facebook.gif', null, null, true) }}" alt="facebook" />
</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<center>
<table style="margin:0 auto;" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td style="text-align:center; margin:0 auto;" width="100%" data-slot-container="1">
<div data-slot="image">
<a href="#" style="text-align:center;">
<img style="margin:0 auto;" width="123" height="24" src="{{ getAssetUrl('themes/'~template~'/img/logo-footer.gif', null, null, true) }}" alt="logo link" />
</a>
</div>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
</div>
{% endblock %}