index.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. <?php get_header('home'); ?>
  2. <div class="container-full leader">
  3. <div class="container">
  4. <div class="row">
  5. <div class="col-xs-5">
  6. <h1 class="didot">David A. Windham</h1>
  7. <svg class="logo" width="250px" height="0px">
  8. </svg>
  9. </div>
  10. <div class="col-xs-4">
  11. <img src="<?php echo get_bloginfo('template_directory');?>/img/daw.png" width="100" class="logo" alt="David Windham"/>
  12. </div>
  13. <div class="col-xs-3 front-nav">
  14. <div class="col-sm-6">
  15. <ul>
  16. <li><a href="notebook">Notebook</a></li>
  17. <li><a href="studio">Studio</a></li>
  18. <li><a href="bio">Bio</a></li>
  19. </ul>
  20. </div>
  21. <div class="col-sm-6">
  22. <ul>
  23. <li><a href="contact">Contact</a></li>
  24. <li><a href="archives">Archives</a></li>
  25. <li><a href="essays">Essays</a></li>
  26. <li></li>
  27. <li></li>
  28. </ul>
  29. </div>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. <video id="tv" class="sat" preload="auto" autostart="false" loop="loop" poster="wp-content/themes/dw/img/tv.jpg">
  35. <source src="<?php echo get_bloginfo('template_directory');?>/img/tv.mp4" type="video/mp4">
  36. <source src="<?php echo get_bloginfo('template_directory');?>/img/tv.webm" type="video/webm">
  37. </video>
  38. <div class="container-full">
  39. <div id="caro-lead" class="carousel slide carousel-fade" data-ride="carousel" data-interval="false">
  40. <div class="carousel-inner">
  41. <div class="item active">
  42. <div class="container">
  43. <h1 class="light super cm-sans">Computer Modern Sans 1</h1>
  44. <h3 class="light cm-concrete">The First tagline about that article</h3>
  45. </div>
  46. <div class="carousel-caption">
  47. <p>Some sort of captions</p>
  48. </div>
  49. </div>
  50. <div class="item">
  51. <div class="container">
  52. <h1 class="light super cm-sans wow fadeIn" data-wow-duration="4s">This Is Another Title - 2</h1>
  53. <h3 class="light cm-concrete">Another line about that Essay</h3>
  54. </div>
  55. <div class="carousel-caption">
  56. <p>Some sort of captions</p>
  57. </div>
  58. </div>
  59. <div class="item bg1">
  60. <div class="container">
  61. <h1 class="light super cm-sans">And A Third Title - 3</h1>
  62. <h3 class="light cm-concrete">A Third byline about an Artwork</h3>
  63. </div>
  64. <div class="carousel-caption">
  65. <p>Some sort of captions</p>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. <div class="container-fluid posts">
  72. <div class="container">
  73. <div class="row">
  74. <div class="col-sm-4 wow fadeInLeft">
  75. <article id="main" class="home">
  76. <?php query_posts('showposts=1'); ?>
  77. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  78. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  79. <div class="entry-content">
  80. <div class="date">
  81. <?php the_time('n/j/Y'); ?>
  82. </div>
  83. <h3 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
  84. <?php the_excerpt(); ?>
  85. </div>
  86. </div>
  87. <?php endwhile; ?>
  88. </article>
  89. </div>
  90. <div class="col-sm-4 wow fadeInUp" data-wow-duration="1s">
  91. <article id="main" class="home">
  92. <?php query_posts('showposts=1&offset=1'); ?>
  93. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  94. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  95. <div class="entry-content">
  96. <div class="date">
  97. <?php the_time('n/j/Y'); ?>
  98. </div>
  99. <h3 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
  100. <?php the_excerpt(); ?>
  101. </div>
  102. </div>
  103. <?php endwhile; ?>
  104. </article>
  105. </div>
  106. <div class="col-sm-4 wow fadeInRight">
  107. <article id="main" class="home">
  108. <?php query_posts('showposts=1&offset=2'); ?>
  109. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  110. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  111. <div class="entry-content">
  112. <div class="date">
  113. <?php the_time('n/j/Y'); ?>
  114. </div>
  115. <h3 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
  116. <?php the_excerpt(); ?>
  117. </div>
  118. </div>
  119. <?php endwhile; ?>
  120. </article>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. <div class="container-full dark">
  126. <div class="container">
  127. <div class="row">
  128. <div class="col-xs-5">
  129. <p>&nbsp;</p>
  130. <p>&nbsp;</p>
  131. <p>&nbsp;</p>
  132. </div>
  133. <div class="col-xs-4">
  134. </div>
  135. <div class="col-xs-2">
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. <div class="container-full top-lead">
  141. <div id="caro" class="carousel slide">
  142. <ol class="carousel-indicators">
  143. <li data-target="#caro" data-slide-to="0" class="active"></li>
  144. <li data-target="#caro" data-slide-to="1"></li>
  145. <li data-target="#caro" data-slide-to="2"></li>
  146. </ol>
  147. <div class="carousel-inner">
  148. <div class="item active">
  149. <div class="container animac">
  150. <svg xmlns="http://www.w3.org/2000/svg" id="svg-mac" class="svg" viewBox="0 0 960 480" preserveAspectRatio="xMinYMin meet">
  151. <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M570.14 440.2l-29.165-28.99c-7.103-8.5-6.152-36.718-6.02-40.665H425.048c.133 3.947 1.082 32.164-6.018 40.666l-29.166 28.99c-1.237 1.404-1.712 2.505-1.623 3.37h-.054c.76 7.727 6.664 6.332 13.607 6.332H558.01c6.696 0 12.412 1.27 13.493-5.56.58-.953.274-2.282-1.364-4.14z"/>
  152. <path fill="#C8D2DC" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M727.488 355.125c0 8.514-6.597 15.42-14.738 15.42h-465.5c-8.14 0-14.74-6.906-14.74-15.42V45.42c0-8.517 6.6-15.42 14.74-15.42h465.5c8.142 0 14.738 6.903 14.738 15.42v309.705z"/>
  153. <path fill="#fff" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M489.01 343.713c-.042-4.223 3.447-6.254 3.605-6.352-1.963-2.866-5.018-3.263-6.102-3.31-2.602-.26-5.074 1.53-6.39 1.53s-3.356-1.49-5.506-1.448c-2.836.04-5.445 1.645-6.907 4.182-2.942 5.11-.75 12.672 2.116 16.814 1.4 2.02 3.072 4.305 5.268 4.22 2.114-.08 2.913-1.362 5.467-1.362 2.556 0 3.274 1.363 5.51 1.322 2.273-.04 3.716-2.064 5.105-4.098 1.61-2.35 2.273-4.63 2.313-4.748-.05-.02-4.434-1.7-4.48-6.75M484.807 331.31c1.168-1.41 1.953-3.37 1.738-5.327-1.68.068-3.713 1.12-4.916 2.53-1.08 1.247-2.027 3.245-1.77 5.16 1.87.143 3.784-.95 4.947-2.362"/>
  154. <path fill="#3C4650" stroke="#3C4650" stroke-width="2px" stroke-miterlimit="10" d="M727.488 315.527V45.982c0-8.828-6.597-15.982-14.738-15.982h-465.5c-8.14 0-14.74 7.155-14.74 15.982v269.545H727.49z"/>
  155. <path fill="#141E28" stroke="#141E28" stroke-width="2px" stroke-miterlimit="10" d="M251.2 48.887h457.205v245.52H251.2z"/>
  156. </svg>
  157. </div>
  158. </div>
  159. <div class="item">
  160. <div class="container animac hide-svg">
  161. <svg xmlns="http://www.w3.org/2000/svg" id="svg-imac" class="svg" viewBox="0 0 960 480" preserveAspectRatio="xMinYMin meet">
  162. <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M570.14 440.2l-29.165-28.99c-7.103-8.5-6.152-36.718-6.02-40.665H425.048c.133 3.947 1.082 32.164-6.018 40.666l-29.166 28.99c-1.237 1.404-1.712 2.505-1.623 3.37h-.054c.76 7.727 6.664 6.332 13.607 6.332H558.01c6.696 0 12.412 1.27 13.493-5.56.58-.953.274-2.282-1.364-4.14z"/>
  163. <path fill="#C8D2DC" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M727.488 355.125c0 8.514-6.597 15.42-14.738 15.42h-465.5c-8.14 0-14.74-6.906-14.74-15.42V45.42c0-8.517 6.6-15.42 14.74-15.42h465.5c8.142 0 14.738 6.903 14.738 15.42v309.705z"/>
  164. <path fill="#fff" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M489.01 343.713c-.042-4.223 3.447-6.254 3.605-6.352-1.963-2.866-5.018-3.263-6.102-3.31-2.602-.26-5.074 1.53-6.39 1.53s-3.356-1.49-5.506-1.448c-2.836.04-5.445 1.645-6.907 4.182-2.942 5.11-.75 12.672 2.116 16.814 1.4 2.02 3.072 4.305 5.268 4.22 2.114-.08 2.913-1.362 5.467-1.362 2.556 0 3.274 1.363 5.51 1.322 2.273-.04 3.716-2.064 5.105-4.098 1.61-2.35 2.273-4.63 2.313-4.748-.05-.02-4.434-1.7-4.48-6.75M484.807 331.31c1.168-1.41 1.953-3.37 1.738-5.327-1.68.068-3.713 1.12-4.916 2.53-1.08 1.247-2.027 3.245-1.77 5.16 1.87.143 3.784-.95 4.947-2.362"/>
  165. <path fill="#3C4650" stroke="#3C4650" stroke-width="2px" stroke-miterlimit="10" d="M727.488 315.527V45.982c0-8.828-6.597-15.982-14.738-15.982h-465.5c-8.14 0-14.74 7.155-14.74 15.982v269.545H727.49z"/>
  166. <path fill="#141E28" stroke="#141E28" stroke-width="2px" stroke-miterlimit="10" d="M251.2 48.887h457.205v245.52H251.2z"/>
  167. </svg>
  168. </div>
  169. </div>
  170. <div class="item">
  171. <div class="container animac hide-svg">
  172. <svg xmlns="http://www.w3.org/2000/svg" id="svg" class="svg" width="250px" height="250px" preserveAspectRatio="xMinYMin meet">
  173. <path fill="#3C4650" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M0.5,125a124.5,124.5 0 1,0 249,0a124.5,124.5 0 1,0 -249,0"/>
  174. <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M242.8,131.8c-0.4-29.9-22.1-50.1-48.1-50c-16.9,0-28.6,8.4-28.6,8.4s12.7-16.2,12.6-36.9c-0.2-24.7-23-47.9-52.4-47.9C97.6,5.4,71.8,26,72.3,55.5C72.6,76.3,85,90.2,85,90.2c0,0-13.9-8.7-29-8.2C16.5,83,6.6,115.8,7.3,132.9c1.2,33.4,15.4,53.8,52.7,54.2c34.2,0.4,54.9-32.3,61-43.5c1.5-9.5,0-13.9,0-13.9c-3.1,1.6-14.5,27.9-35.6,16.1c-6.8-3.8-8.8-16.7-5.2-26.3c6.3-16.9,18.3-18.7,36-40.3c6.8-8.3,8.2-13.6,8.2-13.6s1.2,5.2,7.8,13.2c17.4,21.2,30.1,23.6,36.7,40.4c4.1,10.4,1.8,23-6,26.9c-20.3,10.1-31.4-15.1-34.9-16.5c0,0-1.2,4,0.1,12.8c2.6,5.7,21.7,44.2,64,44.2C226.3,186.6,243.1,156.2,242.8,131.8z"/>
  175. <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M124.5,154.1c0,0-10.8,37.5-12.7,41.9c-4.9,11.3-26.6,38.8-26.6,38.8s25.2-2.8,40.4-2.8c15.6,0,39.2,3.2,39.2,3.2s-22.8-28.1-27.6-39.6C135.4,191.2,124.5,154.1,124.5,154.1z"/>
  176. </svg>
  177. </div>
  178. </div>
  179. </div>
  180. <a class="left carousel-control" href="#caro" role="button" data-slide="prev">
  181. <span class="glyphicon glyphicon-chevron-left"></span>
  182. <span class="sr-only">Previous</span>
  183. </a>
  184. <a class="right carousel-control" href="#caro" role="button" data-slide="next">
  185. <span class="glyphicon glyphicon-chevron-right"></span>
  186. <span class="sr-only">Next</span>
  187. </a>
  188. </div>
  189. </div>
  190. <div class="container-full dark bottom">
  191. <div class="container">
  192. <div class="row">
  193. <div class="col-sm-8">
  194. <h3 class="light">Subscribe / Contact</h3>
  195. <p class="dim">Subscribe to be notified of new post or contact me and I'll get back with you.</p>
  196. <form action="//davidawindham.us1.list-manage.com/subscribe/post?u=f581cb29340364ff0a4421d5c&amp;id=d7b8f624d3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
  197. <div class="form-row texts">
  198. <label class='text-field'>
  199. <input type="text" value="" name="FNAME" class="required" id="mce-FNAME" placeholder='David' required>
  200. <strong>First name <span class='req'>*</span></strong>
  201. </label>
  202. <label class='text-field'>
  203. <input type="text" value="" name="LNAME" class="required" id="mce-LNAME" placeholder='Windham' required>
  204. <strong>Last name <span class='req'>*</span></strong>
  205. </label>
  206. </div>
  207. <div class="form-row texts">
  208. <label class='text-field'>
  209. <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder='you@gmail.com' required>
  210. <strong>Email address <span class='req'>*</span></strong>
  211. </label>
  212. <label class='text-field'>
  213. <input type="text" value="" name="COMPANY" class="" placeholder='Your Place'>
  214. <strong>Company <i>or</i> School</strong>
  215. </label>
  216. </div>
  217. <div class="contact-form-message">
  218. <label class='text-field'>
  219. <input type="text" size="100" value="" name="MMERGE3" class="" placeholder='Your Message'>
  220. <strong>Message</strong>
  221. </label>
  222. </div>
  223. <input type="hidden" value="8" name="group[9585][8]">
  224. <div style="position: absolute; left: -5000px;">
  225. <input type="text" name="b_f581cb29340364ff0a4421d5c_d7b8f624d3" tabindex="-1" value="">
  226. </div>
  227. <div class="clear"></div>
  228. <div class="actions">
  229. <button type="submit" class="submit btn default" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">Subscribe</button>
  230. <span> ~ or ~ </span>
  231. <button type="submit" class="submit btn default" value="Conctact" name="contact" id="contact">Contact Me</button>
  232. </div>
  233. </form>
  234. </div>
  235. <div class="col-sm-4">
  236. <div class="calendar"></div>
  237. </div>
  238. </div>
  239. </div>
  240. </div>
  241. <?php get_footer('home'); ?>