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
4351dbd3
Commit
4351dbd3
authored
Jul 04, 2025
by
Traboulsi
Browse files
Update public/index.html, public/assets/css/main.css
parent
555113c4
Pipeline
#11472
passed with stage
in 10 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/assets/css/main.css
View file @
4351dbd3
...
@@ -3530,4 +3530,24 @@ body {
...
@@ -3530,4 +3530,24 @@ body {
display
:
block
;
display
:
block
;
}
}
.logo-knight
{
max-height
:
60px
;
width
:
auto
;
height
:
auto
;
}
.logo-bmbf
{
max-height
:
60px
;
width
:
auto
;
height
:
auto
;
}
@media
(
max-width
:
768px
)
{
.logo-knight
,
.logo-bmbf
{
max-height
:
45px
;
}
}
/* ---- End New Service -- added Juni 2025 ***/
/* ---- End New Service -- added Juni 2025 ***/
public/index.html
View file @
4351dbd3
...
@@ -999,31 +999,34 @@ Implementations, and Perspectives
...
@@ -999,31 +999,34 @@ Implementations, and Perspectives
<p>
Kontaktieren Sie uns
</p>
<p>
Kontaktieren Sie uns
</p>
</header>
</header>
<div
class=
"row gy-4 align-items-
center
"
>
<div
class=
"row gy-4 align-items-
start
"
>
<!--
Kontaktinformationen
-->
<!--
Linke Spalte: Hochschule
-->
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<div
class=
"info-box mb-3"
>
<div
class=
"info-box mb-3"
>
<h3><strong>
Hochschule für Technik Stuttgart
</strong></h3>
<h3><strong>
Hochschule für Technik Stuttgart
</strong></h3>
<div
class=
"info-box contact-lines"
>
<div
class=
"contact-lines"
>
<p><i
class=
"bi bi-geo-alt"
></i>
Schellingstr. 24, 70174 Stuttgart
</p>
<p
class=
"contact-line"
><i
class=
"bi bi-geo-alt"
></i>
Schellingstr. 24, 70174 Stuttgart
</p>
<p><i
class=
"bi bi-mailbox"
></i>
Postfach 101452, 70013 Stuttgart
</p>
<p
class=
"contact-line"
><i
class=
"bi bi-telephone"
></i>
+49 (0)711 8926 0
</p>
<p><i
class=
"bi bi-telephone"
></i>
+49 (0)711 8926 0
</p>
<p
class=
"contact-line"
><i
class=
"bi bi-envelope"
></i>
knight(at)hft-stuttgart.de
</p>
<p><i
class=
"bi bi-envelope"
></i>
knight(at)hft-stuttgart.de
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Logos -->
<!-- Rechte Spalte: Zwei Logos nebeneinander, aber separat -->
<div
class=
"col-lg-6 d-flex justify-content-center align-items-center"
>
<div
class=
"col-lg-6"
>
<div
class=
"d-flex flex-wrap justify-content-center gap-4"
>
<div
class=
"row justify-content-center align-items-center g-4"
>
<img
src=
"assets/img/knight.png"
alt=
"KNIGHT Logo"
class=
"contact-logo-knight"
>
<!-- KNIGHT Logo -->
<div
class=
"col-6 text-center"
>
<img
src=
"assets/img/knight.png"
alt=
"KNIGHT Logo"
class=
"logo-knight"
>
</div>
</div>
<!-- BMBF Logo -->
<div
class=
"col-6 text-center"
>
<img
src=
"assets/img/BMFTR_de_Web_RGB_gef_durch.jpg"
alt=
"BMBF Logo"
class=
"logo-bmbf"
>
</div>
</div>
<div
class=
"col-lg-6 d-flex justify-content-center align-items-center"
>
<div
class=
"d-flex flex-wrap justify-content-center gap-4"
>
<img
src=
"assets/img/BMFTR_de_Web_RGB_gef_durch.jpg"
alt=
"BMBF Logo"
class=
"contact-logo"
>
</div>
</div>
</div>
</div>
...
...
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