- added oai to menu

This commit is contained in:
Arno Kaimbacher 2019-09-12 18:25:58 +02:00
parent d9e295f039
commit e526a95960
2 changed files with 9 additions and 6 deletions

View File

@ -30,8 +30,8 @@
availability, long-term preservation and independent publication of your research data.
</h4>
<p>
The use of RDR as a data centre for archiving and/or publishing research data is invoiced annually.
The invoice consists of a basic annual contract fee and a usage-related fee.
The use of RDR as a data centre for archiving and/or publishing research data is invoiced annually.
The invoice consists of a basic annual contract fee and a usage-related fee.
</p>
</div>
</div>
@ -142,7 +142,8 @@
</section>
<!-- Why us -->
<section data-sr id="why-us" class="why u-full-width">
{{-- <section data-sr id="why-us" class="why u-full-width"> --}}
<section data-sr id="benefits" class="why u-full-width">
<div class="container">
<div class="row">
<div class="twelve columns">

View File

@ -62,7 +62,7 @@
<!-- <li><a href="#introduction">Introduction</a></li> -->
<li>
<a class="{{ Route::currentRouteName() == 'frontend.home.intro' ? 'current' : '' }}"
href="{{ route('frontend.home.intro') }}">Introduction</a>
href="{{ route('frontend.home.intro') }}">Intro</a>
</li>
<!-- <li><a href="#work">Work</a></li> -->
<li>
@ -77,7 +77,9 @@
<!-- <li><a href="#clients">Clients</a></li> -->
<!-- <li><a href="#about">About</a></li> -->
<li><a class="{{ Route::currentRouteName() == 'frontend.pages.show' ? 'current' : '' }}"
href="{!! url('/pages/about') !!}">About</a></li>
href="{!! url('/pages/about') !!}">About</a>
</li>
<li class="right"><a href="{{ URL::route('oai') }}" target="_blank"> OAI</a></li>
<!-- <li><a href="#why-us">Why us?</a></li>
<li><a href="#contact">Contact</a></li> -->