team.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. /**
  3. * Template Name: Team
  4. */
  5. ?>
  6. <?php get_header(); ?>
  7. <div id="container" class="onecolumn">
  8. <div id="content">
  9. <?php the_post(); ?>
  10. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  11. <div class="hide">
  12. <div class="entry-content">
  13. <h3>The Team</h3>
  14. <img src="<?php bloginfo( 'template_url' ); ?>/images/macoroons.jpg" width="300"/>
  15. <h3><a href="<?php echo home_url( '/' ); ?>team">Team Bios</a></h3>
  16. <div class="separator"><img src="<?php bloginfo( 'template_url' ); ?>/images/separator_sb.png"/>
  17. </div>
  18. <br />
  19. <div class="roster">
  20. <p>Directors</p>
  21. <p>Chris Hegedus</p>
  22. <p>D A Pennebaker</p>
  23. <br />
  24. <p>Executive Producer</p>
  25. <p>Frazer Pennebaker</p>
  26. <br />
  27. <p>Producers</p>
  28. <p>Frazer Pennebaker</p>
  29. <p>Flora Lazar</p>
  30. <br />
  31. <p>Associate Producers</p>
  32. <p>Rebecca Lando</p>
  33. <p>Patricia Soussloff</p>
  34. <br />
  35. <p>Camera, Sound, Editing</p>
  36. <p>Chris Hegedus</p>
  37. <p>D A Pennebaker</p>
  38. <br />
  39. <p>Additonal Camera</p>
  40. <p>Nick Doob</p>
  41. <br />
  42. <p>Featuring</p>
  43. <p>Sebastien Canonne, M.O.F.</p>
  44. <p>Jacquy Pfeiffer</p>
  45. <p>Rachel Beaudry</p>
  46. <p>Philippe Rigollot</p>
  47. <p>Stephane Glacier, M.O.F.</p>
  48. <p>Regis Lazard</p>
  49. <p>Frederique Lazard</p>
  50. <p>Philippe Urraca, MOF</p>
  51. <br />
  52. <p>Musicians</p>
  53. <p>Alex Toledano, Music Supervisor</p>
  54. <p>Sebastien Giniaux, composor</p>
  55. <p>Guillaume Singer</p>
  56. <p>Jeremie Arranger</p>
  57. <p>Corentin Giniaux</p>
  58. <br />
  59. <p>A co-production with</p>
  60. <p>BBC</p>
  61. <p>Nick Frazer</p>
  62. <p>executive producer</p>
  63. <p>VPRO</p>
  64. <p>Barbara Truyen </p>
  65. <p>commissioning editor</p>
  66. <br />
  67. <p>Generous Support</p>
  68. <p>The Richard H. Driehaus Charitable Lead Trust</p>
  69. <p>The Florence Gould Foundation</p>
  70. <p>The Grand Marnier Foundation</p>
  71. </div>
  72. </div><!-- .entry-content -->
  73. </div>
  74. <?php the_content(); ?>
  75. </div><!-- #post-<?php the_ID(); ?> -->
  76. </div><!-- #content -->
  77. </div><!-- #container -->
  78. <?php get_footer(); ?>