Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <meta name="description" content="">
  10. <meta name="author" content="">
  11.  
  12. <title>TeaPods - Home</title>
  13.  
  14. <!-- Bootstrap Core CSS -->
  15. <link href="css/bootstrap.min.css" rel="stylesheet">
  16.  
  17. <!-- Custom CSS -->
  18. <link href="css/shop-item.css" rel="stylesheet">
  19.  
  20. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  21. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  22. <!--[if lt IE 9]>
  23. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  24. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  25. <![endif]-->
  26.  
  27. </head>
  28.  
  29. <body>
  30.  
  31. <!-- Navigation -->
  32. <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  33. <div class="container">
  34. <!-- Brand and toggle get grouped for better mobile display -->
  35. <div class="navbar-header">
  36. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  37. <span class="sr-only">Toggle navigation</span>
  38. <span class="icon-bar"></span>
  39. <span class="icon-bar"></span>
  40. <span class="icon-bar"></span>
  41. </button>
  42. <a class="navbar-brand" href="#">Nespresso Tea/Coffee Pods</a>
  43. </div>
  44. <!-- Collect the nav links, forms, and other content for toggling -->
  45. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  46. <ul class="nav navbar-nav">
  47. <li>
  48. <a href="#">About</a>
  49. </li>
  50. <li>
  51. <a href="#">Services</a>
  52. </li>
  53. <li>
  54. <a href="#">Contact</a>
  55. </li>
  56. </ul>
  57. </div>
  58. <!-- /.navbar-collapse -->
  59. </div>
  60. <!-- /.container -->
  61. </nav>
  62.  
  63. <div class="container">
  64. <div id="myCarousel" class="carousel slide" data-ride="carousel">
  65.  
  66. <!-- Wrapper for slides -->
  67. <div class="carousel-inner">
  68.  
  69.  
  70.  
  71. <div class="item active">
  72. <img src="http://www.hessiancoffee.co.uk/modules/minicslider/uploads/Teapod-Slider.jpg">
  73. <div class="carousel-caption">
  74.  
  75. </div>
  76. </div><!-- End Item -->
  77.  
  78. <div class="item">
  79. <img src="http://www.hessiancoffee.co.uk/modules/minicslider/uploads/coffeepod-banner-30-22.jpg">
  80. <div class="carousel-caption">
  81.  
  82. </div>
  83. </div><!-- End Item -->
  84.  
  85. <div class="item">
  86. <img src="http://www.hessiancoffee.co.uk/img/hessian_coffee_logo_large.png">
  87. <div class="carousel-caption">
  88.  
  89. </div>
  90. </div><!-- End Item -->
  91.  
  92. <div class="item">
  93. <img src="http://www.hessiancoffee.co.uk/modules/minicslider/uploads/BD_Advert_cover.jpg">
  94. <div class="carousel-caption">
  95.  
  96. </div>
  97. </div><!-- End Item -->
  98.  
  99. </div><!-- End Carousel Inner -->
  100.  
  101.  
  102.  
  103. <div class="col-md-9">
  104.  
  105. <div class="thumbnail">
  106. <img class="img-responsive" src="http://i.imgur.com/8Mvcn7F.jpg" alt="40 pods" style="width:400px;height:300px">
  107. <div class="caption-full">
  108. <h4 class="pull-right">$24.99</h4>
  109. <h4><a href="#">Product Name</a>
  110. </h4>
  111. <p>See more snippets like these online store reviews at <a target="_blank" href="http://bootsnipp.com">Bootsnipp - http://bootsnipp.com</a>.</p>
  112. <p>Want to make these reviews work? Check out
  113. <strong><a href="http://maxoffsky.com/code-blog/laravel-shop-tutorial-1-building-a-review-system/">this building a review system tutorial</a>
  114. </strong>over at maxoffsky.com!</p>
  115. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
  116. </div>
  117.  
  118. <!-- Footer -->
  119. <footer>
  120. <div class="row">
  121. <div class="col-lg-12">
  122. <p>Copyright &copy; The Hessian Coffee Co. 2014</p>
  123. </div>
  124. </div>
  125. </footer>
  126.  
  127.  
  128. <!-- jQuery -->
  129. <script src="js/jquery.js"></script>
  130.  
  131. <!-- Bootstrap Core JavaScript -->
  132. <script src="js/bootstrap.min.js"></script>
  133.  
  134. </body>
  135.  
  136. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement