index.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ---
  2. layout: loop-themes
  3. type: theme
  4. title: Bootstrap Templates & Themes
  5. description: Free Bootstrap themes that are ready to customize and publish. All of our themes are built with Bootstrap 4, MIT licensed, and updated regularly!
  6. permalink: /themes/
  7. meta-title: Free Bootstrap Themes & Templates - Start Bootstrap
  8. meta-description: Free themes for Bootstrap 4 that are open source, MIT licensed, and free to download - these pre-designed themes are easy to customize and ready to publish
  9. redirect_from:
  10. - /template-categories/all/
  11. - /template-categories/popular/
  12. ---
  13. <section class="after-loop">
  14. <div class="container">
  15. <div class="row">
  16. <div class="col-lg-4 col-md-8 mb-5 mb-lg-0 mx-auto">
  17. <a href="/templates/" class="after-loop-item card border-0 card-templates shadow-lg">
  18. <div class="card-body d-flex align-items-end flex-column text-right">
  19. <h4>Templates</h4>
  20. <p class="w-75">Unstyled layouts to help you get started!</p>
  21. <i class="fal fa-pencil-ruler"></i>
  22. </div>
  23. </a>
  24. </div>
  25. <div class="col-lg-4 col-md-8 mb-5 mb-lg-0 mx-auto">
  26. <a href="/snippets/" class="after-loop-item card border-0 card-snippets shadow-lg">
  27. <div class="card-body d-flex align-items-end flex-column text-right">
  28. <h4>Snippets</h4>
  29. <p class="w-75">Code snippets ready to copy and paste!</p>
  30. <i class="fal fa-code"></i>
  31. </div>
  32. </a>
  33. </div>
  34. <div class="col-lg-4 col-md-8 mx-auto">
  35. <a href="/guides/" class="after-loop-item card border-0 card-guides shadow-lg">
  36. <div class="card-body d-flex align-items-end flex-column text-right">
  37. <h4>Guides</h4>
  38. <p class="w-75">Guides and tutorials to help you learn Bootstrap!</p>
  39. <i class="fal fa-books"></i>
  40. </div>
  41. </a>
  42. </div>
  43. </div>
  44. </div>
  45. </section>