Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
test-k1
Commits
c6ab2f80
Commit
c6ab2f80
authored
9 months ago
by
Traboulsi
Browse files
Options
Download
Email Patches
Plain Diff
Update public/index.html, public/assets/css/main.css
parent
b2be7b69
Pipeline
#10002
passed with stage
in 7 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/assets/css/main.css
+8
-0
public/assets/css/main.css
public/index.html
+52
-61
public/index.html
with
60 additions
and
61 deletions
+60
-61
public/assets/css/main.css
+
8
-
0
View file @
c6ab2f80
...
...
@@ -2919,3 +2919,11 @@ section,
.adaptives-testen-title
{
color
:
#00bcd4
;
/* Color matching the item-cyan frame */
}
/* added to control the second part in Kontakt section */
.knight-text
{
font-size
:
2em
;
/* Ändern Sie die Größe nach Bedarf */
font-weight
:
bold
;
margin-left
:
10px
;
/* Abstand zwischen dem Logo und dem Text */
}
This diff is collapsed.
Click to expand it.
public/index.html
+
52
-
61
View file @
c6ab2f80
...
...
@@ -806,9 +806,8 @@
<!-- /Team Section -->
<!-- Contact Section -->
<section
id=
"contact"
class=
"contact section"
>
<!-- Contact Section -->
<section
id=
"contact"
class=
"contact section"
>
<!-- Section Title -->
<div
class=
"container contact-title"
data-aos=
"fade-up"
>
...
...
@@ -856,29 +855,21 @@
</div>
<div
class=
"col-xl-4 text-center "
>
<!-- <img src="assets/img/alt-features.png " class="img-fluid p-4 " alt=" ">-->
<a
href=
"https://www.hft-stuttgart.de "
class=
"logo d-flex align-items-center"
>
<img
src=
"https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg "
alt=
" "
/>
<span>
KNIGHT
</span>
<a
href=
"https://www.hft-stuttgart.de"
class=
"logo d-flex align-items-center"
>
<img
src=
"https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg"
alt=
" "
>
<span
class=
"knight-text"
>
KNIGHT
</span>
</a>
</div>
</div>
</div>
</section>
</section>
<!-- /Contact Section -->
<!-- /Contact Section -->
</main>
...
...
This diff is collapsed.
Click to expand it.
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