images
2 years ago
ui-blocks
3 years ago
abstract.html
6 months ago
activity-report-content.php
5 days ago
blue.html
6 months ago
default.html
6 months ago
envelope.html
6 months ago
leftist.html
6 months ago
no-template.html
3 years ago
panel.html
6 months ago
abstract.html
234 lines
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | <title>{{subject}}</title> |
| 7 | <style type="text/css"> |
| 8 | /* Reset */ |
| 9 | body, table, td, p, a, li, blockquote { |
| 10 | -webkit-text-size-adjust: 100%; |
| 11 | -ms-text-size-adjust: 100%; |
| 12 | } |
| 13 | table, td { |
| 14 | mso-table-lspace: 0pt; |
| 15 | mso-table-rspace: 0pt; |
| 16 | } |
| 17 | img { |
| 18 | -ms-interpolation-mode: bicubic; |
| 19 | border: 0; |
| 20 | outline: none; |
| 21 | text-decoration: none; |
| 22 | } |
| 23 | body { |
| 24 | margin: 0 !important; |
| 25 | padding: 0 !important; |
| 26 | width: 100% !important; |
| 27 | -webkit-font-smoothing: antialiased; |
| 28 | } |
| 29 | |
| 30 | /* Links */ |
| 31 | a { |
| 32 | color: #0891b2; |
| 33 | text-decoration: none; |
| 34 | } |
| 35 | a:hover { |
| 36 | text-decoration: underline; |
| 37 | } |
| 38 | |
| 39 | /* Button */ |
| 40 | .button { |
| 41 | display: inline-block; |
| 42 | padding: 14px 32px; |
| 43 | background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%); |
| 44 | color: #ffffff !important; |
| 45 | text-decoration: none !important; |
| 46 | font-weight: 600; |
| 47 | font-size: 14px; |
| 48 | border-radius: 8px; |
| 49 | text-align: center; |
| 50 | } |
| 51 | |
| 52 | /* Responsive */ |
| 53 | @media only screen and (max-width: 600px) { |
| 54 | .email-container { |
| 55 | width: 100% !important; |
| 56 | max-width: 100% !important; |
| 57 | } |
| 58 | .mobile-padding { |
| 59 | padding-left: 20px !important; |
| 60 | padding-right: 20px !important; |
| 61 | } |
| 62 | .mobile-center { |
| 63 | text-align: center !important; |
| 64 | } |
| 65 | .geometric-left, |
| 66 | .geometric-right { |
| 67 | display: none !important; |
| 68 | } |
| 69 | } |
| 70 | </style> |
| 71 | </head> |
| 72 | <body style="margin: 0; padding: 0; background-color: #ecfeff;"> |
| 73 | |
| 74 | <!-- Preheader --> |
| 75 | <div style="display: none; max-height: 0; overflow: hidden;"> |
| 76 | {{subject}} ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ |
| 77 | </div> |
| 78 | |
| 79 | <!-- Email Wrapper --> |
| 80 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ecfeff;"> |
| 81 | <tr> |
| 82 | <td align="center" style="padding: 48px 16px;"> |
| 83 | |
| 84 | <!-- Email Container --> |
| 85 | <table role="presentation" class="email-container" width="580" border="0" cellspacing="0" cellpadding="0" style="margin: 0 auto; max-width: 580px; width: 100%;"> |
| 86 | |
| 87 | <!-- Logo Above Card --> |
| 88 | <tr> |
| 89 | <td align="center" style="padding: 0 0 24px 0;"> |
| 90 | <a href="{{homeurl}}" style="text-decoration: none;"> |
| 91 | {{img_logo}} |
| 92 | </a> |
| 93 | </td> |
| 94 | </tr> |
| 95 | |
| 96 | <!-- Main Card --> |
| 97 | <tr> |
| 98 | <td style="position: relative;"> |
| 99 | |
| 100 | <!-- Card with Geometric Accent --> |
| 101 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(8, 145, 178, 0.12);"> |
| 102 | |
| 103 | <!-- Top Geometric Bar --> |
| 104 | <tr> |
| 105 | <td> |
| 106 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 107 | <tr> |
| 108 | <td style="width: 40%; height: 6px; background: linear-gradient(90deg, #0891b2 0%, #06b6d4 100%);"></td> |
| 109 | <td style="width: 20%; height: 6px; background: #22d3ee;"></td> |
| 110 | <td style="width: 25%; height: 6px; background: linear-gradient(90deg, #67e8f9 0%, #a5f3fc 100%);"></td> |
| 111 | <td style="width: 15%; height: 6px; background: #cffafe;"></td> |
| 112 | </tr> |
| 113 | </table> |
| 114 | </td> |
| 115 | </tr> |
| 116 | |
| 117 | <!-- Header Section --> |
| 118 | <tr> |
| 119 | <td style="padding: 40px 40px 0 40px;" class="mobile-padding"> |
| 120 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 121 | <tr> |
| 122 | <td> |
| 123 | <!-- Site Name --> |
| 124 | <h1 style="margin: 0 0 6px 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 24px; font-weight: 700; color: #0e7490; letter-spacing: -0.5px;"> |
| 125 | {{sitename}} |
| 126 | </h1> |
| 127 | <!-- Tagline --> |
| 128 | <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 14px; color: #64748b;"> |
| 129 | {{site_tagline}} |
| 130 | </p> |
| 131 | </td> |
| 132 | <td align="right" style="vertical-align: top;"> |
| 133 | <!-- Date Badge --> |
| 134 | <span style="display: inline-block; padding: 6px 12px; background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%); color: #0891b2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 12px; font-weight: 600; border-radius: 6px;"> |
| 135 | {{date}} |
| 136 | </span> |
| 137 | </td> |
| 138 | </tr> |
| 139 | </table> |
| 140 | </td> |
| 141 | </tr> |
| 142 | |
| 143 | <!-- Decorative Divider --> |
| 144 | <tr> |
| 145 | <td style="padding: 24px 40px;" class="mobile-padding"> |
| 146 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 147 | <tr> |
| 148 | <td style="width: 60px; height: 3px; background: linear-gradient(90deg, #0891b2, #06b6d4); border-radius: 3px;"></td> |
| 149 | <td style="width: 8px;"></td> |
| 150 | <td style="width: 8px; height: 3px; background: #22d3ee; border-radius: 3px;"></td> |
| 151 | <td style="width: 8px;"></td> |
| 152 | <td style="width: 8px; height: 3px; background: #67e8f9; border-radius: 3px;"></td> |
| 153 | <td></td> |
| 154 | </tr> |
| 155 | </table> |
| 156 | </td> |
| 157 | </tr> |
| 158 | |
| 159 | <!-- Content --> |
| 160 | <tr> |
| 161 | <td style="padding: 0 40px 40px 40px;" class="mobile-padding"> |
| 162 | <div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 15px; line-height: 1.7; color: #475569;"> |
| 163 | {{message}} |
| 164 | </div> |
| 165 | </td> |
| 166 | </tr> |
| 167 | |
| 168 | <!-- Bottom Section --> |
| 169 | <tr> |
| 170 | <td style="padding: 0 40px 32px 40px;" class="mobile-padding"> |
| 171 | <!-- Thin Divider --> |
| 172 | <div style="height: 1px; background: linear-gradient(90deg, #e0f2fe, #cffafe, #e0f2fe); margin-bottom: 24px;"></div> |
| 173 | |
| 174 | <!-- Social & Info Row --> |
| 175 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 176 | <tr> |
| 177 | <td style="vertical-align: middle;"> |
| 178 | <!-- Social Links --> |
| 179 | <table role="presentation" border="0" cellspacing="0" cellpadding="0"> |
| 180 | <tr> |
| 181 | <td style="padding-right: 8px;"> |
| 182 | <a href="{{facebook}}" style="display: inline-block; width: 36px; height: 36px; background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%); border-radius: 8px; text-align: center; line-height: 36px; text-decoration: none; color: #0891b2; font-family: Arial, sans-serif; font-size: 14px; font-weight: 600;">f</a> |
| 183 | </td> |
| 184 | <td> |
| 185 | <a href="{{twitter}}" style="display: inline-block; width: 36px; height: 36px; background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%); border-radius: 8px; text-align: center; line-height: 36px; text-decoration: none; color: #0891b2; font-family: Arial, sans-serif; font-size: 14px; font-weight: 600;">X</a> |
| 186 | </td> |
| 187 | </tr> |
| 188 | </table> |
| 189 | </td> |
| 190 | <td align="right" style="vertical-align: middle;"> |
| 191 | <!-- Mini Geometric Element --> |
| 192 | <table role="presentation" border="0" cellspacing="0" cellpadding="0"> |
| 193 | <tr> |
| 194 | <td style="width: 24px; height: 4px; background: #a5f3fc; border-radius: 2px;"></td> |
| 195 | <td style="width: 4px;"></td> |
| 196 | <td style="width: 4px; height: 4px; background: #22d3ee; border-radius: 2px;"></td> |
| 197 | <td style="width: 4px;"></td> |
| 198 | <td style="width: 12px; height: 4px; background: #06b6d4; border-radius: 2px;"></td> |
| 199 | </tr> |
| 200 | </table> |
| 201 | </td> |
| 202 | </tr> |
| 203 | </table> |
| 204 | </td> |
| 205 | </tr> |
| 206 | |
| 207 | </table> |
| 208 | <!-- End Card --> |
| 209 | |
| 210 | </td> |
| 211 | </tr> |
| 212 | <!-- End Main Card --> |
| 213 | |
| 214 | <!-- Footer --> |
| 215 | <tr> |
| 216 | <td align="center" style="padding: 28px 24px;"> |
| 217 | <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; line-height: 1.6; color: #0e7490;"> |
| 218 | {{footer_text}} |
| 219 | </p> |
| 220 | <p style="margin: 16px 0 0 0;"><a href="https://www.wpdownloadmanager.com" style="color:#a5d8e6;font-size:11px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;text-decoration:none;">Powered by Download Manager</a></p> |
| 221 | </td> |
| 222 | </tr> |
| 223 | |
| 224 | </table> |
| 225 | <!-- End Email Container --> |
| 226 | |
| 227 | </td> |
| 228 | </tr> |
| 229 | </table> |
| 230 | <!-- End Email Wrapper --> |
| 231 | |
| 232 | </body> |
| 233 | </html> |
| 234 |