Add Josh Dale as Ents dev
authorRichard Whitehouse <github@richardwhiuk.com>
Tue, 22 Feb 2011 22:52:57 +0000 (22:52 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Tue, 22 Feb 2011 22:52:57 +0000 (22:52 +0000)
template/committee.php
theme/hmb.css

index 2a8e821b2f08931e7d475cdbb4c86a62ff5eb2d5..815e34ea157bf4ffc9b7f89cacaf1479ca68fcba 100644 (file)
@@ -4,7 +4,8 @@ class Template_Committee extends Template {
 
        public function display(){
                ?><div style="background: url(/theme/committee.png); width: 850px;
-               height: 500px; position: relative; overflow: hidden; padding-top: 140px;" id="comm1">
+               height: 500px; position: relative; overflow: hidden; padding-top: 70px;" id="comm1">
+                       <div id="title"></div>
                        <div id="president"> 
                        <h2>President</h2> 
                        <p> 
@@ -164,7 +165,20 @@ class Template_Committee extends Template {
                        <a href="mailto:web@homertonball.com"> 
                        <em>web@homertonball.com</em> 
                        </a> 
-                       </p> 
+                       </p>
+                       </div>
+                       <div id="ents">
+                       <h2>Entertainment</h2>
+                       <p>
+                       <a href="mailto:ents@homertonball.com">
+                       Josh Dale
+                       </a>
+                       </p>
+                       <p>
+                       <a href="mailto:ents@homertonball.com">
+                       <em>ents@homertonball.com</em>
+                       </a>
+                       </p>
                        </div> 
                        </div><?
        }
index 69e83bfabfc3c18f50938fafa90f50420c5b1659..4235e04a92a35a0c58e2c17ad72d29fad95171c1 100644 (file)
@@ -216,11 +216,24 @@ div#footer {
 
 div#comm1 div {
        float: left;
-       width: 220px;
+       width: 243px;
        text-align: center;
        padding: 0px 20px;
 }
 
+div#comm1 div#title {
+       width: 400px;
+       height: 75px;
+}
+
+div#comm1 div#president {
+       float: right;
+}
+
+div#comm1 div#vice {
+       float: right;
+}
+
 div#comm1 div em, div#comm1 div strong {
        display: none;
 }