Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
209b514b
Commit
209b514b
authored
Oct 10, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Logo to resultpage
parent
033c55ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
4 deletions
+12
-4
public/img/metager-schloss-orange.svg
public/img/metager-schloss-orange.svg
+2
-0
resources/less/metager/pages/resultpage/result-page.less
resources/less/metager/pages/resultpage/result-page.less
+6
-0
resources/less/metager/parts/searchbar.less
resources/less/metager/parts/searchbar.less
+1
-1
resources/views/index.blade.php
resources/views/index.blade.php
+1
-1
resources/views/layouts/researchandtabs.blade.php
resources/views/layouts/researchandtabs.blade.php
+2
-2
No files found.
public/img/metager-schloss-orange.svg
0 → 100755
View file @
209b514b
<?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>
resources/less/metager/pages/resultpage/result-page.less
View file @
209b514b
...
...
@@ -32,6 +32,9 @@
margin: 0px;
font-size: 1.5em;
display: inline-block;
> img {
width: 100px;
}
}
.screen-small {
display: none;
...
...
@@ -42,6 +45,9 @@
}
.screen-small {
display: initial;
img {
width: 20px;
}
}
}
}
...
...
resources/less/metager/parts/searchbar.less
View file @
209b514b
...
...
@@ -48,7 +48,7 @@
justify-content: center;
align-items: center;
> a {
padding:
8
px 16px;
padding:
5px 16px 0
px 16px;
color: #777;
&.authorized {
color:green;
...
...
resources/views/index.blade.php
View file @
209b514b
...
...
@@ -5,7 +5,7 @@
@
section
(
'content'
)
<
h1
id
=
"startpage-logo"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
>
<
img
src
=
"/img/metager.svg"
alt
=
"MetaGer"
></
img
>
<
img
src
=
"/img/metager.svg"
alt
=
"MetaGer"
/
>
</
a
>
</
h1
>
@
include
(
'parts.searchbar'
,
[
'class'
=>
'startpage-searchbar'
])
...
...
resources/views/layouts/researchandtabs.blade.php
View file @
209b514b
...
...
@@ -4,10 +4,10 @@
<div
id=
"research-bar"
>
<div
id=
"header-logo"
>
<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
class=
"screen-small"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
>
<h1>
M
</h1>
<h1>
<img
src=
"/img/metager-schloss-orange.svg"
alt=
"MetaGer"
/>
</h1>
</a>
</div>
<div
id=
"header-searchbar"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment