templates/inc/header.html.twig line 1

  1. {# templates/inc/header.html.twig #}
    <header>
        <nav>
            {# <div class="side-bar toggle-hide">
                <span class="hamburger">
                    <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.995 511.995" style="enable-background:new 0 0 511.995 511.995;" xml:space="preserve">
                        <g>
                            <g>
                                <path d="M437.126,74.939c-99.826-99.826-262.307-99.826-362.133,0C26.637,123.314,0,187.617,0,256.005
                                      s26.637,132.691,74.993,181.047c49.923,49.923,115.495,74.874,181.066,74.874s131.144-24.951,181.066-74.874
                                      C536.951,337.226,536.951,174.784,437.126,74.939z M409.08,409.006c-84.375,84.375-221.667,84.375-306.042,0
                                      c-40.858-40.858-63.37-95.204-63.37-153.001s22.512-112.143,63.37-153.021c84.375-84.375,221.667-84.355,306.042,0
                                      C493.435,187.359,493.435,324.651,409.08,409.006z"></path>
                            </g>
                        </g>
                        <g>
                            <g>
                                <path d="M341.525,310.827l-56.151-56.071l56.151-56.071c7.735-7.735,7.735-20.29,0.02-28.046
                                      c-7.755-7.775-20.31-7.755-28.065-0.02l-56.19,56.111l-56.19-56.111c-7.755-7.735-20.31-7.755-28.065,0.02
                                      c-7.735,7.755-7.735,20.31,0.02,28.046l56.151,56.071l-56.151,56.071c-7.755,7.735-7.755,20.29-0.02,28.046
                                      c3.868,3.887,8.965,5.811,14.043,5.811s10.155-1.944,14.023-5.792l56.19-56.111l56.19,56.111
                                      c3.868,3.868,8.945,5.792,14.023,5.792c5.078,0,10.175-1.944,14.043-5.811C349.28,331.117,349.28,318.562,341.525,310.827z"></path>
                            </g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                        <g>
                        </g>
                    </svg>
                </span>
                <ul>
                    <li class="mobile-only">
                        <a href="{{ absolute_url('/') }}">Home</a>
                    </li>
                    <li class="mobile-only">
                        <a href="{{ absolute_url('/about-the-publisher') }}">About the Publisher</a>
                    </li>
                    <li class="mobile-only">
                        <a href="{{ absolute_url('/publish-with-us') }}">Publish With us</a>
                    </li>
                    <li class="mobile-only">
                        <a href="{{ absolute_url('/contact') }}">Contact us</a>
                    </li>
                    <li class="mobile-only">
                        <a href="{{ absolute_url('/manuscripts') }}">Submit Manuscript</a>
                    </li>
                    <li>
                        <a href="{{ absolute_url('/payment-link') }}">Payment Link</a>
                    </li>
                    <li>
                        <a href="{{ absolute_url('/isj-waiver-policy') }}">ISJ Waiver Policy</a>
                    </li>
                    <li>
                        <a href="{{ absolute_url('/abstracting-indexing') }}">Abstracting and Indexing</a>
                    </li>
                    <li>
                        <a href="{{ absolute_url('/english-editing') }}">English Editing for Authors</a>
                    </li>
                    <li>
                        <a href="{{ absolute_url('/aims-scope') }}">Aims and Scope</a>
                    </li>
                    <li>
                        <a href="{{ absolute_url('/article-processing-charges') }}">Article Processing Charges</a>
                    </li>
                    <li>
                        <a href="{{ absolute_url('/instruction-for-authors') }}">Instruction For Authors</a>
                    </li>
                </ul>
            </div> #}
            <div class="container-fluid">
                <div class="content">
                    <a class="brand" href="{{ absolute_url('/') }}">
                        {# <img src="{{ absolute_url(asset('assets/img/logo.png')) }}"> #}
                        <h1>Medivance Science Press</h1>
                    </a>
                    <ul>
                        <li>
                            <a href="{{ absolute_url('/') }}">Home</a>
                        </li>
                        <li>
                            <a href="{{ absolute_url('/about-the-publisher') }}">About the Publisher</a>
                        </li>
                        <li>
                            <a href="{{ absolute_url('/publish-with-us') }}">Publish With us</a>
                        </li>
                        <li>
                            <a href="{{ absolute_url('/contact') }}">Contact us</a>
                        </li>
                        <li>
                            <a href="{{ absolute_url('/manuscripts') }}">Submit Manuscript</a>
                        </li>
                    </ul>
                    {# <div class="hamburger">
                        <span></span>
                        <span></span>
                        <span></span>
                    </div> #}
                </div>
            </div>
        </nav>
    </header>