shithub: sirjofri_de

Download patch

ref: 0767f943acc45da26e73d577fddcf55ce9b5324c
parent: afe388fc94d38d093f1f3d38f3be445d6f62347c
author: glenda <glenda@9front.local>
date: Thu Jan 9 10:55:47 EST 2020

updates content

--- a/foot.htf
+++ b/foot.htf
@@ -1,8 +1,10 @@
+</main>
 <hr>
 <footer>
-<ul>
-<li><a href="/index.html">Homepage</a></li>
-<li><a href="/imprint.html">Imprint (german)</a></li>
+<a href="/">start</a> •
+<a href="/imprint/">imprint (german)</a>
+<br>
+© Copyright 2019 sirjofri
 </footer>
 </body>
 </html>
--- a/head.htf
+++ b/head.htf
@@ -2,3 +2,23 @@
 <html lang="en">
 <head>
 <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>sirjofri • PAGETITLE</title>
+<style type="text/css">
+body {
+	font-family: sans-serif;
+	width: 960px;
+	margin: auto;
+	padding: 10px;
+}
+</style>
+</head>
+<body>
+<header>
+<h1>PAGETITLE</h1>
+<nav>
+<a href="/">start</a> •
+<a href="/imprint/">imprint
+</nav>
+</header>
+<main>
--- a/imprint.ht
+++ b/imprint.ht
@@ -1,9 +1,3 @@
-<title>sirjofri ­ Impressum</title>
-</head>
-<body>
-<header>
-<h1>Impressum</h1>
-</header>
 <section>
 <header>
 	<h2>Impressum</h2>
--- a/index.ht
+++ b/index.ht
@@ -1,13 +1,8 @@
-<title>sirjofri</title>
-</head>
-<body>
-<header>
-<h1>sirjofri</h1>
-</header>
 <p><b>This page is 100% <a href="https://en.wikipedia.org/wiki/Mothra_(web_browser)">mothra</a> compatible.</b></p>
 <section>
 <header>
-<h2>I am ...</h2>
+<h2>About</h2>
+<b>This is about me. Hello.</b>
 </header>
 <ul>
 <li>a <a href="https://9front.org">9front</a> user</li>
@@ -16,9 +11,11 @@
 <li>some kind of shader guy</li>
 <li>a demoscene fan</li>
 </ul>
+</section>
 <section>
 <header>
 <h2>And you can find me ...</h2>
+<b>You can find me in many places</b>
 </header>
 <ul>
 <li><a href="https://twitter.com/sirjofri">Twitter</a></li>
@@ -25,4 +22,17 @@
 <li><a href="https://sirjofri.artstation.com">Artstation</a></li>
 <li><a href="https://devrant.com/users/sirjofri">DevRant</a></li>
 <li><a href="https://shadertoy.com/user/sirjofri">Shadertoy</a></li>
+<li><a href="https://gitlab.com/sirjofri">Gitlab</a></li>
+<li><a href="https://github.com/sirjofri">GitHub</a></li>
+<li><a href="https://discordapp.com">Discord</a>: <code>sirjofri#0341</code></li>
 </ul>
+</section>
+<section>
+<header>
+<h2>What I do</h2>
+<b>Projects, Concepts, …</b>
+</header>
+<ul>
+<li></li>
+</ul>
+</section>
--- a/mkfile
+++ b/mkfile
@@ -6,7 +6,7 @@
 pub/index.html:Q: head.htf index.ht foot.htf
 	if(! test -d pub)
 		mkdir pub
-	cat $prereq > pub/index.html
+	cat $prereq | sed -e 's/PAGETITLE/sirjofri/g' > pub/index.html
 	echo '√ '^$target
 
 pub/%/index.html:Q: head.htf %.ht foot.htf
@@ -14,5 +14,5 @@
 		mkdir pub
 	if(! test -d pub/$stem)
 		mkdir pub/$stem
-	cat $prereq > pub/$stem/index.html
+	cat $prereq | sed -e 's/PAGETITLE/'^$stem^'/g' > pub/$stem/index.html
 	echo '√ '^$target
diff -u a/pub/imprint/index.html b/pub/imprint/index.html
--- a/pub/imprint/index.html
+++ b/pub/imprint/index.html
@@ -2,12 +2,26 @@
 <html lang="en">
 <head>
 <meta charset="utf-8">
-<title>sirjofri ­ Impressum</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>sirjofri • imprint</title>
+<style type="text/css">
+body {
+	font-family: sans-serif;
+	width: 960px;
+	margin: auto;
+	padding: 10px;
+}
+</style>
 </head>
 <body>
 <header>
-<h1>Impressum</h1>
+<h1>imprint</h1>
+<nav>
+<a href="/">start</a> •
+<a href="/imprint/">imprint
+</nav>
 </header>
+<main>
 <section>
 <header>
 	<h2>Impressum</h2>
@@ -40,11 +54,13 @@
 	<p>Bei einem Besuch auf meiner Website werden IP-Adressen maskiert protokolliert. Das heißt, es ist möglich, herauszufinden, bei welchem Internet-Anbieter Sie sind, nicht jedoch, wer Sie sind (<a href="https://wiki.uberspace.de/webserver:logs#access_log">mehr informationen</a>). Bitte beachten Sie, dass für dieses Logging mein Hoster (uberspace) zuständig ist. Ich habe damit gar nichts zu tun.</p>
 	<h3>Ihre Rechte</h3>
 	<p>Sie haben das Recht, ihre personengebundenen Daten einzusehen und auf Wunsch entfernen zu lassen. Um von diesem Recht Gebrauch zu machen, senden Sie einfach eine formlose Mail an meine Adresse und beschreiben, welche Daten Sie gelöscht haben möchten. Ich werde Ihrem Wunsch schnellstmöglich und zuverlässig nachkommen.</p>
