2018-08-06 12:30:51 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ app()->getLocale() }}">
|
2019-09-12 15:40:21 +00:00
|
|
|
|
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<head>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<meta charset="utf-8">
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<meta http-equiv="Content-Language" content="de">
|
2019-09-12 15:40:21 +00:00
|
|
|
|
|
|
|
|
|
<!-- Basic Page Needs
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<meta charset="utf-8">
|
2019-11-21 17:43:56 +00:00
|
|
|
|
<title>TETHYS - Geology Geophysics Meteorology</title>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<meta name="description" content="An awesome one page website">
|
|
|
|
|
<meta name="author" content="Arno Kaimbacher">
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<!-- Mobile Specific Metas
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
2018-08-06 12:30:51 +00:00
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<!-- FONT
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2019-09-27 16:02:48 +00:00
|
|
|
|
{{-- <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" /> --}}
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css" />
|
2018-08-06 12:30:51 +00:00
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<!-- CSS
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
|
|
|
<link rel="stylesheet" href="/css/normalize.css">
|
|
|
|
|
<link rel="stylesheet" href="/css/skeleton.css">
|
|
|
|
|
<link rel="stylesheet" href="/css/font-awesome.css">
|
|
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
|
|
|
|
|
|
|
|
<!-- Favicon
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
|
|
|
<link rel="icon" type="image/png" href="/images/favicon/favicon.ico" />
|
|
|
|
|
<!-- <link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
|
|
|
|
|
<link rel="manifest" href="images/favicon/site.webmanifest"> -->
|
|
|
|
|
|
|
|
|
|
<!-- Javascript
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
|
|
|
<script type="text/javascript" src="/js/scripts.js"></script>
|
|
|
|
|
@yield('head')
|
2018-08-06 12:30:51 +00:00
|
|
|
|
</head>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<body class="layout-home-html">
|
2019-09-13 15:49:18 +00:00
|
|
|
|
<div id="trynewsite">
|
2019-11-21 17:43:56 +00:00
|
|
|
|
<span>TETHYS Testphase</span>
|
2019-09-13 15:49:18 +00:00
|
|
|
|
</div>
|
2018-08-06 12:30:51 +00:00
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<!-- Menu -->
|
|
|
|
|
<header class="header">
|
|
|
|
|
<nav class="navigation">
|
|
|
|
|
<a href="#" class="menu-icon {{ Route::currentRouteName() != 'frontend.home.index' ? 'active' : '' }}"">
|
2019-09-13 09:53:33 +00:00
|
|
|
|
<i class=" fa fa-bars"></i>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
</a>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<ul class="menu">
|
|
|
|
|
<!-- <li><a href="#hero">Home</a></li> -->
|
|
|
|
|
<li>
|
|
|
|
|
<a class="{{ Route::currentRouteName() == 'frontend.home.index' ? 'current' : '' }}"
|
|
|
|
|
href="{{ url('/') }}">Home</a>
|
|
|
|
|
</li>
|
|
|
|
|
<!-- <li><a href="#introduction">Introduction</a></li> -->
|
|
|
|
|
<li>
|
|
|
|
|
<a class="{{ Route::currentRouteName() == 'frontend.home.intro' ? 'current' : '' }}"
|
2019-09-12 16:25:58 +00:00
|
|
|
|
href="{{ route('frontend.home.intro') }}">Intro</a>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
</li>
|
2019-09-13 09:53:33 +00:00
|
|
|
|
<li>
|
2019-09-23 15:44:42 +00:00
|
|
|
|
<a class="{{ Route::currentRouteName() == 'frontend.search.index' ? 'current' : '' }}"
|
|
|
|
|
href="{{ route('frontend.search.index') }}">Search</a>
|
2019-09-13 09:53:33 +00:00
|
|
|
|
</li>
|
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<!-- <li><a href="#work">Work</a></li> -->
|
|
|
|
|
<li>
|
|
|
|
|
<a class="{{ Route::currentRouteName() == 'frontend.home.services' ? 'current' : '' }}"
|
|
|
|
|
href="{{ route('frontend.home.services') }}">Services</a>
|
|
|
|
|
</li>
|
|
|
|
|
<!-- <li><a href="#help">Help</a></li> -->
|
|
|
|
|
<li>
|
|
|
|
|
<a class="{{ Route::currentRouteName() == 'frontend.home.help' ? 'current' : '' }}"
|
|
|
|
|
href="{{ route('frontend.home.help') }}">Help</a>
|
|
|
|
|
</li>
|
|
|
|
|
<!-- <li><a href="#clients">Clients</a></li> -->
|
|
|
|
|
<!-- <li><a href="#about">About</a></li> -->
|
2019-09-13 09:53:33 +00:00
|
|
|
|
<!-- <li>
|
|
|
|
|
<a class="{{ Route::currentRouteName() == 'frontend.pages.show' ? 'current' : '' }}"
|
|
|
|
|
href="{!! url('/pages/about') !!}">About</a>
|
|
|
|
|
</li> -->
|
2019-09-12 16:25:58 +00:00
|
|
|
|
<li class="right"><a href="{{ URL::route('oai') }}" target="_blank"> OAI</a></li>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
|
|
|
|
|
<!-- <li><a href="#why-us">Why us?</a></li>
|
|
|
|
|
<li><a href="#contact">Contact</a></li> -->
|
|
|
|
|
<!-- <li class="right"><a href="#">Login</a></li> -->
|
|
|
|
|
@if (Auth::guest())
|
|
|
|
|
<li class="right">
|
|
|
|
|
<a class="{{ Route::currentRouteName() == 'login' ? 'current' : '' }}"
|
|
|
|
|
href="{{ route('login') }}">
|
|
|
|
|
<i class="fas fa-sign-in-alt"></i> Login
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2019-09-13 15:49:18 +00:00
|
|
|
|
@else
|
|
|
|
|
|
|
|
|
|
<li class="right">
|
|
|
|
|
<a class="pure-menu-link" href="{{ route('logout') }}">
|
|
|
|
|
<i class="fas fa-sign-out-alt"></i> LOG OUT
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
@endif
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
|
2019-09-11 16:47:13 +00:00
|
|
|
|
@yield('hero')
|
2018-08-06 12:30:51 +00:00
|
|
|
|
|
|
|
|
|
<div class="content-container">
|
2019-09-12 15:40:21 +00:00
|
|
|
|
@yield('content')
|
2018-08-06 12:30:51 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<!-- Footer -->
|
|
|
|
|
<section data-sr class="footer u-full-width u-max-full-width">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="four columns footer-about">
|
|
|
|
|
<!-- <h5>© 2015 Tuts+ Web Design.</h5> -->
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<div class="block">
|
2019-11-21 17:43:56 +00:00
|
|
|
|
<h3 class="block-title">About TETHYS</h3>
|
2020-04-06 20:28:28 +00:00
|
|
|
|
<ul>
|
2020-03-11 16:21:27 +00:00
|
|
|
|
<li class="first"><a href="{{ URL::route('oai') }}" target="_blank"> OAI</a></li>
|
2020-04-06 20:28:28 +00:00
|
|
|
|
<li class="last">
|
|
|
|
|
<a href="https://www.geologie.ac.at/" target="_blank">About GBA</a>
|
|
|
|
|
</li>
|
2018-09-06 15:58:54 +00:00
|
|
|
|
<li><a href="{{ URL::route('frontend.home.news') }}">News</a></li>
|
2018-08-06 12:30:51 +00:00
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<div class="four columns footer-links">
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<div class="block">
|
|
|
|
|
<h3 class="block-title">TOOLS & SUPPORT</h3>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<ul id="secondary-nav" class="nav">
|
2018-09-06 15:58:54 +00:00
|
|
|
|
<li class="first"><a href="{{ URL::route('frontend.home.contact') }}">Contact</a></li>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<li class="last"><a
|
|
|
|
|
href="{!! URL::route('frontend.pages.show', ['page_slug'=>'imprint']) !!}">Impressum</a>
|
|
|
|
|
</li>
|
2018-09-06 15:58:54 +00:00
|
|
|
|
<li class="last"><a href="{{ URL::route('frontend.sitelinks.index') }}">Sitelinks</a></li>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<li class="last"><a
|
|
|
|
|
href="{!! URL::route('frontend.pages.show', ['page_slug'=>'terms-and-conditions']) !!}">Terms
|
|
|
|
|
and Conditions</a></li>
|
2018-09-06 15:58:54 +00:00
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<li><a target="_blank" href="https://github.com/geolba"><i class="fab fa-github"></i> rdr
|
|
|
|
|
bei GitHub</a></li>
|
2018-08-06 12:30:51 +00:00
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<div class="four columns block">
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<div class="block">
|
|
|
|
|
<h3 class="block-title">CONNECT WITH US</h3>
|
|
|
|
|
<ul>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<li><a target="_blank" href="https://www.geologie.ac.at/"><i class="fas fa-home"></i>
|
|
|
|
|
GBA</a></li>
|
2019-04-18 11:16:50 +00:00
|
|
|
|
<li><span><i class="fas fa-phone"></i> +43-1-7125674</span></li>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<li><a href="mailto:repository@geologie.ac.at?Subject= RDR &body=How can I help you?"><i
|
|
|
|
|
class="far fa-envelope"></i> repository@geologie.ac.at</a> </li>
|
2018-08-06 12:30:51 +00:00
|
|
|
|
<li></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
|
2018-08-06 12:30:51 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
</section>
|
2018-08-06 12:30:51 +00:00
|
|
|
|
|
2019-09-12 15:40:21 +00:00
|
|
|
|
<!-- End Document
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2020-04-06 20:28:28 +00:00
|
|
|
|
@yield('after-scripts')
|
2018-08-06 12:30:51 +00:00
|
|
|
|
</body>
|
2019-09-12 15:40:21 +00:00
|
|
|
|
|
2018-08-06 12:30:51 +00:00
|
|
|
|
</html>
|