initial commit
This commit is contained in:
5
static/head.de.html
Normal file
5
static/head.de.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Max Mehl, B.A. in Politik- und Verwaltungswissenschaften und Gründer einer IT-Dienstleistungsfirma, ist Experte auf dem Gebiet Onlinekommunikation.">
|
||||
<meta name="keywords" content="student konstanz berlin IT dienstleistungen service computer politik verwaltung FSFE pfadfinder vorstand gründer kommunikation">
|
||||
<link rel='stylesheet' href='/style.css' type='text/css' media='all' />
|
||||
<link rel='icon' href='/img/favicon.ico' type='image/x-icon' />
|
||||
5
static/head.en.html
Normal file
5
static/head.en.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Max Mehl, B.A. in Political and Administrative science and founder of a IT service company, is an expert in online communications.">
|
||||
<meta name="keywords" content="student konstanz constance berlin IT service computer politics administration FSFE scouts chairman founder communication">
|
||||
<link rel='stylesheet' href='/style.css' type='text/css' media='all' />
|
||||
<link rel='icon' href='/img/favicon.ico' type='image/x-icon' />
|
||||
1
static/lang.de.html
Normal file
1
static/lang.de.html
Normal file
@@ -0,0 +1 @@
|
||||
<img alt="English" title="English" src="/img/en.png"> English
|
||||
1
static/lang.en.html
Normal file
1
static/lang.en.html
Normal file
@@ -0,0 +1 @@
|
||||
<img alt="Deutsch" title="Deutsch" src="/img/de.png"> Deutsch
|
||||
8
static/nav.de.html
Normal file
8
static/nav.de.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<nav id="simplicity-main-menu">
|
||||
<ul>
|
||||
<li><a href="/de">Start</a></li>
|
||||
<li><a href="/de/about">Über mich</a></li>
|
||||
<li><a href="/de/links">Links</a></li>
|
||||
<li><a href="/de/contact">Kontakt</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
8
static/nav.en.html
Normal file
8
static/nav.en.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<nav id="simplicity-main-menu">
|
||||
<ul>
|
||||
<li><a href="/en">Start</a></li>
|
||||
<li><a href="/en/about">About me</a></li>
|
||||
<li><a href="/en/links">Links</a></li>
|
||||
<li><a href="/en/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
14
static/piwik.html
Normal file
14
static/piwik.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//mehl.mx/";
|
||||
_paq.push(["setTrackerUrl", u+"piwik.php"]);
|
||||
_paq.push(["setSiteId", "9"]);
|
||||
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
|
||||
g.type="text/javascript"; g.async=true; g.defer=true; g.src=u+"piwik.php"; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Piwik Code -->
|
||||
Reference in New Issue
Block a user