Spaces:
No application file
No application file
File size: 7,687 Bytes
d2897cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
{% 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>
</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 %}
|