Bootstrap Timeline with Icons

  • 2023

    Bootstrap 5

    Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.

  • 2022

    Bootstrap 4

    Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page. Bootstrap 4 has no active support.

  • 2019

    Bootstrap 3

    Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Bootstrap 3 has no active support.

  • 2013

    Bootstrap 2

    Sleek, intuitive, and powerful front-end framework for faster and easier web development. Bootstrap 2 is no longer officially supported.

Place the code in the <body> for Interface
          
<!-- Timeline 2 - Bootstrap Brain Component -->
<section class="bsb-timeline-2 py-5 py-xl-8">
  <div class="container">
    <div class="row justify-content-center">
      <div class="col-10 col-md-8 col-xl-6">

        <ul class="timeline">
          <li class="timeline-item">
            <span class="timeline-icon">
              <i class="bi-check-lg text-white"></i>
            </span>
            <div class="timeline-body">
              <div class="timeline-content">
                <div class="card border-0">
                  <div class="card-body p-0">
                    <h5 class="card-subtitle text-secondary mb-1">2023</h5>
                    <h2 class="card-title mb-3">Bootstrap 5</h2>
                    <p class="card-text m-0">Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.</p>
                  </div>
                </div>
              </div>
            </div>
          </li>

          <li class="timeline-item">
            <span class="timeline-icon">
              <i class="bi-info-lg text-white"></i>
            </span>
            <div class="timeline-body">
              <div class="timeline-content">
                <div class="card border-0">
                  <div class="card-body p-0">
                    <h5 class="card-subtitle text-secondary mb-1">2022</h5>
                    <h2 class="card-title mb-3">Bootstrap 4</h2>
                    <p class="card-text m-0">Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page. Bootstrap 4 has no active support.</p>
                  </div>
                </div>
              </div>
            </div>
          </li>

          <li class="timeline-item">
            <span class="timeline-icon">
              <i class="bi-question-lg text-white"></i>
            </span>
            <div class="timeline-body">
              <div class="timeline-content">
                <div class="card border-0">
                  <div class="card-body p-0">
                    <h5 class="card-subtitle text-secondary mb-1">2019</h5>
                    <h2 class="card-title mb-3">Bootstrap 3</h2>
                    <p class="card-text m-0">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Bootstrap 3 has no active support.</p>
                  </div>
                </div>
              </div>
            </div>
          </li>

          <li class="timeline-item">
            <span class="timeline-icon">
              <i class="bi-exclamation-lg text-white"></i>
            </span>
            <div class="timeline-body">
              <div class="timeline-content">
                <div class="card border-0">
                  <div class="card-body p-0">
                    <h5 class="card-subtitle text-secondary mb-1">2013</h5>
                    <h2 class="card-title mb-3">Bootstrap 2</h2>
                    <p class="card-text m-0">Sleek, intuitive, and powerful front-end framework for faster and easier web development. Bootstrap 2 is no longer officially supported.</p>
                  </div>
                </div>
              </div>
            </div>
          </li>
        </ul>

      </div>
    </div>
  </div>
</section>
        
Place the <link> tag in the <head> for CSS
          
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/tutorials/timelines/timeline-2/assets/css/timeline-2.css">
        

This Bootstrap Timeline has a sleek and simple interface with icons. This Bootstrap Timeline has a vertical interface. This Bootstrap Timeline supports the massive library of Bootstrap Icons. This Bootstrap Timeline has a responsive layout. It will adjust itself at different displays. This Bootstrap Timeline is free and very easy to incorporate into the Bootstrap templates.