index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
  7. integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  8. <title>Hello, world!</title>
  9. </head>
  10. <body>
  11. <div class="wrapper d-flex flex-column" style="min-height: 100vh;">
  12. <header>
  13. <div class="container-fluid">
  14. <div class="row">
  15. <div class="header__inner col-12 bg-warning py-4">
  16. <nav class="navbar navbar-expand-lg navbar-light d-flex">
  17. <a class="navbar-brand" href="#">
  18. <img width="150" src="img/logo.png" alt="logo">
  19. </a>
  20. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
  21. aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
  22. <span class="navbar-toggler-icon"></span>
  23. </button>
  24. <div class="collapse navbar-collapse justify-content-end" id="navbarNav">
  25. <ul class="navbar-nav">
  26. <li class="nav-item">
  27. <a class="nav-link active" href="#">Item1</a>
  28. </li>
  29. <li class="nav-item">
  30. <a class="nav-link" href="#">Item2</a>
  31. </li>
  32. <li class="nav-item">
  33. <a class="nav-link" href="#">Item3</a>
  34. </li>
  35. <li class="nav-item">
  36. <a class="nav-link" href="#">Item4</a>
  37. </li>
  38. <li class="nav-item">
  39. <a class="nav-link" href="#">Item5</a>
  40. </li>
  41. </ul>
  42. </div>
  43. </nav>
  44. </div>
  45. </div>
  46. </div>
  47. </header>
  48. <main class="d-flex flex-grow-1">
  49. <div class="container-fluid d-flex">
  50. <div class="row flex-grow-1">
  51. <div class="col-12 order-1 py-4 col-md-12 order-md-0 col-lg-8 order-lg-1">
  52. <div class="row d-flex justify-content-around">
  53. <div class="px-0 text-center card mx-3 mb-5" style="width: 18rem;">
  54. <div class="item d-flex flex-column" style="height: 100%;">
  55. <img src="img/card.png" class="card-img p-4" width="150" alt="card">
  56. <div class="card-body flex-grow-1">
  57. <h5 class="card-title">Card title</h5>
  58. <p class="card-text">
  59. Some quick example text to build on the card title and makeup
  60. the bulk of the card's content.
  61. </p>
  62. </div>
  63. <div class="btn-block bg-light p-3 border-top">
  64. <a href="#" class="btn d-block btn-primary">
  65. Go
  66. </a>
  67. </div>
  68. </div>
  69. </div>
  70. <div class="card px-0 text-center mx-3 mb-5" style="width: 18rem;">
  71. <div class="item d-flex flex-column" style="height: 100%;">
  72. <img src="img/card.png" class="card-img p-4" alt="card">
  73. <div class="card-body flex-grow-1">
  74. <h5 class="card-title">Card title</h5>
  75. <p class="card-text">
  76. Some quick example text to build on the card title and makeup
  77. the bulk of the card's content.
  78. </p>
  79. </div>
  80. <div class="btn-block bg-light p-3 border-top">
  81. <a href="#" class="btn d-block btn-primary">
  82. Go
  83. </a>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="card px-0 text-center mx-3 mb-5" style="width: 18rem;">
  88. <div class="item d-flex flex-column" style="height: 100%;">
  89. <img src="img/card.png" class="card-img p-4" alt="card">
  90. <div class="card-body flex-grow-1">
  91. <h5 class="card-title">Card title</h5>
  92. <p class="card-text">
  93. Some quick example text to build on the card title and makeup
  94. the bulk of the card's content.
  95. Some quick example text to build on the card title and makeup
  96. the bulk of the card's content.
  97. </p>
  98. </div>
  99. <div class="btn-block bg-light p-3 border-top">
  100. <a href="#" class="btn d-block btn-primary">
  101. Go
  102. </a>
  103. </div>
  104. </div>
  105. </div>
  106. <div class="card px-0 text-center mx-3 mb-5" style="width: 18rem;">
  107. <div class="item d-flex flex-column" style="height: 100%;">
  108. <img src="img/card.png" class="card-img p-4" alt="card">
  109. <div class="card-body flex-grow-1">
  110. <h5 class="card-title">Card title</h5>
  111. <p class="card-text">
  112. Some quick example text to build on the card title and makeup
  113. the bulk of the card's content.
  114. Some quick example text to build on the card title and makeup
  115. the bulk of the card's content.
  116. </p>
  117. </div>
  118. <div class="btn-block bg-light p-3 border-top">
  119. <a href="#" class="btn d-block btn-primary">
  120. Go
  121. </a>
  122. </div>
  123. </div>
  124. </div>
  125. <div class="card px-0 text-center mx-3 mb-5" style="width: 18rem;">
  126. <div class="item d-flex flex-column" style="height: 100%;">
  127. <img src="img/card.png" class="card-img p-4" alt="card">
  128. <div class="card-body flex-grow-1">
  129. <h5 class="card-title">Card title</h5>
  130. <p class="card-text">
  131. Some quick example text to build on the card title and makeup
  132. the bulk of the card's content.
  133. </p>
  134. </div>
  135. <div class="btn-block bg-light p-3 border-top">
  136. <a href="#" class="btn d-block btn-primary">
  137. Go
  138. </a>
  139. </div>
  140. </div>
  141. </div>
  142. <div class="card px-0 text-center mx-3 mb-5" style="width: 18rem;">
  143. <div class="item d-flex flex-column" style="height: 100%;">
  144. <img src="img/card.png" class="card-img p-4" alt="card">
  145. <div class="card-body flex-grow-1">
  146. <h5 class="card-title">Card title</h5>
  147. <p class="card-text">
  148. Some quick example text to build on the card title and makeup
  149. the bulk of the card's content.
  150. Some quick example text to build on the card title and makeup
  151. the bulk of the card's content.
  152. </p>
  153. </div>
  154. <div class="btn-block bg-light p-3 border-top">
  155. <a href="#" class="btn d-block btn-primary">
  156. Go
  157. </a>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. <div class="col-12 order-0 py-4 bg-danger col-md-6 order-md-1 col-lg-2 order-lg-0">aside</div>
  164. <div class="col-12 order-2 py-4 bg-info col-md-6 order-md-2 col-lg-2 order-lg-2">aside</div>
  165. </div>
  166. </div>
  167. </main>
  168. <footer class="bg-success text-center py-4">
  169. <div class="container-fluid">
  170. footer
  171. </div>
  172. </footer>
  173. </div>
  174. <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
  175. integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
  176. </script>
  177. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
  178. integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
  179. </script>
  180. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
  181. integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
  182. </script>
  183. </body>
  184. </html>