Newer
Older
CamaraComercioWeb / src / app / shared / components / footer / footer.component.html
Fabian Vera on 28 Sep 2021 1 KB [add] starting the project
<div class="footer__background d-flex justify-content-center flex-row p-3">
    <section class="d-flex flex-column justify-content-start align-items-center">
        <span class="text-center"><strong>Acerca de</strong></span>
        <p class="text-center">Confianza y seguridad</p>
        <p class="text-center">Directrices de contenido</p>
        <p class="text-center">Terminos de servicio</p>
        <p class="text-center">Politicas de privacidad</p>
    </section>
    <section class="d-flex flex-column justify-content-start align-items-center">
        <span class="text-center"><strong>Descubrir</strong></span>
        <p class="text-center">Colecciones</p>
        <p class="text-center">Eventos</p>
        <p class="text-center">Blog de wTteData</p>
        <p class="text-center">Apoyo</p>
    </section>
    <section class="d-flex flex-column justify-content-start align-items-center">
        <span class="text-center"><strong>Idioma</strong></span>
        <p class="text-center">Español</p>
        <p class="text-center">País Colombia</p>
    </section>
</div>