50 lines
2.4 KiB
Plaintext
50 lines
2.4 KiB
Plaintext
- var timeline_2 = true;
|
|
- var theme_customizer = true;
|
|
|
|
doctype html
|
|
html(lang='en')
|
|
include ../../components/header-files
|
|
body
|
|
include ../../components/loader
|
|
// page-wrapper Start
|
|
#pageWrapper.page-wrapper
|
|
include ../../components/header
|
|
// Page Body Start
|
|
.page-body-wrapper.horizontal-menu
|
|
include ../../components/sidebar
|
|
.page-body
|
|
.container-fluid
|
|
.page-header
|
|
.row
|
|
.col-sm-6
|
|
h3
|
|
| Timeline 2
|
|
ol.breadcrumb
|
|
li.breadcrumb-item
|
|
a(href='index.html')
|
|
| Home
|
|
li.breadcrumb-item Timeline
|
|
li.breadcrumb-item.active Timeline 2
|
|
.col-sm-6
|
|
include ../../components/bookmark
|
|
// Container-fluid starts
|
|
.container-fluid
|
|
.row
|
|
.col-sm-12
|
|
.card
|
|
.card-header
|
|
h5 Example
|
|
.card-body
|
|
#timeline-2
|
|
div(data-year='2018') Start
|
|
.active(data-year='2019')
|
|
| Make sure you pick out a good luck new job card to go with the words, and pop a beautiful bunch of flowers from our gift range in your basket.
|
|
div(data-year='2020') Next step is Video Tutorial.
|
|
div(data-year='2021') Next step is Audio Tutorial.
|
|
div(data-year='2022') Next step is Audio Tutorial.
|
|
div(data-year='2023') Fresh insights about the problem. This is the content of the Final Testing.
|
|
div(data-year='2024') End.
|
|
// Container-fluid ends
|
|
include ../../components/footer
|
|
include ../../components/footer-files
|