index.php 5.4 KB

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