Dejvino's Curriculum Vitae
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

72 rindas
4.0 KiB

  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. <title>Bootstrap w/ Webpack</title>
  7. </head>
  8. <body>
  9. <div class="container py-4 px-3 mx-auto">
  10. <header class="d-flex justify-content-between align-items-md-center pb-3 mb-5 border-bottom">
  11. <h1 class="h4">
  12. <a href="/" class="d-flex align-items-center text-dark text-decoration-none">
  13. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-bootstrap-fill d-inline-block me-2" viewBox="0 0 16 16">
  14. <path d="M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z"/>
  15. <path d="M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396H5.062z"/>
  16. </svg>
  17. <span>Webpack</span>
  18. </a>
  19. </h1>
  20. <a href="https://github.com/twbs/examples/tree/main/webpack/" target="_blank" rel="noopener">View on GitHub</a>
  21. </header>
  22. <h1>Build Bootstrap with Webpack</h1>
  23. <div class="col-lg-8 px-0">
  24. <p class="fs-4">You've successfully loaded the Bootstrap + Webpack example! It's loaded up with <a href="https://getbootstrap.com/">Bootstrap 5</a> and uses Webpack to compile and bundle our Sass and JavaScript. It also includes Autoprefixer.</p>
  25. <p>If this button appears blue and the link appears purple, you've done it!</p>
  26. </div>
  27. <button type="button" class="btn btn-primary me-3" data-bs-toggle="offcanvas" data-bs-target="#offcanvasExample">Toggle offcanvas</button>
  28. <a id="popoverButton" class="text-success" href="#" role="button" data-bs-toggle="popover" title="Custom popover" data-bs-content="This is a Bootstrap popover.">Example popover</a>
  29. <div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
  30. <div class="offcanvas-header">
  31. <h5 class="offcanvas-title" id="offcanvasExampleLabel">Offcanvas</h5>
  32. <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  33. </div>
  34. <div class="offcanvas-body">
  35. <div>
  36. Some text as placeholder. In real life you can have the elements you have chosen. Like, text, images, lists, etc.
  37. </div>
  38. <div class="dropdown mt-3">
  39. <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown">
  40. Dropdown button
  41. </button>
  42. <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton">
  43. <li><a class="dropdown-item" href="#">Action</a></li>
  44. <li><a class="dropdown-item" href="#">Another action</a></li>
  45. <li><a class="dropdown-item" href="#">Something else here</a></li>
  46. </ul>
  47. </div>
  48. </div>
  49. </div>
  50. <hr class="col-1 my-5 mx-0">
  51. <h2>Guides</h2>
  52. <p>Read more detailed instructions and documentation on using or contributing to Bootstrap.</p>
  53. <ul class="icon-list">
  54. <li><a href="https://getbootstrap.com/docs/5.2/getting-started/introduction/">Bootstrap quick start guide</a></li>
  55. <li><a href="https://getbootstrap.com/docs/5.2/getting-started/webpack/">Bootstrap Webpack guide</a></li>
  56. <li><a href="https://getbootstrap.com/docs/5.2/getting-started/parcel/">Bootstrap Parcel guide</a></li>
  57. <li><a href="https://getbootstrap.com/docs/5.2/getting-started/vite/">Bootstrap Vite guide</a></li>
  58. <li><a href="https://getbootstrap.com/docs/5.2/getting-started/build-tools/">Contributing to Bootstrap</a></li>
  59. </ul>
  60. <hr class="mt-5 mb-4">
  61. <p class="text-muted">Created and open sourced by the Bootstrap team. Licensed MIT.</p>
  62. </div>
  63. </body>
  64. </html>