Added coming soon text to workers page
authorRichard Whitehouse <github@richardwhiuk.com>
Fri, 4 Feb 2011 20:01:35 +0000 (20:01 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Fri, 4 Feb 2011 20:01:35 +0000 (20:01 +0000)
template/workers.php

index f5b28940ec89a72264496c430b6baf65dddc3c17..9109bd0c73c5396b53e0414dc2e9275c04b54f27 100644 (file)
@@ -3,7 +3,10 @@
 class Template_Workers extends Template {
 
 public function display(){
-        ?><img src="/theme/workers.png"><?
+        ?><div style="background: url(/theme/workers.png); width: 850px;
+                       height: 500px; position: relative; overflow: hidden; padding-top: 140px;" id="comm1">
+                       <span style="display: block; font-size: 2em; padding-top: 200px; padding-left: 400px;" class="flir">Coming soon!</span>
+                       </div><?
 }
 
 }