website-mehlmx/about.en.php

39 lines
964 B
PHP
Raw Permalink Normal View History

2015-06-26 16:07:12 +02:00
<!DOCTYPE html>
<html lang="en-EN">
<head>
<title>Max Mehl | About me</title>
<link lang="en" title="Deutsch" href="/de/about" hreflang="de" rel="alternate" type="text/html">
2015-06-26 16:15:26 +02:00
<?php include 'static/head.en.html'; ?>
2015-06-26 16:07:12 +02:00
</head>
<body class="home blog custom-background">
<div id="header">
<div id="header-content">
2015-06-26 16:15:26 +02:00
<?php include 'static/nav.en.html'; ?>
2015-06-26 16:07:12 +02:00
<div class="info">
2015-07-07 15:50:24 +02:00
<p><a target="_blank" href="/impressum">Imprint</a></p>
2015-06-26 16:15:26 +02:00
<p><a href="/de/about"><?php include 'static/lang.en.html'; ?></a></p>
2015-06-26 16:07:12 +02:00
</div>
</div><!-- / header-content -->
</div><!-- / header -->
<div id="header-bottom"> </div>
<div id="container">
2016-09-06 16:39:20 +02:00
<h1 id="heading"><a href="/">Max Mehl</a></h1>
2015-06-26 16:07:12 +02:00
</div> <!-- / container -->
<!-- page -->
<div id="featured-boxs">
<div class="featured-box-big textonly">
2015-06-26 16:15:26 +02:00
<?php include 'text/about.en.html'; ?>
2015-06-26 16:07:12 +02:00
</div>
</div> <!-- / featured-boxs -->
<!-- / page -->
2015-06-26 16:15:26 +02:00
<?php include 'static/piwik.html'; ?>
2015-06-26 16:07:12 +02:00
</body>
</html>