Tickets Launch
authorRichard Whitehouse <github@richardwhiuk.com>
Fri, 4 Feb 2011 23:09:44 +0000 (23:09 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Fri, 4 Feb 2011 23:09:44 +0000 (23:09 +0000)
template/index.php
template/tickets.php
theme/hmb.css
theme/person1.png [new file with mode: 0644]
theme/person2.png [new file with mode: 0644]

index 7ef4a3720a1785d6cd346fcfd87bdee7dec29cfe..2b5e62b1ff8e28649336ae6efacb8462ad560d8c 100644 (file)
@@ -11,7 +11,7 @@ public function Display(){
 <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]-->
index 683d41fc2a48252752bfd9fad6345b86b62fab4b..930171f8a6f4a5a043c25c7afa9667c1f1328966 100644 (file)
@@ -3,7 +3,29 @@
 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>
+       
+       <?
 }
 
 }
index eefa86694aa4ee194ee69064913e4d7b1c4111dc..69e83bfabfc3c18f50938fafa90f50420c5b1659 100644 (file)
@@ -241,3 +241,17 @@ div#comm1 div a:link, div#comm1 a:visited {
 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;
+}
diff --git a/theme/person1.png b/theme/person1.png
new file mode 100644 (file)
index 0000000..56e2f54
Binary files /dev/null and b/theme/person1.png differ
diff --git a/theme/person2.png b/theme/person2.png
new file mode 100644 (file)
index 0000000..c47cfa5
Binary files /dev/null and b/theme/person2.png differ