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>
<html>
<head>
<head>
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<title>Aktuelles</title>
<title>Contact</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</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 -->
<header>
<h1 id='projectname'></h1>
</header>
<h2> Contact: </h2>
<!-- TODO Daten anpasen -->
<div class="news">
<div class="header">
Verantwortliche Person:
......@@ -26,13 +27,12 @@
Behira Younes
</p>
<p>
Bei Fragen zum Projekt kontaktieren Sie <a href="mailto:ybehira@yahoo.com">ybehira@yahoo.com</a>
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>
<script src="settings.js"> </script>
</body>
</html>
</body>
</html>
\ No newline at end of file
......@@ -27,7 +27,7 @@ menu.appendChild(newslink); */
//link4: Kontakt
let contactlink = document.createElement("a");
contactlink.href="kontakt.html"
contactlink.innerHTML="Kontakt"
contactlink.innerHTML="Contact"
menu.appendChild(contactlink);
//set projectname
......
......@@ -59,7 +59,7 @@ body {
color: #000000;
min-height: 100%;
background-color: #f1f1f1;
margin: 0!important;
margin: 0 auto !important;
}
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