contactthanks.html 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- /.website title -->
  5. <title>Thank You</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  7. <!-- CSS Files -->
  8. <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
  9. <link href="css/font-awesome.min.css" rel="stylesheet">
  10. <link href="fonts/icon-7-stroke/css/pe-icon-7-stroke.css" rel="stylesheet">
  11. <!-- Colors -->
  12. <link href="css/css-index.css" rel="stylesheet" media="screen">
  13. <!-- <link href="css/css-index-green.css" rel="stylesheet" media="screen"> -->
  14. <!-- <link href="css/css-index-purple.css" rel="stylesheet" media="screen"> -->
  15. <!-- <link href="css/css-index-red.css" rel="stylesheet" media="screen"> -->
  16. <!-- <link href="css/css-index-orange.css" rel="stylesheet" media="screen"> -->
  17. <!-- <link href="css/css-index-yellow.css" rel="stylesheet" media="screen"> -->
  18. <!-- Google Fonts -->
  19. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic" />
  20. </head>
  21. <body>
  22. <!-- /.preloader -->
  23. <div id="preloader"></div>
  24. <div id="top"></div>
  25. <!-- /.parallax full screen background image -->
  26. <div class="fullscreen landing parallax" style="background-image:url('images/HNCK3991.jpg');" data-img-width="2000" data-img-height="1333" data-diff="100">
  27. <div class="overlay">
  28. <div class="container">
  29. <div class="col-md-10 col-md-offset-1 text-center">
  30. <!-- /.logo -->
  31. <div class="logo wow fadeInDown" style="margin-top: 50px"> <a href=""><img src="images/logo.png" alt="logo"></a></div>
  32. <!-- /.main title -->
  33. <h2 class="wow fadeInUp" style="margin-bottom: 50px">
  34. Thank You!
  35. </h2>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. <div id="thanks">
  41. <div class="container">
  42. <div class="row">
  43. <div class="col-md-8 col-md-offset-2 text-center">
  44. <i class="pe-7s-mail" style="font-size: 70px"></i>
  45. <p>Good marketing makes the company look smart. <a href="#">Great marketing</a> makes the customer feel smart, - Joe Chernov. Never doubt a small group of thoughtful, committed people can change the world. Indeed, it is the only thing that ever has, - Margaret Mead. The best way to predict the future is to create it, - Peter Drucker.
  46. </p>
  47. <div class="btn-section"><a href="#feature" class="btn-default">Learn More</a></div>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <!-- /.footer -->
  53. <footer id="footer">
  54. <div class="container">
  55. <div class="col-sm-4 col-sm-offset-4">
  56. <div class="text-center wow fadeInUp">Copyright Backyard 2015 <a href="http://bootstrapthemes.co/" target="_blank">BootstrapThemes</a></div>
  57. <a href="#" class="scrollToTop"><i class="pe-7s-up-arrow pe-va"></i></a>
  58. </div>
  59. </div>
  60. </footer>
  61. <!-- /.javascript files -->
  62. <script src="js/jquery.js"></script>
  63. <script src="js/bootstrap.min.js"></script>
  64. <script src="js/custom.js"></script>
  65. <script src="js/wow.min.js"></script>
  66. <script>
  67. new WOW().init();
  68. </script>
  69. </body>
  70. </html>