-</section><hr>
+</section></main>
+<hr>
 <footer>
-<ul>
-<li><a href="/index.html">Homepage</a></li>
-<li><a href="/imprint.html">Imprint (german)</a></li>
+<a href="/">start</a> •
+<a href="/imprint/">imprint (german)</a>
+<br>
+© Copyright 2019 sirjofri
 </footer>
 </body>
 </html>
--- a/pub/imprint/index.html
+++ b/pub/imprint/index.html
@@ -2,12 +2,26 @@
 <html lang="en">
 <head>
 <meta charset="utf-8">
-<title>sirjofri ­ Impressum</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>sirjofri • imprint</title>
+<style type="text/css">
+body {
+	font-family: sans-serif;
+	width: 960px;
+	margin: auto;
+	padding: 10px;
+}
+</style>
 </head>
 <body>
 <header>
-<h1>Impressum</h1>
+<h1>imprint</h1>
+<nav>
+<a href="/">start</a> •
+<a href="/imprint/">imprint
+</nav>
 </header>
+<main>
 <section>
 <header>
 	<h2>Impressum</h2>
@@ -40,11 +54,13 @@
 	<p>Bei einem Besuch auf meiner Website werden IP-Adressen maskiert protokolliert. Das heißt, es ist möglich, herauszufinden, bei welchem Internet-Anbieter Sie sind, nicht jedoch, wer Sie sind (<a href="https://wiki.uberspace.de/webserver:logs#access_log">mehr informationen</a>). Bitte beachten Sie, dass für dieses Logging mein Hoster (uberspace) zuständig ist. Ich habe damit gar nichts zu tun.</p>
 	<h3>Ihre Rechte</h3>
 	<p>Sie haben das Recht, ihre personengebundenen Daten einzusehen und auf Wunsch entfernen zu lassen. Um von diesem Recht Gebrauch zu machen, senden Sie einfach eine formlose Mail an meine Adresse und beschreiben, welche Daten Sie gelöscht haben möchten. Ich werde Ihrem Wunsch schnellstmöglich und zuverlässig nachkommen.</p>
-</section><hr>
+</section></main>
+<hr>
 <footer>
-<ul>
-<li><a href="/index.html">Homepage</a></li>
-<li><a href="/imprint.html">Imprint (german)</a></li>
+<a href="/">start</a> •
+<a href="/imprint/">imprint (german)</a>
+<br>
+© Copyright 2019 sirjofri
 </footer>
 </body>
 </html>
--- a/pub/index.html
+++ b/pub/index.html
@@ -2,16 +2,31 @@
 <html lang="en">
 <head>
 <meta charset="utf-8">
-<title>sirjofri</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>sirjofri • sirjofri</title>
+<style type="text/css">
+body {
+	font-family: sans-serif;
+	width: 960px;
+	margin: auto;
+	padding: 10px;
+}
+</style>
 </head>
 <body>
 <header>
 <h1>sirjofri</h1>
+<nav>
+<a href="/">start</a> •
+<a href="/imprint/">imprint
+</nav>
 </header>
+<main>
 <p><b>This page is 100% <a href="https://en.wikipedia.org/wiki/Mothra_(web_browser)">mothra</a> compatible.</b></p>
 <section>
 <header>
-<h2>I am ...</h2>
+<h2>About</h2>
+<b>This is about me. Hello.</b>
 </header>
 <ul>
 <li>a <a href="https://9front.org">9front</a> user</li>
@@ -20,9 +35,11 @@
 <li>some kind of shader guy</li>
 <li>a demoscene fan</li>
 </ul>
+</section>
 <section>
 <header>
 <h2>And you can find me ...</h2>
+<b>You can find me in many places</b>
 </header>
 <ul>
 <li><a href="https://twitter.com/sirjofri">Twitter</a></li>
@@ -29,12 +46,27 @@
 <li><a href="https://sirjofri.artstation.com">Artstation</a></li>
 <li><a href="https://devrant.com/users/sirjofri">DevRant</a></li>
 <li><a href="https://shadertoy.com/user/sirjofri">Shadertoy</a></li>
+<li><a href="https://gitlab.com/sirjofri">Gitlab</a></li>
+<li><a href="https://github.com/sirjofri">GitHub</a></li>
+<li><a href="https://discordapp.com">Discord</a>: <code>sirjofri#0341</code></li>
 </ul>
+</section>
+<section>
+<header>
+<h2>What I do</h2>
+<b>Projects, Concepts, …</b>
+</header>
+<ul>
+<li></li>
+</ul>
+</section>
+</main>
 <hr>
 <footer>
-<ul>
-<li><a href="/index.html">Homepage</a></li>
-<li><a href="/imprint.html">Imprint (german)</a></li>
+<a href="/">start</a> •
+<a href="/imprint/">imprint (german)</a>
+<br>
+© Copyright 2019 sirjofri
 </footer>
 </body>
 </html>