Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
Knight-2025
Commits
6744942e
Commit
6744942e
authored
Jul 04, 2025
by
Traboulsi
Browse files
Update public/index.html
parent
4f231017
Pipeline
#11483
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
6744942e
...
...
@@ -1022,33 +1022,39 @@ Implementations, and Perspectives
</main>
<footer
id=
"footer"
class=
"footer"
>
<footer
id=
"footer"
class=
"footer bg-light py-4"
>
<div
class=
"container"
>
<div
class=
"row justify-content-between align-items-center"
>
<!-- Linke Spalte: KNIGHT Logo -->
<!-- Erste Zeile: KNIGHT-Logo links, BMBF-Logo rechts -->
<div
class=
"row justify-content-between align-items-center"
>
<!-- KNIGHT-Logo links -->
<div
class=
"col-6 col-md-3 text-start"
>
<img
src=
"assets/img/knight.png"
alt=
"KNIGHT Logo"
class=
"logo-knight"
style=
"max-height: 50px;"
>
<img
src=
"assets/img/knight.png"
alt=
"KNIGHT Logo"
style=
"max-height: 50px;"
>
</div>
<!-- Mittlere Spalte: Text (zentriert) -->
<div
class=
"col-md-6 text-center mt-3 mt-md-0"
>
<p
class=
"mb-1"
>
©
<strong>
HFT Stuttgart
</strong>
– Alle Rechte vorbehalten
</p>
<div
class=
"credits small"
>
Designed by
<a
href=
"https://bootstrapmade.com/"
>
BootstrapMade
</a>
</div>
</div>
<!-- Leere mittlere Spalte für Abstand (optional) -->
<div
class=
"d-none d-md-block col-md-6"
></div>
<!--
Rechte Spalte:
BMBF
Logo -->
<!-- BMBF
-
Logo
rechts
-->
<div
class=
"col-6 col-md-3 text-end"
>
<img
src=
"assets/img/BMFTR_de_Web_RGB_gef_durch.jpg"
alt=
"
BMBF Logo"
class=
"logo-bmbf
"
style=
"max-height:
5
0px;"
>
<img
src=
"assets/img/BMFTR_de_Web_RGB_gef_durch.jpg"
alt=
"
Gefördert durch BMBF
"
style=
"max-height:
6
0px;"
>
</div>
</div>
<!-- Zweite Zeile: Copytext & Credits zentriert -->
<div
class=
"row mt-3"
>
<div
class=
"col-12 text-center"
>
<p
class=
"mb-1"
>
©
<strong>
HFT Stuttgart
</strong>
– Alle Rechte vorbehalten
</p>
<small
class=
"credits"
>
Designed by
<a
href=
"https://bootstrapmade.com/"
>
BootstrapMade
</a></small>
</div>
</div>
</div>
</footer>
<!-- <footer id="footer" class="footer">
...
...
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