October promo banner

This commit is contained in:
Albert Santoni 2015-09-17 15:38:00 -04:00
parent 3d07260a9d
commit 8308ce9cac
2 changed files with 26 additions and 0 deletions

View file

@ -264,6 +264,10 @@ echo($currentProduct["name"]);
//echo Application_Model_Preference::GetPlanLevel();
?>
</p>
<div class="educational-discount">
<h4>Are you a student or educator?</h4>
<p>Sign up on an annual plan before the end of October to receive a 45% educational discount. Find out more.</p>
</div>
<h3>Choose a plan:</h3>
<form id="<?php echo $form->getId(); ?>" method="<?php echo $form->getMethod() ?>" action="<?php echo

View file

@ -238,3 +238,25 @@
margin-top:10px;
background: url('images/august_aweomse_promo_banner.png') no-repeat;
}
.billing-panel .educational-discount {
border: 1px solid #306999;
border-radius: 3px;
margin-top: 10px;
margin-bottom: 10px;
box-sizing: border-box;
padding: 16px;
background-color: #b8d9f4;
color: #234f5d;
}
.billing-panel .educational-discount h4 {
color: #1e415d;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-bottom: 5px;
}
.billing-panel .educational-discount p {
margin: 0px;
}