1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <!DOCTYPE html>
- <html>
- <head>
- <!-- /.website title -->
- <title>Thank You</title>
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <!-- CSS Files -->
- <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
- <link href="css/font-awesome.min.css" rel="stylesheet">
- <link href="fonts/icon-7-stroke/css/pe-icon-7-stroke.css" rel="stylesheet">
- <!-- Colors -->
- <link href="css/css-index.css" rel="stylesheet" media="screen">
- <!-- <link href="css/css-index-green.css" rel="stylesheet" media="screen"> -->
- <!-- <link href="css/css-index-purple.css" rel="stylesheet" media="screen"> -->
- <!-- <link href="css/css-index-red.css" rel="stylesheet" media="screen"> -->
- <!-- <link href="css/css-index-orange.css" rel="stylesheet" media="screen"> -->
- <!-- <link href="css/css-index-yellow.css" rel="stylesheet" media="screen"> -->
- <!-- Google Fonts -->
- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic" />
- </head>
- <body>
- <!-- /.preloader -->
- <div id="preloader"></div>
- <div id="top"></div>
- <!-- /.parallax full screen background image -->
- <div class="fullscreen landing parallax" style="background-image:url('images/HNCK3991.jpg');" data-img-width="2000" data-img-height="1333" data-diff="100">
- <div class="overlay">
- <div class="container">
- <div class="col-md-10 col-md-offset-1 text-center">
- <!-- /.logo -->
- <div class="logo wow fadeInDown" style="margin-top: 50px"> <a href=""><img src="images/logo.png" alt="logo"></a></div>
- <!-- /.main title -->
- <h2 class="wow fadeInUp" style="margin-bottom: 50px">
- Thank You!
- </h2>
- </div>
- </div>
- </div>
- </div>
- <div id="thanks">
- <div class="container">
- <div class="row">
- <div class="col-md-8 col-md-offset-2 text-center">
- <i class="pe-7s-mail" style="font-size: 70px"></i>
- <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.
- </p>
- <div class="btn-section"><a href="#feature" class="btn-default">Learn More</a></div>
- </div>
- </div>
- </div>
- </div>
- <!-- /.footer -->
- <footer id="footer">
- <div class="container">
- <div class="col-sm-4 col-sm-offset-4">
- <div class="text-center wow fadeInUp">Copyright Backyard 2015 <a href="http://bootstrapthemes.co/" target="_blank">BootstrapThemes</a></div>
- <a href="#" class="scrollToTop"><i class="pe-7s-up-arrow pe-va"></i></a>
- </div>
- </div>
- </footer>
- <!-- /.javascript files -->
- <script src="js/jquery.js"></script>
- <script src="js/bootstrap.min.js"></script>
- <script src="js/custom.js"></script>
- <script src="js/wow.min.js"></script>
- <script>
- new WOW().init();
- </script>
- </body>
- </html>
|