Commit 7ddce195 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

changed styles and contact page title.

parent e12699e2
Pipeline #1070 passed with stages
in 2 seconds
<!DOCTYPE html> <!DOCTYPE html>
<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 --> <head>
<meta charset="utf-8">
<!-- TODO Daten anpasen --> <meta name="generator" content="GitLab Pages">
<div class="news"> <title>Contact</title>
<div class="header"> <link rel="stylesheet" href="style.css">
Verantwortliche Person: </head>
</div>
<div class="text"> <body>
<p> <div id="topbar">
Behira Younes <div id="menu" class="navbar"></div>
</p> </div>
<p> <div class="content">
Bei Fragen zum Projekt kontaktieren Sie <a href="mailto:ybehira@yahoo.com">ybehira@yahoo.com</a> <header>
</p> <h1 id='projectname'></h1>
</div> </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> </div>
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
</div> </div>
<script src="settings.js"> </script> </div>
</body> <script src="settings.js"> </script>
</html> </body>
</html>
\ No newline at end of file
...@@ -27,7 +27,7 @@ menu.appendChild(newslink); */ ...@@ -27,7 +27,7 @@ menu.appendChild(newslink); */
//link4: Kontakt //link4: Kontakt
let contactlink = document.createElement("a"); let contactlink = document.createElement("a");
contactlink.href="kontakt.html" contactlink.href="kontakt.html"
contactlink.innerHTML="Kontakt" contactlink.innerHTML="Contact"
menu.appendChild(contactlink); menu.appendChild(contactlink);
//set projectname //set projectname
......
...@@ -59,7 +59,7 @@ body { ...@@ -59,7 +59,7 @@ body {
color: #000000; color: #000000;
min-height: 100%; min-height: 100%;
background-color: #f1f1f1; background-color: #f1f1f1;
margin: 0!important; margin: 0 auto !important;
} }
header { header {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment