Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Behira Younes
Commits
7ddce195
Commit
7ddce195
authored
Oct 14, 2020
by
Ratnadeep Rajendra Kharade
Browse files
changed styles and contact page title.
parent
e12699e2
Pipeline
#1070
passed with stages
in 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/kontakt.html
View file @
7ddce195
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<title>
Aktuelles
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<div
id=
"topbar"
>
<div
id=
"menu"
class=
"navbar"
></div>
</div>
<div
class=
"content"
>
<h1
id=
'projectname'
></h1>
<!--Projektname kommt aus settings.js, hier nichts einfügen-->
<h2>
Kontakt:
</h2>
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
<!-- TODO Daten anpasen -->
<div
class=
"news"
>
<div
class=
"header"
>
Verantwortliche Person:
</div>
<div
class=
"text"
>
<p>
Behira Younes
</p>
<p>
Bei Fragen zum Projekt kontaktieren Sie
<a
href=
"mailto:ybehira@yahoo.com"
>
ybehira@yahoo.com
</a>
</p>
</div>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<title>
Contact
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<div
id=
"topbar"
>
<div
id=
"menu"
class=
"navbar"
></div>
</div>
<div
class=
"content"
>
<header>
<h1
id=
'projectname'
></h1>
</header>
<h2>
Contact:
</h2>
<div
class=
"news"
>
<div
class=
"header"
>
Verantwortliche Person:
</div>
<div
class=
"text"
>
<p>
Behira Younes
</p>
<p>
If you have any questions about the project, please contact
<a
href=
"mailto:ybehira@yahoo.com"
>
ybehira@yahoo.com
</a>
</p>
</div>
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
</div>
<
script
src=
"settings.js"
>
</script
>
<
/body
>
</
html
>
<
/div
>
<
script
src=
"settings.js"
>
</script
>
</
body
>
</html>
\ No newline at end of file
public/settings.js
View file @
7ddce195
...
...
@@ -27,7 +27,7 @@ menu.appendChild(newslink); */
//link4: Kontakt
let
contactlink
=
document
.
createElement
(
"
a
"
);
contactlink
.
href
=
"
kontakt.html
"
contactlink
.
innerHTML
=
"
K
onta
k
t
"
contactlink
.
innerHTML
=
"
C
onta
c
t
"
menu
.
appendChild
(
contactlink
);
//set projectname
...
...
public/style.css
View file @
7ddce195
...
...
@@ -59,7 +59,7 @@ body {
color
:
#000000
;
min-height
:
100%
;
background-color
:
#f1f1f1
;
margin
:
0
!important
;
margin
:
0
auto
!important
;
}
header
{
...
...
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