Timelines

Use our creative and clean timelines to showcase progress and events.

Icon timelines

This timeline uses .timeline .timeline-one classes to style the .timeline-item.

Additionally, each .timeline-item contains an icon and text.

React

Exercitation photo booth stumptown tote bag Banksy, elit small batch freegan sed. Craft beer elit seitan exercitation, photo booth et 8-bit kale chips proident chillwave deep v laborum.

VueJs

Bootstrap. Build responsive, mobile-first projects on the web with the world's most popular front-end component library. Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas.

Angular

AngularJS is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.

                                                        
<div class="timeline timeline-one">
    <!-- Timeline Item 1 -->
    <div class="timeline-item">
        <span class="icon text-info"><i class="fab fa-react"></i></span>
        <h5 class="my-3">React</h5>
        <p>Exercitation photo booth stumptown tote bag Banksy, elit small batch freegan sed. Craft beer elit seitan exercitation, photo booth et 8-bit kale chips proident chillwave deep v laborum.</p>
    </div>
    <!-- Timeline Item 2 -->
    <div class="timeline-item">
            <span class="icon text-secondary"><i class="fab fa-vuejs"></i></span>
            <h5 class="my-3">VueJs</h5>
        <p>Bootstrap. Build responsive, mobile-first projects on the web with the world's most popular front-end component library. Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas.</p>
    </div>
    <!-- Timeline Item 3 -->
    <div class="timeline-item">
            <span class="icon text-danger"><i class="fab fa-angular"></i></span>
        <h5 class="my-3">Angular</h5>
        <p>AngularJS is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.</p>
    </div>
</div>