index.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. ---
  2. layout: examples
  3. title: Product example
  4. extra_css:
  5. - "product.css"
  6. ---
  7. <header class="site-header sticky-top py-1">
  8. <nav class="container d-flex flex-column flex-md-row justify-content-between">
  9. <a class="py-2" href="#" aria-label="Product">
  10. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mx-auto" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
  11. </a>
  12. <a class="py-2 d-none d-md-inline-block" href="#">Tour</a>
  13. <a class="py-2 d-none d-md-inline-block" href="#">Product</a>
  14. <a class="py-2 d-none d-md-inline-block" href="#">Features</a>
  15. <a class="py-2 d-none d-md-inline-block" href="#">Enterprise</a>
  16. <a class="py-2 d-none d-md-inline-block" href="#">Support</a>
  17. <a class="py-2 d-none d-md-inline-block" href="#">Pricing</a>
  18. <a class="py-2 d-none d-md-inline-block" href="#">Cart</a>
  19. </nav>
  20. </header>
  21. <main>
  22. <div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
  23. <div class="col-md-5 p-lg-5 mx-auto my-5">
  24. <h1 class="display-4 fw-normal">Punny headline</h1>
  25. <p class="lead fw-normal">And an even wittier subheading to boot. Jumpstart your marketing efforts with this example based on Apple’s marketing pages.</p>
  26. <a class="btn btn-outline-secondary" href="#">Coming soon</a>
  27. </div>
  28. <div class="product-device shadow-sm d-none d-md-block"></div>
  29. <div class="product-device product-device-2 shadow-sm d-none d-md-block"></div>
  30. </div>
  31. <div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
  32. <div class="bg-dark me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
  33. <div class="my-3 py-3">
  34. <h2 class="display-5">Another headline</h2>
  35. <p class="lead">And an even wittier subheading.</p>
  36. </div>
  37. <div class="bg-light shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  38. </div>
  39. <div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
  40. <div class="my-3 p-3">
  41. <h2 class="display-5">Another headline</h2>
  42. <p class="lead">And an even wittier subheading.</p>
  43. </div>
  44. <div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  45. </div>
  46. </div>
  47. <div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
  48. <div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
  49. <div class="my-3 p-3">
  50. <h2 class="display-5">Another headline</h2>
  51. <p class="lead">And an even wittier subheading.</p>
  52. </div>
  53. <div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  54. </div>
  55. <div class="bg-primary me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
  56. <div class="my-3 py-3">
  57. <h2 class="display-5">Another headline</h2>
  58. <p class="lead">And an even wittier subheading.</p>
  59. </div>
  60. <div class="bg-light shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  61. </div>
  62. </div>
  63. <div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
  64. <div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
  65. <div class="my-3 p-3">
  66. <h2 class="display-5">Another headline</h2>
  67. <p class="lead">And an even wittier subheading.</p>
  68. </div>
  69. <div class="bg-body shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  70. </div>
  71. <div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
  72. <div class="my-3 py-3">
  73. <h2 class="display-5">Another headline</h2>
  74. <p class="lead">And an even wittier subheading.</p>
  75. </div>
  76. <div class="bg-body shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  77. </div>
  78. </div>
  79. <div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
  80. <div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
  81. <div class="my-3 p-3">
  82. <h2 class="display-5">Another headline</h2>
  83. <p class="lead">And an even wittier subheading.</p>
  84. </div>
  85. <div class="bg-body shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  86. </div>
  87. <div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
  88. <div class="my-3 py-3">
  89. <h2 class="display-5">Another headline</h2>
  90. <p class="lead">And an even wittier subheading.</p>
  91. </div>
  92. <div class="bg-body shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  93. </div>
  94. </div>
  95. </main>
  96. <footer class="container py-5">
  97. <div class="row">
  98. <div class="col-12 col-md">
  99. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
  100. <small class="d-block mb-3 text-muted">&copy; 2017–{{< year >}}</small>
  101. </div>
  102. <div class="col-6 col-md">
  103. <h5>Features</h5>
  104. <ul class="list-unstyled text-small">
  105. <li><a class="link-secondary" href="#">Cool stuff</a></li>
  106. <li><a class="link-secondary" href="#">Random feature</a></li>
  107. <li><a class="link-secondary" href="#">Team feature</a></li>
  108. <li><a class="link-secondary" href="#">Stuff for developers</a></li>
  109. <li><a class="link-secondary" href="#">Another one</a></li>
  110. <li><a class="link-secondary" href="#">Last time</a></li>
  111. </ul>
  112. </div>
  113. <div class="col-6 col-md">
  114. <h5>Resources</h5>
  115. <ul class="list-unstyled text-small">
  116. <li><a class="link-secondary" href="#">Resource name</a></li>
  117. <li><a class="link-secondary" href="#">Resource</a></li>
  118. <li><a class="link-secondary" href="#">Another resource</a></li>
  119. <li><a class="link-secondary" href="#">Final resource</a></li>
  120. </ul>
  121. </div>
  122. <div class="col-6 col-md">
  123. <h5>Resources</h5>
  124. <ul class="list-unstyled text-small">
  125. <li><a class="link-secondary" href="#">Business</a></li>
  126. <li><a class="link-secondary" href="#">Education</a></li>
  127. <li><a class="link-secondary" href="#">Government</a></li>
  128. <li><a class="link-secondary" href="#">Gaming</a></li>
  129. </ul>
  130. </div>
  131. <div class="col-6 col-md">
  132. <h5>About</h5>
  133. <ul class="list-unstyled text-small">
  134. <li><a class="link-secondary" href="#">Team</a></li>
  135. <li><a class="link-secondary" href="#">Locations</a></li>
  136. <li><a class="link-secondary" href="#">Privacy</a></li>
  137. <li><a class="link-secondary" href="#">Terms</a></li>
  138. </ul>
  139. </div>
  140. </div>
  141. </footer>