templates/refonte/_includes/footer.html.twig line 1

Open in your IDE?
  1. {#<footer class="pt-4 my-md-5 pt-md-5 border-top">#}
  2. <footer class="footer-homepage" >
  3.     <div class="pt-4 pt-md-5 border-top bg-guide" style="background: url({{ asset('assets/images/refonte/bgFooter.svg') }}) no-repeat;
  4.             background-position: 71% 93%;
  5.             padding-bottom: 44px;
  6.             background-size: 538px;
  7.             ">
  8.         <div class="container">
  9.             <div class="d-flex justify-content-between flex-column flex-lg-row">
  10.                 <div class="logo-ul">
  11.                     <a href="/" class="d-flex justify-content-center justify-content-lg-start footer-logo">
  12.                         <img  src="{{ asset('assets/images/svg/logo-fr.svg')}}" alt="researchGuide" height="100" width="150"/>
  13.                     </a>
  14.                     <p class="text text-center text-lg-left">
  15.                         {{appName| replace({'\"':''})}} is a global platform designed to bridge the gaps in the scientific research ecosystem. We connect researchers, institutions, and industries, providing tools, funding access, and career support to accelerate innovation and discovery.
  16.                     </p>
  17.                     <div class="row d-none d-lg-flex">
  18.                         <div class="col-2 col-lg-2">
  19.                             <a href='https://www.facebook.com/guide.journal.3' target="_blank"> <img  src="{{ asset('assets/images/refonte/fb.svg')}}" alt="facebook"/></a>
  20.                         </div>
  21.                         <div class="col-2 col-lg-2">
  22.                             <a href="#"><img  src="{{ asset('assets/images/refonte/twitter.svg')}}" alt="twitter"/></a>
  23.                         </div>
  24.                         <div class="col-2 col-lg-2">
  25.                             <a href='https://www.instagram.com/guidejournal22/' target="_blank"> <img  src="{{ asset('assets/images/refonte/instagram.svg')}}" alt="instagram"/></a>
  26.                         </div>
  27.                         <div class="col-2 col-lg-2">
  28.                             <a href='https://www.youtube.com/channel/UCgouL9eAodmPKXckGsTPRWw' target="_blank">  <img  src="{{ asset('assets/images/refonte/youtube.svg')}}" alt="youtube"/></a>
  29.                         </div>
  30.                     </div>
  31.                 </div>
  32.                 <div class="d-flex justify-content-sm-between flex-column flex-sm-row w-100 mx-lg-5 pl-lg-4 pt-lg-5">
  33.                     <div class="left-ul text-center text-sm-left" style="max-width: initial !important;">
  34.                         <ul class="footer-ul">
  35.                             <h4 style="color: rgba(240, 90, 38, 1)">Home</h4>
  36.                             <li class="list-unstyled">
  37.                                 <a href="{{ path('about_page') }}">About</a>
  38.                             </li>
  39.                             <li class="list-unstyled">
  40.                                 <a href="{{ path('contact-us') }}">Contact</a>
  41.                             </li>
  42.                             <li class="list-unstyled">
  43.                                 <a href="{{ path('blog_index') }}">
  44.                                     Blog
  45.                                 </a>
  46.                             </li>
  47. {#                            <li class="list-unstyled">#}
  48. {#                                <a href="{{ path('top-journals-list') }}">#}
  49. {#                                    Top journals list#}
  50. {#                                </a>#}
  51. {#                            </li>#}
  52.                             <li class="list-unstyled">
  53.                                 <a href="{{ path('privacy-policy') }}">
  54.                                     Privacy Policy
  55.                                 </a>
  56.                             </li>
  57.                         </ul>
  58.                     </div>
  59.                     <div class="left-ul text-center text-sm-left" style="max-width: initial !important;">
  60.                         <ul class="footer-ul">
  61.                             <h4 style="color: rgba(240, 90, 38, 1)">Indexing Services</h4>
  62.                             <li class="list-unstyled">
  63.                                 <a href="{{ path('indexing-services') }}">Indexing Services</a>
  64.                             </li>
  65.                             <li class="list-unstyled"><a href="https://scholar.google.com/" target="_blank">Google Scholar</a></li>
  66.                             <li class="list-unstyled"> <a href="https://doaj.org/about/" target="_blank">DOAJ</a></li>
  67.                             <li class="list-unstyled"> <a href="https://journals.indexcopernicus.com/" target="_blank">Index Copernicus</a></li>
  68.                             <li class="list-unstyled"><a href="https://search.crossref.org/" target="_blank">Crossref</a></li>
  69.                         </ul>
  70.                     </div>
  71.                     <div class="left-ul text-center text-sm-left" style="max-width: initial !important;">
  72.                         <ul class="footer-ul">
  73.                             <h4 style="color: rgba(240, 90, 38, 1)">Customer Service</h4>
  74. {#                            <li class="list-unstyled">#}
  75. {#                                <a href="{{ path('help_researchguide') }}">Help</a>#}
  76. {#                            </li>#}
  77.                             <li class="list-unstyled">
  78.                                 <a href="{{ path('faq') }}">FAQ</a>
  79.                             </li>
  80.                         </ul>
  81.                     </div>
  82.                 </div>
  83. {#                <div class="right-ul footer-subscribe w-100">#}
  84. {#                    <h4 class="text-center text-lg-left mb-4">Subscribe Us</h4>#}
  85. {#                    <form action="{{ path('newsletter') }}" method="post">#}
  86. {#                        <div class="form-group">#}
  87. {#                            <input type="hidden" name="newsletter" value="true" class="form-control">#}
  88. {#                            <input name="email" type="email" class="form-control" id="subscribeEmail" placeholder="Your email here..." style="height: 40px; background-color: rgb(230, 231, 232) !important;" required>#}
  89. {#                        </div>#}
  90. {#                        <div class="form-group">#}
  91. {#                            <input type="submit" class="form-control" id="Subscribe" style="height: 40px" value="Subscribe">#}
  92. {#                        </div>#}
  93. {#                    </form>#}
  94. {#                </div>#}
  95.                 <div class="right-ul">
  96.                     <div class="row d-lg-none d-flex justify-content-center">
  97.                         <div class="col-2">
  98.                             <a href='https://www.facebook.com/guide.journal.3' target="_blank"> <img  src="{{ asset('assets/images/refonte/fb.svg')}}" alt="facebook"/></a>
  99.                         </div>
  100.                         <div class="col-2">
  101.                             <a href="#"><img  src="{{ asset('assets/images/refonte/twitter.svg')}}" alt="twitter"/></a>
  102.                         </div>
  103.                         <div class="col-2">
  104.                             <a href='https://www.instagram.com/guidejournal22/' target="_blank"> <img  src="{{ asset('assets/images/refonte/instagram.svg')}}" alt="instagram"/></a>
  105.                         </div>
  106.                         <div class="col-2">
  107.                             <a href='https://www.youtube.com/channel/UCgouL9eAodmPKXckGsTPRWw' target="_blank">  <img  src="{{ asset('assets/images/refonte/youtube.svg')}}" alt="youtube"/></a>
  108.                         </div>
  109.                     </div>
  110.                 </div>
  111.             </div>
  112.         </div>
  113.         <div class="text-center text-white p-3" style="font-size: 14px;">
  114.             <p>© {{ 'now'|date('Y')}} <a href="https://monarkit.net" target="_blank" style="color: #F15A24 !important;" title="MonarkIT | Web and communication agency in Marrakech Morocco: website creation and consulting">Monark IT</a> . All Rights Reserved</p>
  115.         </div>
  116.     </div>
  117.     {# <script type="text/javascript">
  118.         $(document).ready(function() {
  119.             $('#auteurs').DataTable({
  120.                 "oLanguage": {
  121.                     "sSearch": "Filter"
  122.                 }
  123.             });
  124.         } );
  125.     </script> #}
  126. </footer>