Skip to content

Commit 2b0e239

Browse files
committed
Update newsletter template
1 parent 3d1f6af commit 2b0e239

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

newsletter.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ <h3 mc:edit="resource_type">Articles</h3>
190190
<div mc:edit="resource_list">
191191
<ul>
192192
<li><a href="#" style="color:#E37B6E;">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a></li>
193-
<li><a href="#" style="color:#E37B6E;">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a></li>
194-
<li><a href="#" style="color:#E37B6E;">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a></li>
195193
</ul>
196194
</div>
197195
</div>
@@ -200,11 +198,10 @@ <h2 style="font-size:28px;color:#E37B6E;line-height:34px;text-align:center">
200198
Events
201199
</h2>
202200

203-
<div mc:repeatable>
204-
<h3 style="text-align:center;">
205-
<span style="font-style:italic;font-weight:normal;font-size:16px" mc:edit="event_date_and_location">September 12, 2013 - Fishers, IN</span><br>
206-
<span mc:edit="event_title"><a href="http://www.meetup.com/Laravel-Modern-Web-Apps-in-Carmel-Fishers-Indianapolis/events/135898802/" style="color:#E37B6E;">Discuss Modern Web &amp; Mobile Development, &amp; Laravel 4&#39;s Progress</a></span>
207-
</h3>
201+
<div mc:repeatable style="text-align:center;">
202+
<div style="font-style:italic;font-weight:normal;font-size:16px" mc:edit="event_date_and_location">September 12, 2013 - Fishers, IN</div>
203+
<div mc:edit="event_title" style="font-weight:bold;font-size:20px"><a href="http://www.meetup.com/Laravel-Modern-Web-Apps-in-Carmel-Fishers-Indianapolis/events/135898802/" style="color:#E37B6E;">Discuss Modern Web &amp; Mobile Development, &amp; Laravel 4&#39;s Progress</a></div>
204+
<br/>
208205
</div>
209206
<br>
210207
</td>
@@ -223,6 +220,14 @@ <h2 style="font-size:28px;text-align:center">
223220
</td>
224221
<td width="25" valign="top"></td>
225222
</tr>
223+
<tr>
224+
<td width="25" valign="top"></td>
225+
<td width="550" valign="top" style="font-size:13px;" align="center">
226+
<br/>
227+
<p><a href="http://laravel.io">Website</a> &bull; <a href="http://laravel.io">Laravel IO</a> &bull; <a href="https://github.com/LaravelIO/LaravelWeekly">Github</a></p>
228+
</td>
229+
<td width="25" valign="top"></td>
230+
</tr>
226231
</table>
227232
</td>
228233
</tr>

0 commit comments

Comments
 (0)