page-thanks.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php /* Template Name: Thanks */ ?>
  2. <!DOCTYPE html>
  3. <html lang="en-US">
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  7. <meta name="description" content="David + Ginny">
  8. <title>Thank You | D+G</title>
  9. <?php wp_head(); ?>
  10. </head>
  11. <body>
  12. <div class="container">
  13. </div>
  14. <div class="container">
  15. <div class="column sixteen">
  16. <div class="form_header">
  17. <h5 class="vibes">&#10087; &nbsp; David A. Windham&nbsp; &amp; &nbsp; Ginny L. Gast &nbsp; &#10087;</h5>
  18. <h5 class="cardo">The Twenty-Seventh Of September, Two Thousand Fourteen</h4><br />
  19. <img src="../wp-content/themes/bml/img/swirl.png" width="100">
  20. </div>
  21. <?php while ( have_posts() ) : the_post(); ?>
  22. <?php the_content(); ?>
  23. <?php endwhile;?>
  24. </div>
  25. </div>
  26. <?php wp_footer(); ?>
  27. <script>
  28. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  29. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  30. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  31. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  32. ga('create', 'UA-1906067-35', 'cantbuymelove.org');
  33. ga('send', 'pageview');
  34. </script>
  35. </body>
  36. </html>