Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <!--[if lt IE 7 ]> <html lang="en" class="ie ie6"> <![endif]-->
  3. <!--[if IE 7 ]> <html lang="en" class="ie ie7"> <![endif]-->
  4. <!--[if IE 8 ]> <html lang="en" class="ie ie8"> <![endif]-->
  5. <!--[if IE 9 ]> <html lang="en" class="ie ie9"> <![endif]-->
  6. <!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
  7. <head>
  8. <meta charset="utf-8">
  9. <title>Coming Soon | CSGOHotPot</title>
  10. <meta name="description" content="">
  11. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  12. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold">
  13. <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
  14. <link rel="stylesheet" type="text/css" href="css/styles.css">
  15. </head>
  16. <body id="home">
  17. <section class="main">
  18. <div id="Content" class="wrapper topSection">
  19. <div id="Header">
  20. <div class="wrapper">
  21. <div class="logo" style="margin:0px !important; padding:0px !important"><h1><img src="images/logo1.png" /></h1> </div>
  22. </div>
  23. </div>
  24. <h2 style="color:white !important;">We are coming soon!!!</h2>
  25. <div class="countdown styled"></div>
  26. </div>
  27. </section>
  28. <section class="subscribe spacing">
  29. <div class="container">
  30. <div id="subscribe">
  31. <h3>Subscribe To Get Notified</h3>
  32. <form action="" method="post" onsubmit="">
  33. <p><input name="" placeholder="Enter your e-mail" type="text" id=""/>
  34. <input type="button" value="Submit"/></p>
  35. </form>
  36. <div id="socialIcons">
  37. <ul>
  38. <li><a href="#" title="Twitter" class="twitterIcon"></a></li>
  39. </ul>
  40. </div>
  41. </div>
  42. </div>
  43. </section>
  44. <section class="features spacing">
  45. <div class="container">
  46. <h2 class="text-center">Features</h2>
  47. <div class="row">
  48. <div class="col-md-6">
  49. <div class="featuresPro">
  50. <div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-1.png" data-at2x="img/icon-1@2x.png" alt="Features"></div>
  51. <div class="col-md-9 col-sm-9 col-xs-9">
  52. <h4>Feature #1</h4>
  53. <p>This is the section where we will describe the feature and give visitors a general idea of what our plan is for the website and what they can expect upon release.</p>
  54. </div>
  55. </div>
  56. <div class="featuresPro">
  57. <div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-2.png" data-at2x="img/icon-2@2x.png" alt="Features"></div>
  58. <div class="col-md-9 col-sm-9 col-xs-9">
  59. <h4>Feature #2</h4>
  60. <p>This is the section where we will describe the feature and give visitors a general idea of what our plan is for the website and what they can expect upon release.</p>
  61. </div>
  62. </div>
  63. </div>
  64. <div class="col-md-6">
  65. <div class="featuresPro">
  66. <div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-3.png" data-at2x="img/icon-3@2x.png" alt="Features"></div>
  67. <div class="col-md-9 col-sm-9 col-xs-9">
  68. <h4>Feature #3</h4>
  69. <p>This is the section where we will describe the feature and give visitors a general idea of what our plan is for the website and what they can expect upon release.</p>
  70. </div>
  71. </div>
  72. <div class="featuresPro">
  73. <div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-4.png" data-at2x="img/icon-4@2x.png" alt="Features"></div>
  74. <div class="col-md-9 col-sm-9 col-xs-9">
  75. <h4>Feature #4</h4>
  76. <p>This is the section where we will describe the feature and give visitors a general idea of what our plan is for the website and what they can expect upon release.</p>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. </section>
  83. <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
  84. <script type="text/javascript" src="js/jquery.countdown.js"></script>
  85. <script type="text/javascript" src="js/global.js"></script>
  86. <script>
  87. $(function() {
  88. $('.countdown').countdown({
  89. date: "June 7, 2087 15:03:26"
  90. });
  91. });
  92. </script>
  93. </body>
  94. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement