Commit 2d32dd26e9fd07b6b8a40f3e47a3402cb88b1a63
1 parent
f0b605d9
contact map
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
frontend/views/site/contact.php
... | ... | @@ -214,6 +214,7 @@ JS; |
214 | 214 | </div> |
215 | 215 | </div> |
216 | 216 | </div> |
217 | -<div id="map"> | |
218 | - | |
219 | -</div> | |
220 | 217 | \ No newline at end of file |
218 | +<section class="index-map"> | |
219 | + <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2541.835332126824!2d30.647180415730542!3d50.42553957947196!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40d4c5184ae56b5f%3A0x90a021df035746cc!2z0YPQuy4g0KHQuNC80YTQtdGA0L7Qv9C-0LvRjNGB0LrQsNGPLCAxMywg0JrQuNC10LIsIDAyMDAw!5e0!3m2!1sru!2sua!4v1625051795776!5m2!1sru!2sua" | |
220 | + width="100%" height="380" style="border:0;" allowfullscreen="" loading="lazy"></iframe> | |
221 | +</section> | |
221 | 222 | \ No newline at end of file | ... | ... |