<html>
<head>
<title>Homerton May Ball</title>
- <link rel="stylesheet" href="/theme/hmb.css">
+ <link rel="stylesheet" href="/theme/hmb.css?v1">
<!--[if IE]>
<link rel="stylesheet" href="/theme/ie.css">
<![endif]-->
class Template_Tickets extends Template {
public function display(){
- ?><a href="https://www.srcf.ucam.org/hmb/secure/"><img src="/theme/tickets.png"></a><?
+ ?><!--<a href="https://www.srcf.ucam.org/hmb/secure/"><img src="/theme/tickets.png"></a>-->
+ <div id="tickets" style=" font-size: 14px; padding: 10px;">
+ <h1 class="flir" style="text-align: center;">TICKETS</h1>
+
+ <div style="float: left;border-right: 1px thin solid black; width: 49%; overflow: auto;">
+ <div style="padding: 1em; padding-left: 40px; text-align: left;">
+ <h2 class="flir">ALUMNI</h2>
+ <img src="/theme/person2.png" style="float: right; padding-right: 8px;">
+ <p>If you are a Cambridge alumnus, and no longer have an active Raven account, please e-mail <a href="mailto:ticketing@homertonball.com">ticketing@homertonball.com</a></p>
+ </div>
+ </div>
+ <div style="float: right; border-left: 1px solid black; width: 49%; height: 100%; overflow: auto;">
+ <div style="padding: 1em; text-align: right;">
+ <h2 class="flir">UNIVERSITY</h2>
+
+ <img src="/theme/person1.png" style="padding-left: 8px; float: left;">
+
+ <a href="https://www.srcf.ucam.org/hmb/secure"><strong>Buy Tickets via Raven</strong></a>
+ </div>
+ </div>
+ </div>
+
+ <?
}
}
div#comm1 div a:hover, div#comm1 a:active {
text-decoration: underline;
}
+
+div#tickets {
+ font-family: Baskerville, Times, serif;
+ line-height: 1.5em;
+}
+
+div#tickets a:link, div#tickets a:visited {
+ color: white;
+ text-decoration: none;
+}
+
+div#tickets a:active, div#tickets a:hover {
+ text-decoration: underline;
+}