index.html 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. ---
  2. layout: examples
  3. title: Pricing example
  4. extra_css:
  5. - "pricing.css"
  6. include_js: false
  7. ---
  8. <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
  9. <symbol id="check" viewBox="0 0 16 16">
  10. <title>Check</title>
  11. <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
  12. </symbol>
  13. </svg>
  14. <div class="container py-3">
  15. <header>
  16. <div class="d-flex flex-column flex-md-row align-items-center pb-3 mb-4 border-bottom">
  17. <a href="/" class="d-flex align-items-center text-dark text-decoration-none">
  18. <svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" class="me-2" viewBox="0 0 118 94" role="img"><title>Bootstrap</title><path fill-rule="evenodd" clip-rule="evenodd" d="M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z" fill="currentColor"></path></svg>
  19. <span class="fs-4">Pricing example</span>
  20. </a>
  21. <nav class="d-inline-flex mt-2 mt-md-0 ms-md-auto">
  22. <a class="me-3 py-2 text-dark text-decoration-none" href="#">Features</a>
  23. <a class="me-3 py-2 text-dark text-decoration-none" href="#">Enterprise</a>
  24. <a class="me-3 py-2 text-dark text-decoration-none" href="#">Support</a>
  25. <a class="py-2 text-dark text-decoration-none" href="#">Pricing</a>
  26. </nav>
  27. </div>
  28. <div class="pricing-header p-3 pb-md-4 mx-auto text-center">
  29. <h1 class="display-4 fw-normal">Pricing</h1>
  30. <p class="fs-5 text-muted">Quickly build an effective pricing table for your potential customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with little customization.</p>
  31. </div>
  32. </header>
  33. <main>
  34. <div class="row row-cols-1 row-cols-md-3 mb-3 text-center">
  35. <div class="col">
  36. <div class="card mb-4 rounded-3 shadow-sm">
  37. <div class="card-header py-3">
  38. <h4 class="my-0 fw-normal">Free</h4>
  39. </div>
  40. <div class="card-body">
  41. <h1 class="card-title pricing-card-title">$0<small class="text-muted fw-light">/mo</small></h1>
  42. <ul class="list-unstyled mt-3 mb-4">
  43. <li>10 users included</li>
  44. <li>2 GB of storage</li>
  45. <li>Email support</li>
  46. <li>Help center access</li>
  47. </ul>
  48. <button type="button" class="w-100 btn btn-lg btn-outline-primary">Sign up for free</button>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="col">
  53. <div class="card mb-4 rounded-3 shadow-sm">
  54. <div class="card-header py-3">
  55. <h4 class="my-0 fw-normal">Pro</h4>
  56. </div>
  57. <div class="card-body">
  58. <h1 class="card-title pricing-card-title">$15<small class="text-muted fw-light">/mo</small></h1>
  59. <ul class="list-unstyled mt-3 mb-4">
  60. <li>20 users included</li>
  61. <li>10 GB of storage</li>
  62. <li>Priority email support</li>
  63. <li>Help center access</li>
  64. </ul>
  65. <button type="button" class="w-100 btn btn-lg btn-primary">Get started</button>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="col">
  70. <div class="card mb-4 rounded-3 shadow-sm border-primary">
  71. <div class="card-header py-3 text-white bg-primary border-primary">
  72. <h4 class="my-0 fw-normal">Enterprise</h4>
  73. </div>
  74. <div class="card-body">
  75. <h1 class="card-title pricing-card-title">$29<small class="text-muted fw-light">/mo</small></h1>
  76. <ul class="list-unstyled mt-3 mb-4">
  77. <li>30 users included</li>
  78. <li>15 GB of storage</li>
  79. <li>Phone and email support</li>
  80. <li>Help center access</li>
  81. </ul>
  82. <button type="button" class="w-100 btn btn-lg btn-primary">Contact us</button>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. <h2 class="display-6 text-center mb-4">Compare plans</h2>
  88. <div class="table-responsive">
  89. <table class="table text-center">
  90. <thead>
  91. <tr>
  92. <th style="width: 34%;"></th>
  93. <th style="width: 22%;">Free</th>
  94. <th style="width: 22%;">Pro</th>
  95. <th style="width: 22%;">Enterprise</th>
  96. </tr>
  97. </thead>
  98. <tbody>
  99. <tr>
  100. <th scope="row" class="text-start">Public</th>
  101. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  102. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  103. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  104. </tr>
  105. <tr>
  106. <th scope="row" class="text-start">Private</th>
  107. <td></td>
  108. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  109. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  110. </tr>
  111. </tbody>
  112. <tbody>
  113. <tr>
  114. <th scope="row" class="text-start">Permissions</th>
  115. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  116. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  117. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  118. </tr>
  119. <tr>
  120. <th scope="row" class="text-start">Sharing</th>
  121. <td></td>
  122. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  123. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  124. </tr>
  125. <tr>
  126. <th scope="row" class="text-start">Unlimited members</th>
  127. <td></td>
  128. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  129. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  130. </tr>
  131. <tr>
  132. <th scope="row" class="text-start">Extra security</th>
  133. <td></td>
  134. <td></td>
  135. <td><svg class="bi" width="24" height="24"><use xlink:href="#check"/></svg></td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. </div>
  140. </main>
  141. <footer class="pt-4 my-md-5 pt-md-5 border-top">
  142. <div class="row">
  143. <div class="col-12 col-md">
  144. <img class="mb-2" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="24" height="19">
  145. <small class="d-block mb-3 text-muted">&copy; 2017–{{< year >}}</small>
  146. </div>
  147. <div class="col-6 col-md">
  148. <h5>Features</h5>
  149. <ul class="list-unstyled text-small">
  150. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Cool stuff</a></li>
  151. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Random feature</a></li>
  152. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Team feature</a></li>
  153. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Stuff for developers</a></li>
  154. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Another one</a></li>
  155. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Last time</a></li>
  156. </ul>
  157. </div>
  158. <div class="col-6 col-md">
  159. <h5>Resources</h5>
  160. <ul class="list-unstyled text-small">
  161. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Resource</a></li>
  162. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Resource name</a></li>
  163. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Another resource</a></li>
  164. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Final resource</a></li>
  165. </ul>
  166. </div>
  167. <div class="col-6 col-md">
  168. <h5>About</h5>
  169. <ul class="list-unstyled text-small">
  170. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Team</a></li>
  171. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Locations</a></li>
  172. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Privacy</a></li>
  173. <li class="mb-1"><a class="link-secondary text-decoration-none" href="#">Terms</a></li>
  174. </ul>
  175. </div>
  176. </div>
  177. </footer>
  178. </div>