Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
HCI-Development
HCI Theme
Commits
7673f100
Commit
7673f100
authored
May 11, 2020
by
Andreas Knote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
assets: gather theme images in assets/images/theme/
parent
e534cda9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
5 deletions
+5
-5
_includes/footer
_includes/footer
+3
-3
_layouts/base.html
_layouts/base.html
+2
-2
assets/images/theme/facebook.png
assets/images/theme/facebook.png
+0
-0
assets/images/theme/twitter.png
assets/images/theme/twitter.png
+0
-0
assets/images/theme/uni-wuerzburg-header-background.png
assets/images/theme/uni-wuerzburg-header-background.png
+0
-0
assets/images/theme/uni-wuerzburg-logo.svg
assets/images/theme/uni-wuerzburg-logo.svg
+0
-0
assets/images/theme/youtube.svg
assets/images/theme/youtube.svg
+0
-0
No files found.
_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