summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/index.html97
-rw-r--r--index.xml9
-rw-r--r--sitemap.xml2
3 files changed, 108 insertions, 0 deletions
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000..310b03f
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,97 @@
+<!DOCTYPE html>
+<html lang="en-us">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>About jaseg | jaseg.de</title>
+ <link rel="stylesheet" href="/css/style.css" />
+ <link rel="stylesheet" href="/css/fonts.css" />
+
+ <header>
+
+
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css">
+ <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
+ <script>hljs.initHighlightingOnLoad();</script>
+ <nav>
+ <ul>
+
+
+ <li class="pull-left ">
+ <a href="https://blog.jaseg.de/">/home/jaseg.de</a>
+ </li>
+
+
+
+
+ </ul>
+ </nav>
+</header>
+
+ </head>
+
+ <body>
+ <br/>
+
+<div class="article-meta">
+<h1><span class="title">About jaseg</span></h1>
+
+
+<p class="terms">
+
+
+
+
+
+</p>
+</div>
+
+
+
+<main>
+<div class="document" id="about">
+<h1 class="title">About</h1>
+
+<p>foo</p>
+</div>
+</main>
+
+ <footer>
+
+<script>
+(function() {
+ function center_el(tagName) {
+ var tags = document.getElementsByTagName(tagName), i, tag;
+ for (i = 0; i < tags.length; i++) {
+ tag = tags[i];
+ var parent = tag.parentElement;
+
+ if (parent.childNodes.length === 1) {
+
+ if (parent.nodeName === 'A') {
+ parent = parent.parentElement;
+ if (parent.childNodes.length != 1) continue;
+ }
+ if (parent.nodeName === 'P') parent.style.textAlign = 'center';
+ }
+ }
+ }
+ var tagNames = ['img', 'embed', 'object'];
+ for (var i = 0; i < tagNames.length; i++) {
+ center_el(tagNames[i]);
+ }
+})();
+</script>
+
+
+ <div id="license-info">
+ &#169;2020 by Jan Götte. This work is licensed under
+ <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>.
+ </div>
+ <div id="imprint-info">
+ <a href="/imprint">Impressum und Haftungsausschluss und Datenschutzerklärung</a>.
+ </div>
+ </footer>
+ </body>
+</html>
+
diff --git a/index.xml b/index.xml
index 37adb99..f4ddb5b 100644
--- a/index.xml
+++ b/index.xml
@@ -83,6 +83,15 @@ If you have done low-level microcontroller firmware you will regularly have had
</item>
<item>
+ <title>About jaseg</title>
+ <link>https://blog.jaseg.de/about/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://blog.jaseg.de/about/</guid>
+ <description>About foo</description>
+ </item>
+
+ <item>
<title>Impressum</title>
<link>https://blog.jaseg.de/imprint/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
diff --git a/sitemap.xml b/sitemap.xml
index db27184..88c220f 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -32,6 +32,8 @@
<loc>https://blog.jaseg.de/posts/led-characterization/</loc>
<lastmod>2018-05-02T11:18:38+02:00</lastmod>
</url><url>
+ <loc>https://blog.jaseg.de/about/</loc>
+ </url><url>
<loc>https://blog.jaseg.de/categories/</loc>
</url><url>
<loc>https://blog.jaseg.de/imprint/</loc>