1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

jekyll dirs

This commit is contained in:
codecalm
2018-02-19 20:22:49 +01:00
parent 97f6ca9194
commit ea045ca1b7
820 changed files with 61183 additions and 2553 deletions

31
maps.html Normal file
View File

@@ -0,0 +1,31 @@
---
title: Maps
menu: maps
layout: default
---
<div class="map-header">
<div class="map-header-layer" id="map-background"></div>
</div>
{% include js-google-maps.html id="map-background" data="header-bg" %}
<div class="container">
<div class="row row-cards">
<div class="col-lg-4 col-md-6">
{% include cards/client.html %}
{% include cards/map-germany.html %}
</div>
<div class="col-lg-8 col-md-6">
{% include cards/map-world.html %}
<div class="row">
<div class="col-6">
{% include cards/map-metro.html %}
</div>
<div class="col-6">2</div>
</div>
</div>
</div>
</div>