Add custom.html
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -83,6 +83,6 @@ data/*
|
||||
|
||||
# Ignore html files for now
|
||||
# TODO: Remove later
|
||||
*.html
|
||||
index.html
|
||||
index_cache
|
||||
index_files
|
||||
|
||||
11
assets/revealjs/custom.html
Normal file
11
assets/revealjs/custom.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<script src="assets/revealjs/custom.js"></script>
|
||||
|
||||
<div
|
||||
style="position: fixed; bottom: 10px; right: 20px; display: flex; justify-content: flex-end; align-items: center; gap: 20px; flex-wrap: wrap;">
|
||||
<a href="https://www.uni-due.de/">
|
||||
<img src="assets/ude_signet.svg" alt="Uni Duisburg-Essen Logo" style="height: 4vh; width: auto;">
|
||||
</a>
|
||||
<a href="https://www.hemf.wiwi.uni-due.de/en/">
|
||||
<img src="assets/hecf_signet.svg" alt="HECF Logo" style="height: 4vh; width: auto;">
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user