Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
8a96c0be
Commit
8a96c0be
authored
May 30, 2020
by
felix.herrmann
Browse files
fix(UIUX): add links to logos in footer
parent
081a6327
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/templates/footer.html
View file @
8a96c0be
...
...
@@ -5,10 +5,10 @@
<div
class=
"col-md-1"
></div>
<div
class=
"col-md-4"
>
{#
<img
class=
"footer-logo"
src=
"{% static 'images/logo-primary.svg' %}"
/>
#}
<img
class=
"footer-logo-fso"
src=
"{% static 'images/fso-logo.png' %}"
/>
<a
href=
"https://www.forschungsstelle.uni-bremen.de/en/"
target=
"_blank"
>
<img
class=
"footer-logo-fso"
src=
"{% static 'images/fso-logo.png' %}"
/>
</a>
</div>
<div
class=
"col-md-2 text-center"
>
<img
class=
"footer-logo-sub"
src=
"{% static 'images/sub-logo.png' %}"
/>
<a
href=
"https://www.sub.uni-goettingen.de/"
target=
"_blank"
>
<img
class=
"footer-logo-sub"
src=
"{% static 'images/sub-logo.png' %}"
/>
</a>
</div>
{% comment %}
<div
class=
"col-md-3"
>
...
...
@@ -16,7 +16,7 @@
</div>
{% endcomment %}
<div
class=
"col-md-2"
>
<img
class=
"footer-logo-dfg"
height=
"100"
src=
"{% static 'images/dfg-logo.svg' %}"
/>
<a
href=
"https://www.dfg.de"
target=
"_blank"
>
<img
class=
"footer-logo-dfg"
height=
"100"
src=
"{% static 'images/dfg-logo.svg' %}"
/>
</a>
</div>
<div
class=
"col-md-3"
>
<nav
class=
"float-right"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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