templates/layouts/footer.html.twig line 1

Open in your IDE?
  1. <footer class="footer section bg-dark text-white">
        <div class="container">
            <div class="row">
                <div class="col-md-2">
                    <a class="footer-brand" href="{{ path('index') }}">
                        <img src="{{ asset('logo-white.png') }}" alt="E-santé" width="100px">
                    </a>
    {#                                <p class="mt-4 text-gray">Direction de l'Apprentissage <br>et de l'Insertion Professionnelle</p>#}
                </div>
                <div class="col-md-3 mt-4 mt-md-0">
                    <h6 class="font-weight-normal">Accès rapide
                    </h6>
                    <ul class="links-vertical">
    {#                    <li><a class="text-gray" href="{{ path('index') }}" target="_blank">Connexion Patient</a></li>#}
    {#                    <li><a class="text-gray" href="{{ path('index') }}" target="_blank">Connexion Médecin</a></li>#}
    {#                    <li><a class="text-gray" href="{{ path('index') }}" target="_blank">Connexion Clinique</a></li>#}
                        <li><a class="text-gray" href="{{ path('app_register_patient') }}" target="_blank">Inscription Patient</a></li>
                        <li><a class="text-gray" href="{{ path('app_register_medical_staff') }}" target="_blank">Inscription Médecin</a></li>
                        <li><a class="text-gray" href="{{ path('app_register_clinic') }}" target="_blank">Inscription Clinique</a></li>
                    </ul>
                </div>
    
                <div class="col-md-7 mt-4 mt-md-0">
                    <h6 class="font-weight-normal">Liens utiles</h6>
                    <ul class="links-vertical">
                        <li><a class="text-gray" href="{{ path('how_it_works') }}" target="_blank">Comment ça marche ?</a></li>
    {#                    <li><a class="text-gray" href="{{ path('index') }}" target="_blank">Besoin d’aide ?</a></li>#}
                        <li><a class="text-gray" href="#contactez_nous">Nous contacter</a></li>
                    </ul>
                </div>
            </div>
            <hr>
            <div class="copyright text-center mt-5">
                &#xA9;<script>
                    document.write(new Date().getFullYear())
                </script>
                <span> <a href="#">DSanté</a>. Tous droits réservés. Alimenté par <a href="#"
                                                                                      target="_blank">DSI Institute</a></span>
            </div>
        </div>
        <!--Start of Tawk.to Script-->
    {#    <script type="text/javascript">#}
    {#        var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();#}
    {#        (function () {#}
    {#            var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];#}
    {#            s1.async = true;#}
    {#            s1.src = 'https://embed.tawk.to/5f4ce1baf0e7167d000c2d23/default';#}
    {#            s1.charset = 'UTF-8';#}
    {#            s1.setAttribute('crossorigin', '*');#}
    {#            s0.parentNode.insertBefore(s1, s0);#}
    {#        })();#}
    {#    </script>#}
    
        <script type="text/javascript">
            var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
            (function(){
                var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
                s1.async=true;
                s1.src='https://embed.tawk.to/62710239b0d10b6f3e706731/1g24n1cu9';
                s1.charset='UTF-8';
                s1.setAttribute('crossorigin','*');
                s0.parentNode.insertBefore(s1,s0);
            })();
        </script>
        
        <!--End of Tawk.to Script-->
    </footer>