index.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <?php get_header('home'); ?>
  2. <div class="big-top container-full leader dark">
  3. <div class="container">
  4. <div class="row m-scene scene_element scene_element--fadeinright">
  5. <div class="col-md-3 col-xs-3">
  6. <h2 class="light">David A. Windham</h2>
  7. <h3 class="light">Something Else</h3>
  8. </div>
  9. <div class="col-md-6 col-xs-6 wow fadeInUp">
  10. <svg class="logo" width="250px" height="250px">
  11. <!-- Big Logo for mysel -->
  12. </svg>
  13. </div>
  14. <div class="col-md-3 col-xs-3">
  15. <div class="col-md-6 col-sm-6">
  16. <ul>
  17. <li>Notebook</li>
  18. <li>Studio</li>
  19. <li>Bio</li>
  20. </ul>
  21. </div>
  22. <div class="col-md-6 col-sm-6">
  23. <ul>
  24. <li>Contact</li>
  25. <li>Archives</li>
  26. <li>Essays</li>
  27. <li></li>
  28. <li></li>
  29. </ul>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="container-full top-lead">
  36. <div class="container">
  37. <!-- something else -->
  38. </div>
  39. </div>
  40. <div class="container-fluid posts">
  41. <div class="row">
  42. <div class="col-sm-4 wow fadeInLeft">
  43. <article id="main">
  44. <?php query_posts('showposts=1'); ?>
  45. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  46. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  47. <div class="entry-content">
  48. <div class="date">
  49. <?php the_time('n/j/Y'); ?>
  50. </div>
  51. <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>
  52. <?php the_excerpt(); ?>
  53. </div>
  54. </div>
  55. <?php endwhile; ?>
  56. </article>
  57. </div>
  58. <div class="col-sm-4 wow fadeInUp" data-wow-duration="1s">
  59. <article id="main">
  60. <?php query_posts('showposts=1&offset=1'); ?>
  61. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  62. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  63. <div class="entry-content">
  64. <div class="date">
  65. <?php the_time('n/j/Y'); ?>
  66. </div>
  67. <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>
  68. <?php the_excerpt(); ?>
  69. </div>
  70. </div>
  71. <?php endwhile; ?>
  72. </article>
  73. </div>
  74. <div class="col-sm-4 wow fadeInRight">
  75. <article id="main">
  76. <?php query_posts('showposts=1&offset=2'); ?>
  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>
  91. </div>
  92. <div class="container">
  93. <div class="row">
  94. </div>
  95. </div>
  96. <div class="container-full leader dark">
  97. <div class="container">
  98. <div class="row">
  99. <div class="col-sm-8">
  100. <h3 class="light">Subscribe / Contact</h3>
  101. <p class="dim">Subscribe to be notified of new post or contact me and I'll get back with you.</p>
  102. <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>
  103. <div class="form-row texts">
  104. <label class='text-field'>
  105. <input type="text" value="" name="FNAME" class="required" id="mce-FNAME" placeholder='David' required>
  106. <strong>First name <span class='req'>*</span></strong>
  107. </label>
  108. <label class='text-field'>
  109. <input type="text" value="" name="LNAME" class="required" id="mce-LNAME" placeholder='Windham' required>
  110. <strong>Last name <span class='req'>*</span></strong>
  111. </label>
  112. </div>
  113. <div class="form-row texts">
  114. <label class='text-field'>
  115. <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder='you@gmail.com' required>
  116. <strong>Email address <span class='req'>*</span></strong>
  117. </label>
  118. <label class='text-field'>
  119. <input type="text" value="" name="COMPANY" class="" placeholder='Your Place'>
  120. <strong>Company <i>or</i> School</strong>
  121. </label>
  122. </div>
  123. <div class="contact-form-message">
  124. <label class='text-field'>
  125. <input type="text" size="100" value="" name="MMERGE3" class="" placeholder='Your Message'>
  126. <strong>Message</strong>
  127. </label>
  128. </div>
  129. <input type="hidden" value="8" name="group[9585][8]">
  130. <div style="position: absolute; left: -5000px;">
  131. <input type="text" name="b_f581cb29340364ff0a4421d5c_d7b8f624d3" tabindex="-1" value="">
  132. </div>
  133. <div class="clear"></div>
  134. <div class="actions">
  135. <button type="submit" class="submit btn default" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">Subscribe</button>
  136. <span> ~ or ~ </span>
  137. <button type="submit" class="submit btn default" value="Conctact" name="contact" id="contact">Contact Me</button>
  138. </div>
  139. </form>
  140. </div>
  141. <div class="col-sm-4">
  142. <div class="calendar"></div>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. <?php get_footer(); ?>