Skip to content
Snippets Groups Projects
Commit 8e19e987 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'cids-logo' into 'preview'

Replace ZIH with CIDS logo

Closes #541

See merge request !946
parents 509b3099 12f00e82
No related branches found
No related tags found
2 merge requests!948Automated merge from preview to main,!946Replace ZIH with CIDS logo
......@@ -188,7 +188,7 @@ theme:
# logo in header and footer
logo: assets/images/TUD_Logo_weiss_57.png
second_logo: assets/images/zih_weiss.png
second_logo: assets/images/ZIH_Logo_RGB.png
features:
- navigation.instant
- search.highlight
......@@ -246,10 +246,10 @@ use_directory_urls: True
extra:
tud_homepage: https://tu-dresden.de
tud_name: "TU Dresden"
tud_name: "TUD Dresden University of Technology"
# second logo
zih_homepage: https://tu-dresden.de/zih
zih_name: "center for information services and high performance computing (ZIH)"
zih_name: "CIDS, Department Information Services and High Performance Computing (ZIH)"
hpcsupport_mail: hpc-support@tu-dresden.de
# links in footer
......
doc.zih.tu-dresden.de/tud_theme/assets/images/ZIH_Logo_RGB.png

39.4 KiB

......@@ -38,11 +38,11 @@
<a
href="{{ config.extra.zih_homepage | url }}"
title="{{ config.extra.zih_name | e }}"
class="md-header__button zih-logo"
class="md-header__button zih-logo "
aria-label="link to{{ config.extra.zih_name }}"
data-md-component="logo"
>
<img src="{{ config.theme.second_logo | url }}" alt="zih logo" />
<img src="{{ config.theme.second_logo | url }}" alt="cids zih logo" />
</a>
<!-- Button to open drawer -->
......@@ -85,4 +85,4 @@
</div>
{% endif %}
</nav>
</header>
\ No newline at end of file
</header>
......@@ -120,6 +120,9 @@ strong {
/* header */
.zih-logo img{
display: none;
height: 2rem;
margin: 0.5rem auto;
padding: 0;
}
@media screen and (min-width: 76.25rem) {
.md-header,
......@@ -138,8 +141,10 @@ strong {
.zih-logo img{
display: inline-block;
height: 100%;
margin: 0 auto;
height: 2rem;
margin: 0.5rem auto;
padding: 0;
}
}
......
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