Skip to content

Commit

Permalink
Creating email campaign for Monospace 2012.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragan committed Aug 15, 2012
1 parent 0f2f50b commit 53cfa3d
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rules
Expand Up @@ -23,6 +23,10 @@ Route("/css/*/", (context) => {
return context.Item.Identifier.Chop() + context.Item.Meta["extension"]; return context.Item.Identifier.Chop() + context.Item.Meta["extension"];
}); });


Compile("/email_campaign/", (context) => {
// Don't filter or layout
});

Compile("/speakers/", (context) => { Compile("/speakers/", (context) => {
// Don't filter or layout // Don't filter or layout
}); });
Expand Down
58 changes: 58 additions & 0 deletions content/email_campaign/monospace_2012.html
@@ -0,0 +1,58 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Monospace 2012</title>
<style type="text/css" media="screen">
body {
font-size: 1em;
padding: 0px;
color: #333333;
}

.unsubscribe {
color: #666;
font-size: .8em;
margin-top: 1em;
margin: 10px 0 20px 0;
padding: 0 10px 0 0;
position: relative;
width: 100%;
text-align: center;
}
</style>
</head>
<body>
<p style="font-size: 1.1em"><b>Monospace 2012!</b></p>

<p>If you haven't heard, Monospace is back for 2012 and we're gearing up for three days of .NET open-source powered events. We are just 63 days away and today is the last day for the early bird discount! Visit http://monospace.us to grab your early bird tickets now!</p>

<p>Early Bird Price: $250<br/>Regular Price: $300</p>

<p>For the first time, we are also offering student tickets! If you are a student and want to attend, email us[info@monospace.us] a copy of one of the following:</p>

<ul>
<li>Current Student ID</li>
<li>Current Enrollment Schedule</li>
<li>Proof of enrollment letter on school letterhead</li>
<li>Student Price: $99</li>
</ul>

<p>Date and Place: October 17th - 19th, Microsoft NERD Center, 1 Memorial Drive, Cambridge, MA 02142</p>

<p>If you think that Monospace is only about Mono, you’re mistaken. We’re working on changing that perception!</p>

<p>Monospace is the official cross platform and open-source .NET conference. Want to learn more about developing for the iPhone, Android, Mac, and *nix platforms using .NET technologies? How about developing games or learning more about open-source projects using .NET technologies? Monospace has provided an annual venue to collaborate, share, and socialize around these topics and more. Monospace is more than just about Mono, it's geared toward the whole .NET open-source ecosystem. We have exciting news to share about that at the conference as well!</p>

<p>Monospace is a Monkey Square joint, all proceeds help the .NET open-source ecosystem!</p>

<p>If you or your company is interested in sponsoring, you can view our sponsorship packages here: http://monospace.us/monospace_sponsor_packages.pdf, if you can't find something suitable for your organization, please contact us[info@monospace.us]. We will be happy to negotiate with you for other opportunities.</p>

<p>You will not want to miss this event, lots of news to share and a great speaker lineup. Hope to see you there!</p>

<p>Cheers,</p>
<p>The Monkey Square Team<br/>http://monkeysquare.org/</p>

<div class="unsubscribe">
this email was sent to you because you selected to receive emails from us. If you wish to unsubscribe, please click <unsubscribe>here</unsubscribe>
</div>
</body>
</html>
58 changes: 58 additions & 0 deletions public/email_campaign/monospace_2012/index.html
@@ -0,0 +1,58 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Monospace 2012</title>
<style type="text/css" media="screen">
body {
font-size: 1em;
padding: 0px;
color: #333333;
}

.unsubscribe {
color: #666;
font-size: .8em;
margin-top: 1em;
margin: 10px 0 20px 0;
padding: 0 10px 0 0;
position: relative;
width: 100%;
text-align: center;
}
</style>
</head>
<body>
<p style="font-size: 1.1em"><b>Monospace 2012!</b></p>

<p>If you haven't heard, Monospace is back for 2012 and we're gearing up for three days of .NET open-source powered events. We are just 63 days away and today is the last day for the early bird discount! Visit http://monospace.us to grab your early bird tickets now!</p>

<p>Early Bird Price: $250<br/>Regular Price: $300</p>

<p>For the first time, we are also offering student tickets! If you are a student and want to attend, email us[info@monospace.us] a copy of one of the following:</p>

<ul>
<li>Current Student ID</li>
<li>Current Enrollment Schedule</li>
<li>Proof of enrollment letter on school letterhead</li>
<li>Student Price: $99</li>
</ul>

<p>Date and Place: October 17th - 19th, Microsoft NERD Center, 1 Memorial Drive, Cambridge, MA 02142</p>

<p>If you think that Monospace is only about Mono, you’re mistaken. We’re working on changing that perception!</p>

<p>Monospace is the official cross platform and open-source .NET conference. Want to learn more about developing for the iPhone, Android, Mac, and *nix platforms using .NET technologies? How about developing games or learning more about open-source projects using .NET technologies? Monospace has provided an annual venue to collaborate, share, and socialize around these topics and more. Monospace is more than just about Mono, it's geared toward the whole .NET open-source ecosystem. We have exciting news to share about that at the conference as well!</p>

<p>Monospace is a Monkey Square joint, all proceeds help the .NET open-source ecosystem!</p>

<p>If you or your company is interested in sponsoring, you can view our sponsorship packages here: http://monospace.us/monospace_sponsor_packages.pdf, if you can't find something suitable for your organization, please contact us[info@monospace.us]. We will be happy to negotiate with you for other opportunities.</p>

<p>You will not want to miss this event, lots of news to share and a great speaker lineup. Hope to see you there!</p>

<p>Cheers,</p>
<p>The Monkey Square Team<br/>http://monkeysquare.org/</p>

<div class="unsubscribe">
this email was sent to you because you selected to receive emails from us. If you wish to unsubscribe, please click <unsubscribe>here</unsubscribe>
</div>
</body>
</html>

0 comments on commit 53cfa3d

Please sign in to comment.