Browse Source

promo-front

windhamdavid 10 years ago
parent
commit
0788eb47a1
2 changed files with 38 additions and 2 deletions
  1. 11 0
      index.php
  2. 27 2
      style.css

+ 11 - 0
index.php

@@ -44,6 +44,17 @@
 					<?php endwhile; ?>
 				</div>			
 			</div>
+			<div class="eightcol last">
+				<div class="press promo-front">
+					<h1 class="times"><a href="http://phfilms.com/unlocking-the-cage">Unlocking the Cage</a><br /> <span class="subtitle">a documentary by Chris Hegedus and D.A. Pennebaker</span></h1>
+					<img src="<?php echo get_template_directory_uri(); ?>/img/LOGLINE.png" />
+					<?php $upload_dir = wp_upload_dir();?>
+					<a href="http://phfilms.com/unlocking-the-cage"><img src="<?php echo $upload_dir['baseurl']; ?>/stevenwise-250x140.jpg" class="promo-front" alt="stevenwise" /></a>
+					<p>“They used to bark at me when I walked into the courtroom” says renowned animal rights attorney Steven Wise. After 30 years of preparation, Steve and his legal team, the Nonhuman Rights Project (NhRP), are making history by filing the first lawsuits to transform an animal from a thing with no rights to a person with legal protections.</p>
+					<p><a href="http://phfilms.com/unlocking-the-cage"><strong>Unlocking the Cage</strong></a> documents Steve’s unprecedented legal challenge to break down the wall that separates animals from humans. Steve argues that based on scientific evidence cognitively complex animals such as chimpanzees, whales, dolphins, and elephants have the capacity for fundamental personhood rights (such as bodily liberty) that would protect them from physical abuse. For the past two years, we have followed Steve and his team on their journey, from developing their legal strategy to discovering the perfect chimpanzee plaintiffs confined in private homes and roadside zoos. &nbsp;<a href="http://phfilms.com/unlocking-the-cage"><strong>Read On</strong></a></p>
+					<div class="btm-border">&nbsp;</div>
+				</div>
+			</div>
 			<div class="fourcol">
 				<div class="press">
 					<?php query_posts( array ( 'category_name' => 'Press', 'offset'=> 3, 'posts_per_page' => 3 ) ); ?>

+ 27 - 2
style.css

@@ -1,4 +1,4 @@
-/* @override http://macs.local/phf/wp-content/themes/ph/style.css */
+/* @override http://macs.local/phf/wp-content/themes/phf/style.css */
 
 /* @override http://magicbullet.local/phf/wp-content/themes/ph/style.css */
 
@@ -715,7 +715,32 @@ img.play {
 	margin-left: 20px;
 	letter-spacing:2px
 }
-
+.promo-front {
+	padding: 10px;
+	border: 5px solid #f5f5f5;
+	margin: 23px 20px 23px 0;
+}
+.press.promo-front img {
+	float: left;
+	margin: 0 10px 5px 0;
+	padding: 0;
+}
+.promo-front h1.times {
+	font-size: 31px;
+	font-family:times;
+	font-weight:200;
+	margin-top:20px;
+}
+.promo-front span.subtitle {
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-size: 14px;
+	margin-left: 20px;
+	letter-spacing:2px;
+}
+.promo-front .btm-border {
+	border-bottom: 2px solid #333;
+	margin: 0 20px;
+}
 
 #press-wrap {
 	margin: 0;