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
dd0a6aa1
Commit
dd0a6aa1
authored
Jul 03, 2025
by
Traboulsi
Browse files
Update public/index.html, public/assets/css/main.css
parent
1c435ac7
Pipeline
#11457
passed with stage
in 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/assets/css/main.css
View file @
dd0a6aa1
...
@@ -3497,4 +3497,18 @@ body {
...
@@ -3497,4 +3497,18 @@ body {
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
justify-content
:
center
;
justify-content
:
center
;
}
}
.footer-logo
{
max-height
:
80px
;
/* Passe die Höhe je nach Wunsch an */
width
:
auto
;
margin
:
10px
auto
;
display
:
block
;
}
@media
(
max-width
:
768px
)
{
.footer-logo
{
max-height
:
60px
;
}
}
/* ---- End New Service -- added Juni 2025 ***/
/* ---- End New Service -- added Juni 2025 ***/
public/index.html
View file @
dd0a6aa1
...
@@ -1034,42 +1034,28 @@ Implementations, and Perspectives
...
@@ -1034,42 +1034,28 @@ Implementations, and Perspectives
</main>
</main>
<footer
id=
"footer"
class=
"footer"
>
<footer
id=
"footer"
class=
"footer"
>
<div
class=
"container footer-top"
>
<div
class=
"container footer-top"
>
<div
class=
"row gy-4 align-items-center"
>
<div
class=
"row gy-4"
>
<div
class=
"col-lg-4 col-md-6 footer-about text-center"
>
<div
class=
"col-lg-4 col-md-6 footer-about"
>
<img
src=
"assets/img/knight.png"
alt=
"KNIGHT Logo"
class=
"footer-logo"
>
</div>
<img
src=
"assets/img/knight.png "
class=
"img-fluid p-4 "
alt=
" "
>
</div>
<div
class=
"col-lg-5 col-md-12 footer-info "
>
<a>
<img
src=
"assets/img/BMFTR_de_Web_RGB_gef_durch.jpg"
alt=
" "
>
</a>
<div
class=
"col-lg-5 col-md-12 footer-info text-center"
>
<img
src=
"assets/img/BMFTR_de_Web_RGB_gef_durch.jpg"
alt=
"BMBF Logo"
class=
"footer-logo"
>
</div>
</div>
</div>
</div>
</div>
<div
class=
"container copyright text-center mt-4"
>
</div>
<p>
©
<span>
Copyright
</span>
<strong
class=
"px-1 sitename"
>
HFT Stuttgart
</strong>
<span>
All Rights Reserved
</span></p>
<div
class=
"credits"
>
<div
class=
"container copyright text-center mt-4"
>
Designed by
<a
href=
"https://bootstrapmade.com/"
>
BootstrapMade
</a>
<p>
©
<span>
Copyright
</span>
<strong
class=
"px-1 sitename"
>
HFT Stuttgart
</strong>
<span>
All Rights Reserved
</span></p>
</div>
<div
class=
"credits"
>
</div>
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
</footer>
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by
<a
href=
"https://bootstrapmade.com/"
>
BootstrapMade
</a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<!-- Scroll Top -->
<a
href=
"#"
id=
"scroll-top"
class=
"scroll-top d-flex align-items-center justify-content-center"
><i
class=
"bi bi-arrow-up-short"
></i></a>
<a
href=
"#"
id=
"scroll-top"
class=
"scroll-top d-flex align-items-center justify-content-center"
><i
class=
"bi bi-arrow-up-short"
></i></a>
...
...
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