{#<footer class="pt-4 my-md-5 pt-md-5 border-top">#}
<footer class="footer-homepage" >
<div class="pt-4 pt-md-5 border-top bg-guide" style="background: url({{ asset('assets/images/refonte/bgFooter.svg') }}) no-repeat;
background-position: 71% 93%;
padding-bottom: 44px;
background-size: 538px;
">
<div class="container">
<div class="d-flex justify-content-between flex-column flex-lg-row">
<div class="logo-ul">
<a href="/" class="d-flex justify-content-center justify-content-lg-start footer-logo">
<img src="{{ asset('assets/images/svg/logo-fr.svg')}}" alt="researchGuide" height="100" width="150"/>
</a>
<p class="text text-center text-lg-left">
{{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.
</p>
<div class="row d-none d-lg-flex">
<div class="col-2 col-lg-2">
<a href='https://www.facebook.com/guide.journal.3' target="_blank"> <img src="{{ asset('assets/images/refonte/fb.svg')}}" alt="facebook"/></a>
</div>
<div class="col-2 col-lg-2">
<a href="#"><img src="{{ asset('assets/images/refonte/twitter.svg')}}" alt="twitter"/></a>
</div>
<div class="col-2 col-lg-2">
<a href='https://www.instagram.com/guidejournal22/' target="_blank"> <img src="{{ asset('assets/images/refonte/instagram.svg')}}" alt="instagram"/></a>
</div>
<div class="col-2 col-lg-2">
<a href='https://www.youtube.com/channel/UCgouL9eAodmPKXckGsTPRWw' target="_blank"> <img src="{{ asset('assets/images/refonte/youtube.svg')}}" alt="youtube"/></a>
</div>
</div>
</div>
<div class="d-flex justify-content-sm-between flex-column flex-sm-row w-100 mx-lg-5 pl-lg-4 pt-lg-5">
<div class="left-ul text-center text-sm-left" style="max-width: initial !important;">
<ul class="footer-ul">
<h4 style="color: rgba(240, 90, 38, 1)">Home</h4>
<li class="list-unstyled">
<a href="{{ path('about_page') }}">About</a>
</li>
<li class="list-unstyled">
<a href="{{ path('contact-us') }}">Contact</a>
</li>
<li class="list-unstyled">
<a href="{{ path('blog_index') }}">
Blog
</a>
</li>
{# <li class="list-unstyled">#}
{# <a href="{{ path('top-journals-list') }}">#}
{# Top journals list#}
{# </a>#}
{# </li>#}
<li class="list-unstyled">
<a href="{{ path('privacy-policy') }}">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="left-ul text-center text-sm-left" style="max-width: initial !important;">
<ul class="footer-ul">
<h4 style="color: rgba(240, 90, 38, 1)">Indexing Services</h4>
<li class="list-unstyled">
<a href="{{ path('indexing-services') }}">Indexing Services</a>
</li>
<li class="list-unstyled"><a href="https://scholar.google.com/" target="_blank">Google Scholar</a></li>
<li class="list-unstyled"> <a href="https://doaj.org/about/" target="_blank">DOAJ</a></li>
<li class="list-unstyled"> <a href="https://journals.indexcopernicus.com/" target="_blank">Index Copernicus</a></li>
<li class="list-unstyled"><a href="https://search.crossref.org/" target="_blank">Crossref</a></li>
</ul>
</div>
<div class="left-ul text-center text-sm-left" style="max-width: initial !important;">
<ul class="footer-ul">
<h4 style="color: rgba(240, 90, 38, 1)">Customer Service</h4>
{# <li class="list-unstyled">#}
{# <a href="{{ path('help_researchguide') }}">Help</a>#}
{# </li>#}
<li class="list-unstyled">
<a href="{{ path('faq') }}">FAQ</a>
</li>
</ul>
</div>
</div>
{# <div class="right-ul footer-subscribe w-100">#}
{# <h4 class="text-center text-lg-left mb-4">Subscribe Us</h4>#}
{# <form action="{{ path('newsletter') }}" method="post">#}
{# <div class="form-group">#}
{# <input type="hidden" name="newsletter" value="true" class="form-control">#}
{# <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>#}
{# </div>#}
{# <div class="form-group">#}
{# <input type="submit" class="form-control" id="Subscribe" style="height: 40px" value="Subscribe">#}
{# </div>#}
{# </form>#}
{# </div>#}
<div class="right-ul">
<div class="row d-lg-none d-flex justify-content-center">
<div class="col-2">
<a href='https://www.facebook.com/guide.journal.3' target="_blank"> <img src="{{ asset('assets/images/refonte/fb.svg')}}" alt="facebook"/></a>
</div>
<div class="col-2">
<a href="#"><img src="{{ asset('assets/images/refonte/twitter.svg')}}" alt="twitter"/></a>
</div>
<div class="col-2">
<a href='https://www.instagram.com/guidejournal22/' target="_blank"> <img src="{{ asset('assets/images/refonte/instagram.svg')}}" alt="instagram"/></a>
</div>
<div class="col-2">
<a href='https://www.youtube.com/channel/UCgouL9eAodmPKXckGsTPRWw' target="_blank"> <img src="{{ asset('assets/images/refonte/youtube.svg')}}" alt="youtube"/></a>
</div>
</div>
</div>
</div>
</div>
<div class="text-center text-white p-3" style="font-size: 14px;">
<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>
</div>
</div>
{# <script type="text/javascript">
$(document).ready(function() {
$('#auteurs').DataTable({
"oLanguage": {
"sSearch": "Filter"
}
});
} );
</script> #}
</footer>