added schule
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<!--My Contact inforamtion. Used for the footer.-->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Contact</title>
|
||||
<link rel=stylesheet href=css/style.css>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="wrap">
|
||||
|
||||
<div id="header">
|
||||
<a href="index.html">
|
||||
<img src=images/header.png alt="header">
|
||||
</a>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="details.html">
|
||||
<p class="nav">
|
||||
details
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="shop.html">
|
||||
<p class="nav">
|
||||
shop
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="downloads.html">
|
||||
<p class="nav">
|
||||
downloads
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2> Contact me</h2>
|
||||
<p> Johannes Olzem
|
||||
<br>
|
||||
Heerstr. 1
|
||||
<br>
|
||||
53359 Rheinbach </p>
|
||||
<a href="mailto:olzemjo@sjg-rheinbach.de" title="Mail Adress">olzemjo@sjg-rheinbach.de</a>
|
||||
<!--the mailto: indicates, that the mail client should open and fill out the receiver field with the given data-->
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<a href="contact.html" title="Contact">Contact</a>
|
||||
<a href="legal_notice.html" title="Legal Notice">Legal Notice</a>
|
||||
<a href="privacy_policy.html" title="Privacy Policy">Privacy Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user