94 lines
4.0 KiB
Plaintext
94 lines
4.0 KiB
Plaintext
- var theme_customizer = true;
|
|
- var vector_map = true;
|
|
- var page_vector_map = 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
|
|
| Vector Maps
|
|
ol.breadcrumb
|
|
li.breadcrumb-item
|
|
a(href='index.html')
|
|
| Home
|
|
li.breadcrumb-item Maps
|
|
li.breadcrumb-item.active Vector Maps
|
|
.col-sm-6
|
|
include ../../components/bookmark
|
|
// Container-fluid starts
|
|
.container-fluid
|
|
.row
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR WORLD MAP
|
|
span Below Map is displaying the world map.
|
|
.card-body
|
|
#world-map.jvector-map-height
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR USA MAP
|
|
span Below Map is displaying the usa map.
|
|
.card-body
|
|
#usa.jvector-map-height
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR CANADA MAP
|
|
span Below Map is displaying the canada map.
|
|
.card-body
|
|
#canada.jvector-map-height
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR INDIA MAP
|
|
span Below Map is displaying the india map.
|
|
.card-body
|
|
#india.jvector-map-height
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR ASIA MAP
|
|
span Below Map is displaying the asia map.
|
|
.card-body
|
|
#asia.jvector-map-height
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR CANADA MAP
|
|
span Below Map is displaying the uk map.
|
|
.card-body
|
|
#uk.jvector-map-height
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR CHICAGO MAP
|
|
span Below Map is displaying the chicago map.
|
|
.card-body
|
|
#chicago.jvector-map-height
|
|
.col-sm-6
|
|
.card
|
|
.card-header.pb-0
|
|
h5 VECTOR AUSTRALIA MAP
|
|
span Below Map is displaying the australia map.
|
|
.card-body
|
|
#australia.jvector-map-height
|
|
|
|
// Container-fluid Ends
|
|
include ../../components/footer
|
|
include ../../components/footer-files
|