This commit is contained in:
2024-12-13 08:31:39 +07:00
parent 1ead9da097
commit 5bdf96851e
3554 changed files with 400518 additions and 83328 deletions
@@ -0,0 +1,99 @@
- var theme_customizer = true;
- var vector_map = true;
- var page_vector_map = true;
- var sidebar = true;
- var slick = true;
- var header_slider = true;
- var animate = true;
- var scrollbar = true;
doctype html
html(lang='en')
include ../../components/header-files
body
include ../../components/loader
include ../../components/taptop
// page-wrapper Start
#pageWrapper.page-wrapper.compact-wrapper
include ../../components/header
// Page Body Start
.page-body-wrapper
include ../../components/sidebar
.page-body
.container-fluid
.page-title
.row
.col-6
h3
| Vector Maps
.col-6
ol.breadcrumb
li.breadcrumb-item
a(href='index.html')
svg.stroke-icon
use(href='../assets/svg/icon-sprite.svg#stroke-home')
li.breadcrumb-item Maps
li.breadcrumb-item.active Vector Maps
// Container-fluid starts
.container-fluid
.row
.col-sm-6
.card
.card-header
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
h5 VECTOR USA MAP
span Below Map is displaying the usa map.
.card-body
#usa.jvector-map-height
.col-sm-6
.card
.card-header
h5 VECTOR CANADA MAP
span Below Map is displaying the canada map.
.card-body
#canada.jvector-map-height
.col-sm-6
.card
.card-header
h5 VECTOR INDIA MAP
span Below Map is displaying the india map.
.card-body
#india.jvector-map-height
.col-sm-6
.card
.card-header
h5 VECTOR ASIA MAP
span Below Map is displaying the asia map.
.card-body
#asia.jvector-map-height
.col-sm-6
.card
.card-header
h5 VECTOR CANADA MAP
span Below Map is displaying the uk map.
.card-body
#uk.jvector-map-height
.col-sm-6
.card
.card-header
h5 VECTOR CHICAGO MAP
span Below Map is displaying the chicago map.
.card-body
#chicago.jvector-map-height
.col-sm-6
.card
.card-header
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