1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
3
+ < head >
4
+ <!-- This is a simple example template that you can edit to create your own custom templates -->
5
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
6
+ <!-- Facebook sharing information tags -->
7
+ < meta property ="og:title " content ="*|MC:SUBJECT|* " />
8
+
9
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10
+ < title > *|MC:SUBJECT|*</ title >
11
+ < style type ="text/css ">
12
+ /* Based on The MailChimp Reset INLINE: Yes. */
13
+ /* Client-specific Styles */
14
+ # outlook a {padding : 0 ;} /* Force Outlook to provide a "view in browser" menu link. */
15
+ body {width : 100% !important ; -webkit-text-size-adjust : 100% ; -ms-text-size-adjust : 100% ; margin : 0 ; padding : 0 ;}
16
+ /* Prevent Webkit and Windows Mobile platforms from changing default font sizes.*/
17
+ .ExternalClass {width : 100% ;} /* Force Hotmail to display emails at full width */
18
+ .ExternalClass , .ExternalClass p , .ExternalClass span , .ExternalClass font , .ExternalClass td , .ExternalClass div {line-height : 100% ;}
19
+ /* Forces Hotmail to display normal line spacing. More on that: http://www.emailonacid.com/forum/viewthread/43/ */
20
+ # backgroundTable {margin : 0 ; padding : 0 ; width : 100% !important ; line-height : 100% !important ;}
21
+ /* End reset */
22
+
23
+ /* Some sensible defaults for images
24
+ Bring inline: Yes. */
25
+ img {outline : none; text-decoration : none; -ms-interpolation-mode : bicubic;}
26
+ a img {border : none;}
27
+ .image_fix {display : block;}
28
+
29
+ /* Yahoo paragraph fix
30
+ Bring inline: Yes. */
31
+ p {margin : 1em 0 ;}
32
+
33
+ h1 {
34
+ color : # E37B6E !important ;
35
+ }
36
+
37
+ h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {color : blue !important ;}
38
+
39
+ h1 a : active , h2 a : active , h3 a : active , h4 a : active , h5 a : active , h6 a : active {
40
+ color : red !important ; /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
41
+ }
42
+
43
+ h1 a : visited , h2 a : visited , h3 a : visited , h4 a : visited , h5 a : visited , h6 a : visited {
44
+ color : purple !important ; /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
45
+ }
46
+
47
+ /* Outlook 07, 10 Padding issue fix
48
+ Bring inline: No.*/
49
+ table td {border-collapse : collapse;}
50
+
51
+ /* Remove spacing around Outlook 07, 10 tables
52
+ Bring inline: Yes */
53
+ table { border-collapse : collapse; mso-table-lspace : 0pt ; mso-table-rspace : 0pt ; }
54
+
55
+ /* Styling your links has become much simpler with the new Yahoo. In fact, it falls in line with the main credo of styling in email and make sure to bring your styles inline. Your link colors will be uniform across clients when brought inline.
56
+ Bring inline: Yes. */
57
+ a {color : # E37B6E ;text-decoration : none;}
58
+
59
+ p a : hover ,
60
+ li a : hover {
61
+ text-decoration : underline;
62
+ }
63
+
64
+ /***************************************************
65
+ ****************************************************
66
+ MOBILE TARGETING
67
+ ****************************************************
68
+ ***************************************************/
69
+ @media only screen and (max-device-width : 480px ) {
70
+ /* Part one of controlling phone number linking for mobile. */
71
+ a [href ^= "tel" ], a [href ^= "sms" ] {
72
+ text-decoration : none;
73
+ color : blue; /* or whatever your want */
74
+
75
+ cursor : default;
76
+ }
77
+
78
+ .mobile_link a [href ^= "tel" ], .mobile_link a [href ^= "sms" ] {
79
+ text-decoration : default;
80
+ color : orange !important ;
81
+ pointer-events : auto;
82
+ cursor : default;
83
+ }
84
+
85
+ }
86
+
87
+ /* More Specific Targeting */
88
+
89
+ @media only screen and (min-device-width : 768px ) and (max-device-width : 1024px ) {
90
+ /* You guessed it, ipad (tablets, smaller screens, etc) */
91
+ /* repeating for the ipad */
92
+ a [href ^= "tel" ], a [href ^= "sms" ] {
93
+ text-decoration : none;
94
+ color : blue; /* or whatever your want */
95
+
96
+ cursor : default;
97
+ }
98
+
99
+ .mobile_link a [href ^= "tel" ], .mobile_link a [href ^= "sms" ] {
100
+ text-decoration : default;
101
+ color : orange !important ;
102
+ pointer-events : auto;
103
+ cursor : default;
104
+ }
105
+ }
106
+
107
+ @media only screen and (-webkit-min-device-pixel-ratio : 2 ) {
108
+ /* Put your iPhone 4g styles in here */
109
+ }
110
+
111
+ /* Android targeting */
112
+ @media only screen and (-webkit-device-pixel-ratio : .75 ){
113
+ /* Put CSS for low density (ldpi) Android layouts in here */
114
+ }
115
+ @media only screen and (-webkit-device-pixel-ratio : 1 ){
116
+ /* Put CSS for medium density (mdpi) Android layouts in here */
117
+ }
118
+ @media only screen and (-webkit-device-pixel-ratio : 1.5 ){
119
+ /* Put CSS for high density (hdpi) Android layouts in here */
120
+ }
121
+ /* end Android targeting */
122
+
123
+ </ style >
124
+
125
+ <!-- Targeting Windows Mobile -->
126
+ <!--[if IEMobile 7]>
127
+ <style type="text/css">
128
+
129
+ </style>
130
+ <![endif]-->
131
+
132
+ <!-- ***********************************************
133
+ ****************************************************
134
+ END MOBILE TARGETING
135
+ ****************************************************
136
+ ************************************************ -->
137
+
138
+ <!--[if gte mso 9]>
139
+ <style>
140
+ /* Target Outlook 2007 and 2010 */
141
+ </style>
142
+ <![endif]-->
143
+ </ head >
144
+ < body style ="background-color:#FFFFFF ">
145
+ <!-- Wrapper/Container Table: Use a wrapper table to control the width and the background color consistently of your email. Use this approach instead of setting attributes on the body tag. -->
146
+ < table cellpadding ="0 " cellspacing ="0 " border ="0 " id ="backgroundTable ">
147
+ < tr >
148
+ < td valign ="top " align ="center ">
149
+ < table width ="100% " cellpadding ="0 " cellspacing ="0 " border ="0 " style ="font-family:helvetica,arial,sans-serif;color:#7D787F;font-size:12px;line-height:26px; ">
150
+ < tr >
151
+ < td width ="100% " align ="center " style ="background-color:#515151;color:#FFFFFF; ">
152
+ < div mc:edit ="std_preheader_links ">
153
+ <!-- *|IFNOT:ARCHIVE_PAGE|* --> Is this email not displaying correctly? < a href ="*|ARCHIVE|* " target ="_blank " style ="color:#FFFFFF;text-decoration:underline; "> View it in your browser</ a > .<!-- *|END:IF|* -->
154
+ </ div >
155
+ </ td >
156
+ </ tr >
157
+ </ table >
158
+ < table width ="600 " cellpadding ="0 " cellspacing ="0 " border ="0 ">
159
+ < tr > < td height ="50 "> </ td > </ tr >
160
+ < tr >
161
+ < td > < img src ="logo.png " width ="600 " height ="153 " /> </ td >
162
+ </ tr >
163
+ </ table >
164
+ < table cellpadding ="0 " cellspacing ="0 " border ="0 " style ="font-family:helvetica,arial,sans-serif;line-height:28px;color:#7D787F; ">
165
+ < tr >
166
+ < td width ="25 " valign ="top "> </ td >
167
+ < td width ="550 " valign ="top ">
168
+ < div mc:edit ="intro ">
169
+ < h1 style ="text-align:center;font-size:30px;color:#E37B6E;line-height:56px; ">
170
+ Laravel Weekly #20
171
+ </ h1 >
172
+
173
+ < p >
174
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
175
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
176
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
177
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
178
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
179
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
180
+ </ p >
181
+
182
+ < p > Thanks for reading!</ p >
183
+ </ div >
184
+
185
+ < h2 style ="font-size:28px;color:#E37B6E;line-height:34px; ">
186
+ News
187
+ </ h2 >
188
+
189
+ < div class ="article " mc:repeatable >
190
+ < h3 mc:edit ="news_title "> Some important news item!</ h3 >
191
+
192
+ < p mc:edit ="news_content ">
193
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
194
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
195
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
196
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
197
+ cillum dolore eu fugiat nulla pariatur.
198
+ </ p >
199
+ </ div >
200
+ </ td >
201
+ < td width ="25 " valign ="top "> </ td >
202
+ </ tr >
203
+ < tr style ="background-color:#E37B6E; " mc:hideable >
204
+ < td width ="25 " valign ="top "> </ td >
205
+ < td width ="550 " valign ="top " style ="color:#FFFFFF; " mc:edit ="quick_tip ">
206
+ < h2 style ="font-size:28px ">
207
+ Quick Tip
208
+ </ h2 >
209
+
210
+ < p >
211
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
212
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
213
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
214
+ consequat.
215
+ </ p >
216
+ </ td >
217
+ < td width ="25 " valign ="top "> </ td >
218
+ </ tr >
219
+ < tr >
220
+ < td width ="25 " valign ="top "> </ td >
221
+ < td width ="550 " valign ="top " mc:edit ="resources ">
222
+ < h2 style ="font-size:28px;color:#E37B6E;line-height:34px; ">
223
+ Resources
224
+ </ h2 >
225
+
226
+ < h3 > Articles</ h3 >
227
+
228
+ < ul >
229
+ < li > < a href ="# " style ="color:#E37B6E; "> Lorem ipsum dolor sit amet, consectetur adipisicing elit</ a > by < a href ="# " style ="color:#E37B6E; "> John Doe</ a > </ li >
230
+ < li > < a href ="# " style ="color:#E37B6E; "> Lorem ipsum dolor sit amet, consectetur adipisicing elit</ a > by < a href ="# " style ="color:#E37B6E; "> John Doe</ a > </ li >
231
+ < li > < a href ="# " style ="color:#E37B6E; "> Lorem ipsum dolor sit amet, consectetur adipisicing elit</ a > by < a href ="# " style ="color:#E37B6E; "> John Doe</ a > </ li >
232
+ </ ul >
233
+
234
+ < h3 > Packages</ h3 >
235
+
236
+ < ul >
237
+ < li > < a href ="# " style ="color:#E37B6E; "> Lorem ipsum dolor sit amet, consectetur adipisicing elit</ a > by < a href ="# " style ="color:#E37B6E; "> John Doe</ a > </ li >
238
+ < li > < a href ="# " style ="color:#E37B6E; "> Lorem ipsum dolor sit amet, consectetur adipisicing elit</ a > by < a href ="# " style ="color:#E37B6E; "> John Doe</ a > </ li >
239
+ </ ul >
240
+
241
+ < h3 > Screencasts</ h3 >
242
+
243
+ < ul >
244
+ < li > < a href ="# " style ="color:#E37B6E; "> Lorem ipsum dolor sit amet, consectetur adipisicing elit</ a > by < a href ="# " style ="color:#E37B6E; "> John Doe</ a > </ li >
245
+ </ ul >
246
+ </ td >
247
+ < td width ="25 " valign ="top "> </ td >
248
+ </ tr >
249
+ < tr >
250
+ < td width ="25 " valign ="top "> </ td >
251
+ < td width ="550 " valign ="top " mc:edit ="calendar ">
252
+ < h2 style ="font-size:28px;color:#E37B6E;line-height:34px; ">
253
+ Events
254
+ </ h2 >
255
+
256
+ < table cellpadding ="0 " cellspacing ="0 " border ="0 " width ="550 ">
257
+ < tr >
258
+ < td > 17/08</ td >
259
+ < td > Talk</ td >
260
+ < td > Boston, MA</ td >
261
+ < td > < a style ="color:#E37B6E; " href ="http://www.northeastphp.org/talks/view/10/Introduction-to-Laravel "> Introduction to Laravel</ a > </ td >
262
+ </ tr >
263
+ < tr >
264
+ < td > 30/08 - 31/08</ td >
265
+ < td > Conference</ td >
266
+ < td > Amsterdam</ td >
267
+ < td > < a style ="color:#E37B6E; " href ="http://laracon.eu "> Laracon EU 2013</ a > </ td >
268
+ </ tr >
269
+ </ table >
270
+
271
+ < br >
272
+ </ td >
273
+ < td width ="25 " valign ="top "> </ td >
274
+ </ tr >
275
+ < tr style ="background-color:#E37B6E; " mc:hideable >
276
+ < td width ="25 " valign ="top "> </ td >
277
+ < td width ="550 " valign ="top " style ="color:#FFFFFF; " mc:edit ="call_for_content ">
278
+ < h2 style ="font-size:28px; ">
279
+ We want you...!
280
+ </ h2 >
281
+
282
+ < p >
283
+ ...to send us your articles, packages, meetups, screencasts, whatever you like to be featured in the next Laravel Weekly! Send all your details to
[email protected]
284
+ </ p >
285
+ </ td >
286
+ < td width ="25 " valign ="top "> </ td >
287
+ </ tr >
288
+ </ table >
289
+ </ td > </ tr >
290
+ </ table >
291
+ <!-- End of wrapper table -->
292
+ < center >
293
+ < br >
294
+ < br >
295
+ < table border ="0 " cellpadding ="0 " cellspacing ="0 " width ="100% " id ="canspamBarWrapper " style ="background-color:#FFFFFF; border-top:1px solid #E5E5E5; ">
296
+ < tr >
297
+ < td align ="center " valign ="top " style ="padding-top:20px; padding-bottom:20px; ">
298
+ < table border ="0 " cellpadding ="0 " cellspacing ="0 " id ="canspamBar ">
299
+ < tr >
300
+ < td align ="center " valign ="top " style ="color:#606060; font-family:Helvetica, Arial, sans-serif; font-size:11px; line-height:150%; padding-right:20px; padding-bottom:5px; padding-left:20px; text-align:center; ">
301
+ This email was sent to < a href ="*|EMAIL|* " target ="_blank " style ="color:#404040 !important; "> *|EMAIL|*</ a >
302
+ < br >
303
+ < a href ="*|ABOUT_LIST|* " target ="_blank " style ="color:#404040 !important; "> < em > why did I get this?</ em > </ a > < a href ="*|UNSUB|* " style ="color:#404040 !important; "> unsubscribe from this list</ a > < a href ="*|UPDATE_PROFILE|* " style ="color:#404040 !important; "> update subscription preferences</ a >
304
+ < br >
305
+ *|LIST:ADDRESSLINE|*
306
+ < br >
307
+ < br >
308
+ *|REWARDS|*
309
+ </ td >
310
+ </ tr >
311
+ </ table >
312
+ </ td >
313
+ </ tr >
314
+ </ table >
315
+ < style type ="text/css ">
316
+ @media only screen and (max-width : 480px ){
317
+ table [id = "canspamBar" ] td {font-size : 14px !important ;}
318
+ table [id = "canspamBar" ] td a {display : block !important ; margin-top : 10px !important ;}
319
+ }
320
+ </ style >
321
+ </ center > </ body >
322
+ </ html >
0 commit comments