Skip to content

Instantly share code, notes, and snippets.

@diegomm
Created April 5, 2011 03:04
Show Gist options
  • Save diegomm/902949 to your computer and use it in GitHub Desktop.
Save diegomm/902949 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
#container {
width:600px;
margin-left:auto;
margin-right:auto;
border:1px solid red;
padding:0px 20px 20px 20px;
}
#date {
float:right;
}
#review-apps {
margin-top:30px;
float:left;
}
#job-title {
text-align:center;
}
#left-col {
width:350px;
float:left;
padding:10px;
}
#right-col h3 {
float:right;
}
#right-col {
width:228px;
float:right;
border-left:1px solid #eee;
}
.clear {
clear:both;
}
#open-in-browser {
text-align:center;
position:relative;
top:-10px;
font-size:12px;
}
</style>
</head>
<body>
<div id="container">
<p id="open-in-browser">If this email isn't pretty, <a href="#">open it in a browser.</a></p>
<h5 id="date">Nov 20, 1989</h5>
<a href="#"><h1>Squandrr</h1></a>
<p>{Person} has applied for your job</p>
<a href="#"><h2 id="job-title">Job Title</h2></a>
<div id="left-col">
<h4>"A;laksjdf;lkj ;lkasfj l;kjasd;lkj [ [oijqeo;ldhasdlkf lk j;alksdf j ;lkjasdf;lkj f;lkasjdf A;laksjdf;lkj ;lkasfj l;kjasd;lkj [ [oijqeo;ldhasdlkf lk j;alksdf j ;lkjasdf;lkj f;lkasjdf A;laksjdf;lkj ;lkasfj l;kjasd;lkj [ [oijqeo;ldhasdlkf lk j;alksdf j ;lkjasdf;lkj f;lkasjdf A;laksjdf;lkj ;lkasfj l;kjasd;lkj [ [oijqeo;ldhasdlkf lk j;alksdf j ;lkjasdf;lkj f;lkasjdf A;laksjdf;lkj ;lkasfj l;kjasd;lkj [ [oijqeo;ldhasdlkf lk j;alksdf j ;lkjasdf;lkj f;lkasjdf"</h4>
</div>
<div id="right-col">
<h3>Job Date: 04/10/2011</h3>
<h3>Pay: $45</h3>
<h3>Location: Austin, TX</h3>
<div class="clear"></div>
</div>
<a id="review-apps" href="#">Review all applications for this job.</a>
<div class="clear"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment