Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Bootstrap test</title>
  5.  
  6. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
  7. <link rel="stylesheet" href="styles.css">
  8. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
  9.  
  10.  
  11. </head>
  12. <body>
  13. <nav class="navbar bg-dark text-white row ">
  14. <div class="col-sm"
  15. <a class="navbar-brand" href="#">
  16. <img src="http://www.metallibrary.ru/bands/discographies/images/lamb_of_god/pictures/lamb_of_god.gif" alt="log" width="100" height="auto"></a>
  17. </div>
  18. <div class="justify-content-center col-sm">
  19. <ul class="nav">
  20. <li class="nav-item">
  21. <a class="nav-link text-white active" href="index.html">HOME</a>
  22. </li>
  23. <li class="nav-item">
  24. <a class="nav-link text-white" href="#">TOUR</a>
  25. </li>
  26. <li class="nav-item">
  27. <a class="nav-link text-white" href="#">MEDIA</a>
  28. </li>
  29. <li class="nav-item">
  30. <a class="nav-link text-white" href="#">ABOUT</a>
  31. </li>
  32. <li class="nav-item">
  33. <a class="nav-link text-white" href="#">CONTACT</a>
  34. </li>
  35. </ul>
  36. </div>
  37. <div class="col-sm">
  38. <a href="#"><i class="fab fa-lg fa-facebook-square"></i></a>
  39. <a href="#"><i class="fab fa-lg fa-twitter"></i></a>
  40. <a href="#"><i class="fab fa-lg fa-instagram"></i></a>
  41. <a href="#"><i class="fab fa-lg fa-youtube"></i></a>
  42. </div>
  43.  
  44. </nav>
  45.  
  46.  
  47.  
  48. <div class="container mt-3">
  49. <div class="row">
  50. <div class="col">
  51. <blockquote class="blockquote">
  52. <p class="mb-0 h3">"Leader of the F*cking New Wave of American Heavy Metal"</p>
  53. <footer class="blockquote-footer">Ozzy Osbourne<cite title="Source Title"> Black Sabbath</cite></footer>
  54. </blockquote>
  55. </div>
  56. <div class="col-8">
  57. <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
  58. <ol class="carousel-indicators">
  59. <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
  60. <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
  61. <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
  62. </ol>
  63. <div class="carousel-inner">
  64. <div class="carousel-item active">
  65. <img src="http://www.metalinjection.net/wp-content/uploads/2014/12/Lamb-Of-God-new-album-2015.jpg" class="d-block w-100" alt="..." >
  66. </div>
  67. <div class="carousel-item">
  68. <img src="http://www.metalinjection.net/wp-content/uploads/2015/11/Blythe.jpg" class="d-block w-100" alt="...">
  69. </div>
  70. <div class="carousel-item">
  71. <img src="https://images.ctfassets.net/4jcppgetbqrc/5k2IntmGJ2IwccOQ4WuUAA/eba8165a587f22a88017141acb995680/mm-bottom.jpg" class="d-block w-100" alt="...">
  72. </div>
  73. </div>
  74. <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
  75. <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  76. <span class="sr-only">Previous</span>
  77. </a>
  78. <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
  79. <span class="carousel-control-next-icon" aria-hidden="true"></span>
  80. <span class="sr-only">Next</span>
  81. </a>
  82. </div>
  83. </div>
  84. <div class="col">
  85. <blockquote class="blockquote">
  86. <p class="mb-0 h3">"Every fuckin album of them are a masterpiece"</p>
  87. <footer class="blockquote-footer">Zli Hadzo<cite title="Source Title"> Metal Storm</cite></footer>
  88. </blockquote>
  89. </div>
  90. </div>
  91.  
  92.  
  93. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  94. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
  95. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
  96. </body>
  97. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement