Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HCI-Development
HCI Theme
Commits
7673f100
Commit
7673f100
authored
May 11, 2020
by
Andreas Knote
Browse files
assets: gather theme images in assets/images/theme/
parent
e534cda9
Changes
7
Hide whitespace changes
Inline
Side-by-side
_includes/footer
View file @
7673f100
...
...
@@ -11,15 +11,15 @@
justify-content: flex-start;
">
{% if site.youtube %}
<a href={{site.youtube}} style="padding-right:20px;"><img src
=
"{{ site.baseurl }}/youtube.svg" style="max-width: 61px; margin: 7px 7px 0 1px; opacity: 0.8;"/></a>
<a href={{site.youtube}} style="padding-right:20px;"><img src
=
"{{ site.baseurl }}/
assets/images/theme/
youtube.svg" style="max-width: 61px; margin: 7px 7px 0 1px; opacity: 0.8;"
/></a>
{% endif %}
{% if site.facebook %}
<a href={{site.facebook}} style="padding-right:20px;">
{% include image src="general/facebook.png" sizes="(min-width: 1180px) 100px, (min-width: 980px) 100px, (min-width: 740px) 100px, 100px"
style="max-width:97px; margin: 7px 7px 0 1px; opacity: 0.8;"
%}
</a>
<a href={{site.facebook}} style="padding-right:20px;">
<img src="{{ site.baseurl }}/assets/images/theme/facebook.png"
style="max-width:97px; margin: 7px 7px 0 1px; opacity: 0.8;"
/>
</a>
{% endif %}
{% if site.twitter %}
<a href={{site.twitter}} style="padding-right:20px;">
{% include image src="general/twitter.png" sizes="(min-width: 1180px) 100px, (min-width: 980px) 100px, (min-width: 740px) 100px, 100px"
style="max-width: 54px; margin: 7px 60px 0 -8px; opacity: 0.8;"
%}
</a>
<a href={{site.twitter}} style="padding-right:20px;">
<img src="{{ site.baseurl }}/assets/images/theme/twitter.png"
style="max-width: 54px; margin: 7px 60px 0 -8px; opacity: 0.8;"
/>
</a>
{% endif %}
</div>
</div>
...
...
_layouts/base.html
View file @
7673f100
...
...
@@ -45,9 +45,9 @@
<header
role=
"banner"
class=
"page-header"
>
<div
class=
"page-header__logo"
>
<a
class=
"page-header__logo-link"
title=
"Zur Startseite"
href=
"http://www.uni-wuerzburg.de/startseite/"
>
<img
src=
"{{ site.baseurl }}/assets/images/uni-wuerzburg-logo.svg"
class=
"page-header__logo-full"
>
<img
src=
"{{ site.baseurl }}/assets/images/
theme/
uni-wuerzburg-logo.svg"
class=
"page-header__logo-full"
>
</a>
<img
src=
"{{ site.baseurl }}/assets/images/uni-wuerzburg-header-background.png"
class=
"page-header__logo-background"
>
<img
src=
"{{ site.baseurl }}/assets/images/
theme/
uni-wuerzburg-header-background.png"
class=
"page-header__logo-background"
>
</div>
</header>
...
...
assets/images/facebook.png
→
assets/images/
theme/
facebook.png
View file @
7673f100
File moved
assets/images/twitter.png
→
assets/images/
theme/
twitter.png
View file @
7673f100
File moved
assets/images/uni-wuerzburg-header-background.png
→
assets/images/
theme/
uni-wuerzburg-header-background.png
View file @
7673f100
File moved
assets/images/uni-wuerzburg-logo.svg
→
assets/images/
theme/
uni-wuerzburg-logo.svg
View file @
7673f100
File moved
assets/images/youtube.svg
→
assets/images/
theme/
youtube.svg
View file @
7673f100
File moved
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