banner.html 816 B

12345678910111213141516171819202122232425
  1. <div
  2. class="alert alert-info border-0 mb-0 rounded-0 px-0"
  3. role="alert"
  4. >
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-12">
  8. <div class="d-flex align-items-center justify-content-between">
  9. <span class="mr-3">
  10. <i class="fad fa-rocket-launch mr-2 text-info"></i>
  11. <a href="https://shop.startbootstrap.com/shop/" class="alert-link font-weight-bold small"
  12. >Start your projects even faster using the new, pro products from Start Bootstrap!</a
  13. >
  14. </span>
  15. <a
  16. class="btn btn-info btn-sm"
  17. href="https://shop.startbootstrap.com/shop/"
  18. >View Pro Products <i class="far fa-long-arrow-alt-right"></i></a
  19. >
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. </div>