initial commit

This commit is contained in:
2015-06-26 17:07:12 +03:00
commit 9c477af286
40 changed files with 1175 additions and 0 deletions

38
contact.en.php Normal file
View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en-EN">
<head>
<title>Max Mehl | Contact</title>
<link lang="en" title="Deutsch" href="/de/contact" hreflang="de" rel="alternate" type="text/html">
<?php include '/static/head.en.html'; ?>
</head>
<body class="home blog custom-background">
<div id="header">
<div id="header-content">
<?php include '/static/nav.en.html'; ?>
<div class="info">
<p><a target="_blank" href="/impressum">Impressum</a></p>
<p><a href="/de/contact"><?php include '/static/lang.en.html'; ?></a></p>
</div>
</div><!-- / header-content -->
</div><!-- / header -->
<div id="header-bottom"> </div>
<div id="container">
<h1 id="heading">Max Mehl</h1>
</div> <!-- / container -->
<!-- page -->
<div id="featured-boxs">
<div class="featured-box-big textonly">
<?php include '/text/contact.en.html'; ?>
</div>
</div> <!-- / featured-boxs -->
<!-- / page -->
<?php include '/static/piwik.html'; ?>
</body>
</html>