Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
ba8fcbdc
Commit
ba8fcbdc
authored
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
removed TV logos, added spacer between sc media buttons
parent
83f67ea2
master
testing
No related merge requests found
Pipeline
#79
passed with stage
in 8 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-2
.gitlab-ci.yml
css/bootstrap.css
+3
-2
css/bootstrap.css
index.html
+5
-5
index.html
js/headfoot.js
+1
-6
js/headfoot.js
with
10 additions
and
15 deletions
+10
-15
.gitlab-ci.yml
+
1
-
2
View file @
ba8fcbdc
...
...
@@ -11,8 +11,7 @@ pages:
-
cp -r images .public
-
cp -r js .public
-
cp -r includes .public
-
cp index.php .public
-
cp index.html .public
-
cp *.html .public
-
mv .public public
-
cp -r public/* "$EXPORT_PAGES_DIR"
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
css/bootstrap.css
+
3
-
2
View file @
ba8fcbdc
...
...
@@ -144,7 +144,8 @@ padding-right: 1em;}
}
.footer-unten
{
color
:
darkgrey
;
}
#socialmediabuttons
a
{
color
:
darkgrey
;
#socialmediabuttons
a
{
color
:
darkgrey
;
}
#socialmediabuttons
a
:hover
{
color
:
black
;
...
...
@@ -6327,7 +6328,7 @@ a.close.disabled {
.carousel-inner {
position: relative;
width:
10
0%;
width:
8
0%;
overflow: hidden;
}
...
...
This diff is collapsed.
Click to expand it.
index.html
+
5
-
5
View file @
ba8fcbdc
...
...
@@ -49,6 +49,11 @@ Erfahre mehr über unsere <a href="./" ><i class="fas fa-chevron-right"></i> Eve
<li
data-target=
"#carouselExampleIndicators"
data-slide-to=
"1"
class=
"active"
></li>
<li
data-target=
"#carouselExampleIndicators"
data-slide-to=
"2"
></li>
</ol>
<a
class=
"carousel-control-prev"
href=
"#carouselExampleIndicators"
role=
"button"
data-slide=
"prev"
>
<i
class=
"fas fa-chevron-left"
></i>
<!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span>-->
<span
class=
"sr-only"
>
Previous
</span>
</a>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"carousel-item"
>
<img
class=
"d-block w-100"
src=
"./images/3DModell_Wermelskirchen_Startseite.jpg"
alt=
"First slide"
>
...
...
@@ -72,11 +77,6 @@ Erfahre mehr über unsere <a href="./" ><i class="fas fa-chevron-right"></i> Eve
</div>
</div>
</div>
<a
class=
"carousel-control-prev"
href=
"#carouselExampleIndicators"
role=
"button"
data-slide=
"prev"
>
<i
class=
"fas fa-chevron-left"
></i>
<!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span>-->
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"carousel-control-next"
href=
"#carouselExampleIndicators"
role=
"button"
data-slide=
"next"
>
<i
class=
"fas fa-chevron-right"
></i>
<!-- <span class="carousel-control-next-icon" aria-hidden="true"></span>-->
...
...
This diff is collapsed.
Click to expand it.
js/headfoot.js
+
1
-
6
View file @
ba8fcbdc
...
...
@@ -44,12 +44,6 @@ function head(){
link_m4lab
.
href
=
"
https://transfer.hft-stuttgart.de/
"
;
link_m4lab
.
innerHTML
=
"
<img src='images/demo/m4lab_logo.jpg' alt='Logo Innovationslabor M4_LAB'>
"
;
logos
.
appendChild
(
link_m4lab
);
for
(
let
i
=
1
;
i
<
5
;
i
++
){
let
link_tv
=
document
.
createElement
(
'
a
'
);
link_tv
.
href
=
"
https://www.hft-stuttgart.de/Forschung/M4-Lab/Teilvorhaben/Teilvorhaben-
"
+
i
;
link_tv
.
innerHTML
=
"
<img src='images/M4_LAB_LOGO_TV_
"
+
i
+
"
.jpg' alt='Logo TV'>
"
;
logos
.
appendChild
(
link_tv
);
};
navelements
.
appendChild
(
logos
);
for
(
let
j
=
0
;
j
<
menu
.
length
;
j
++
){
let
headitem
=
document
.
createElement
(
'
li
'
);
...
...
@@ -160,6 +154,7 @@ function foot(){
socialcontent
.
classList
.
add
(
"
fab
"
,
socialmedias
[
j
].
name
);
sociallink
.
appendChild
(
socialcontent
);
socialrow
.
appendChild
(
sociallink
);
socialrow
.
innerHTML
+=
"
"
;
}
socialdiv
.
appendChild
(
socialrow
);
containerdiv
.
appendChild
(
socialdiv
);
...
...
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
Menu
Explore
Projects
Groups
Snippets