+ composer updates
+ responsive logo in navigation + contact email in contact.blade.php
This commit is contained in:
parent
5e63dc41f6
commit
85773609d7
6 changed files with 63 additions and 19 deletions
|
@ -76,9 +76,12 @@
|
|||
<div class="twelve columns contact-us-details">
|
||||
<h3>Our Location</h3>
|
||||
<h5>
|
||||
Geologische Bundesanstalt <br />
|
||||
Neulinggasse 38 <br />
|
||||
1030 Wien <br />
|
||||
+43-1-7125674 <br />
|
||||
<i class="fas fa-mobile-alt"></i> +43-1-7125674 <br />
|
||||
<i class="fas fa-envelope-open-text"></i>
|
||||
<a href="mailto:repository@geologie.ac.at"> repository[et]geologie.ac.at</a><br />
|
||||
</h5>
|
||||
<ul class="social-links">
|
||||
<li>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
und stellen dadurch leicht zugängliche Archive da,
|
||||
die auch in Österreich geo- und umweltwissenschaftlich wertvolle Auskunft über die damaligen
|
||||
Umweltbedingungen geben können.
|
||||
</p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<section data-sr id="about" class="about u-full-width">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<div class="twelve columns">
|
||||
<h3 class="separator">Über Tethys RDR</h3>
|
||||
<p class="paragraph-justify">
|
||||
Tethys RDR ist ein Datenverlag der Geologischen Bundesanstalt (GBA),
|
||||
|
@ -233,12 +233,15 @@
|
|||
<!-- Contact Us -->
|
||||
<section data-sr class="container contact-us u-full-width u-max-full-width">
|
||||
<div class="row">
|
||||
<div class="four columns contact-us-details">
|
||||
<div class="six columns contact-us-details">
|
||||
<h3>Our Location</h3>
|
||||
<h5>
|
||||
Geologische Bundesanstalt <br />
|
||||
Neulinggasse 38 <br />
|
||||
1030 Wien <br />
|
||||
+43-1-7125674 <br />
|
||||
<i class="fas fa-mobile-alt"></i> +43-1-7125674 <br />
|
||||
<i class="fas fa-envelope-open-text"></i>
|
||||
<a href="mailto:repository@geologie.ac.at"> repository[et]geologie.ac.at</a><br />
|
||||
</h5>
|
||||
<ul class="social-links">
|
||||
<li>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- Favicon
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<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">
|
||||
|
@ -61,6 +61,9 @@
|
|||
<a href="#" class="menu-icon {{ Route::currentRouteName() != 'frontend.home.index' ? 'active' : '' }}"">
|
||||
<i class=" fa fa-bars"></i>
|
||||
</a>
|
||||
<a href="https://www.geologie.ac.at/" target="_blank" class="logo">
|
||||
<img src="/images/gba_logo.png" alt="Logo white" width="60" height="30">
|
||||
</a>
|
||||
<div class="container">
|
||||
<ul class="menu">
|
||||
<!-- <li><a href="#hero">Home</a></li> -->
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue