Skip to content
Snippets Groups Projects
Commit 209b514b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Added Logo to resultpage

parent 033c55ce
No related branches found
No related tags found
2 merge requests!1464Development,!1460Resolve "Implement new MetaGer Logo"
<?xml version="1.0" encoding="UTF-8"?>
<svg width="99.168" height="106.51" version="1.1" viewBox="0 0 99.167999 106.51305" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g transform="matrix(1.3333 0 0 -1.3333 -373.81 107.43)"><g transform="scale(.1)"><path d="m2828 805.72v-230.32h69.31c27.25 0 40.87 14.426 40.87 42.879v78.789h345.86c101.01 0 151.51-53.668 151.51-157.63v-85.7h-497.37l0.01-52.015c0-28.313-13.75-42.871-40.87-42.871h-93.81v-140.79c0-140.79 70.4-211.19 212.72-211.19h281.59c165.27 0 249.45 85.699 249.45 255.57v287.7c0 169.87-84.18 255.57-249.45 255.57zm289.79-446.87h74.76c50.36 0 69.52-25.856 69.52-74.098v-112.79c0-38.305-19.21-58.168-56.76-58.168h-38.57c-32.53 0-48.95 19.25-48.95 57.465v187.59" fill="#f47216"/></g></g></svg>
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
margin: 0px; margin: 0px;
font-size: 1.5em; font-size: 1.5em;
display: inline-block; display: inline-block;
> img {
width: 100px;
}
} }
.screen-small { .screen-small {
display: none; display: none;
...@@ -42,6 +45,9 @@ ...@@ -42,6 +45,9 @@
} }
.screen-small { .screen-small {
display: initial; display: initial;
img {
width: 20px;
}
} }
} }
} }
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
> a { > a {
padding: 8px 16px; padding: 5px 16px 0px 16px;
color: #777; color: #777;
&.authorized { &.authorized {
color:green; color:green;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
@section('content') @section('content')
<h1 id="startpage-logo"> <h1 id="startpage-logo">
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}"> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">
<img src="/img/metager.svg" alt="MetaGer"></img> <img src="/img/metager.svg" alt="MetaGer" />
</a> </a>
</h1> </h1>
@include('parts.searchbar', ['class' => 'startpage-searchbar']) @include('parts.searchbar', ['class' => 'startpage-searchbar'])
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
<div id="research-bar"> <div id="research-bar">
<div id="header-logo"> <div id="header-logo">
<a class="screen-large" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}" tabindex="4"> <a class="screen-large" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}" tabindex="4">
<h1>MetaGer</h1> <h1><img src="/img/metager.svg" alt="MetaGer" /></h1>
</a> </a>
<a class="screen-small" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}"> <a class="screen-small" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">
<h1>M</h1> <h1><img src="/img/metager-schloss-orange.svg" alt="MetaGer" /></h1>
</a> </a>
</div> </div>
<div id="header-searchbar"> <div id="header-searchbar">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment