Newer
Older
CamaraComercioWeb / src / app / modules / public / discover / discover.component.html
Edward Florez on 20 Oct 2021 745 bytes change icons and slide and list working
  1. <div>
  2. <app-navbar></app-navbar>
  3. <div class="d-flex">
  4. <div>
  5. <iframe
  6. src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d9410.965166765627!2d-72.65151211510486!3d7.373677183637325!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e68811722aa0c15%3A0x83b790e98f7db7d4!2sPamplona%2C%20Norte%20de%20Santander!5e0!3m2!1ses-419!2sco!4v1632020528709!5m2!1ses-419!2sco"
  7. width="100%"
  8. height="450"
  9. style="border: 0"
  10. loading="lazy"
  11. ></iframe>
  12. <article>
  13. <section>
  14. <app-sites></app-sites>
  15. </section>
  16. </article>
  17. <app-footer></app-footer>
  18. </div>
  19. <div class="discover__filters">
  20. <app-filters></app-filters>
  21. </div>
  22. </div>
  23. </div>