File: /home/awaldron/_domains/campaign.alanwaldron.com/thankyou.php
<?php
$variable = 1;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alan Waldron for Penn Hills Council</title>
<style>
body { background: #EEEEEE; font-family: sans-serif; font-size: 15px; line-height: 1.4em; }
.outer { max-width: 600px; margin: 30px auto; background: #FFFFFF; padding: 10px 20px; border: solid 1px #CCCCCC; }
#logo img { max-width: 280px; display: block; margin: 0 auto 20px; }
.image img { float:left; max-width: 100px; border-radius: 100px; margin-right: 14px; margin-bottom: 14px; }
.nobreak { overflow: auto; }
.centered { text-align: center; }
a.btn { display:inline-block; padding: 15px 40px; border-radius: 8px; text-decoration: none; }
a.btn.green { background: #009900; color: #FFFFFF; font-weight: bold; font-size: 24px; margin-right: 10px; }
a.btn.red { background: #990000; color: #FFFFFF; font-weight: bold; font-size: 24px; }
</style>
</head>
<body>
<div class="outer">
<p id="logo"><img src="aw-logo.png" /></p>
<hr/>
<div class="nobreak">
<p class="image"></p>
<p class="centered">Thank you for your support!</p>
<p class="centered">I can't wait to get to work for you and every resident of Penn Hills!</p>
<p class="centered">- Alan</p>
</div>
</body>
</html>