Compare commits

..

4 Commits

Author SHA1 Message Date
2e5c9d7683 Add structured data. 2020-01-14 21:39:23 +01:00
97c8ccba49 Update sitemap. 2019-12-29 14:04:53 +01:00
93bb917849 Change Piwik to Matomo. 2019-12-29 14:04:33 +01:00
f40c1df876 Elaobrate on coding experience. 2019-12-29 14:01:58 +01:00
4 changed files with 41 additions and 9 deletions

View File

@ -1,7 +1,7 @@
.PHONY: upload
upload: assets/main.css sitemap.xml
rsync -r --exclude .git/ --exclude src/ --exclude node_modules/ . doktorkraus.de:/var/www/bovender
rsync -rv --exclude .git/ --exclude src/ --exclude node_modules/ . bovender.de:/var/www/bovender/
assets/main.css: src/component.scss src/config.scss src/bovender.scss
yarn exec webpack

View File

@ -20,6 +20,27 @@
<meta property="profile:last_name" content="Kraus">
<meta property="profile:username" content="bovender">
<meta property="profile:gender" content="male">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"familyName": "Kraus",
"givenName": "Daniel",
"description": "bovender",
"jobTitle": "attending physician",
"worksFor": {
"@type": "Organization",
"legalName": "Universitätsmedizin Mainz",
"department": "1st Department of Internal Medicine",
"url": "https://www.unimedizin-mainz.de"
},
"hasOccupation": {
"@type": "Occupation",
"description": "internist/nephrologist",
"url": "https://www.unimedizin-mainz.de"
}
}
</script>
</head>
<body>
<div class="container my-3">
@ -131,6 +152,18 @@
<div class="page-header">
<h2>Programming</h2>
</div>
<p>
Coding has been my favorite pastime since I was a kid. Starting
with a very simple programmable calculator, I advanced via C-64 and
C-128 to IBM-compatible PCs. In the golden C-64 days, I used to
program in Commodore BASIC, then went on to Borland Turbo Pascal
for MS-DOS, Visual Basic for Applications, a little Python and some
PHP, and mostly Ruby on Linux-based systems and C# on Windows in
recent years, not to forget HTML/CSS and HAML. I also have some
experience in R as well as systems automation with Ansible. In
fact, I use Ansible to manage my personal laptop and servers as
well as some family computers.
</p>
<p>
A selection of my projects:
</p>
@ -306,7 +339,6 @@ sudo apt-get install create-changelog</code></pre>
</div>
<script src="js/matomo.js"></script>
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
</body>
</html>
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->

View File

@ -29,7 +29,8 @@
<div class="col-xl col-md-6 mt-2" lang="de">
<p>
Auf <code>www.bovender.de</code> erfolgt keine Verarbeitung personenbezogener Daten.
Besuche dieser Seite werden anonymisiert statistisch erfaßt (<a href="/piwik">www.bovender.de/piwik</a>);
Besuche dieser Seite werden anonymisiert statistisch erfaßt
(<a href="/matomo">www.bovender.de/matomo</a>);
dabei wird mittels Verkürzung der IP-Adresse des Besuchers auf 2 von 4 Bytes eine
persönliche Identifizierung unmöglich gemacht. Tracking-Cookies werden nicht eingesetzt.
</p>
@ -38,7 +39,7 @@
<p>
<code>www.bovender.de</code> does not collect or process
personal data. Visits to the site are recorded in an
anonymous fashion (<a href="/piwik">www.bovender.de/piwik</a>) with IP
anonymous fashion (<a href="/matomo">www.bovender.de/matomo</a>) with IP
addresses shortened to 2 out of 4 bytes, which makes it
impossible to identify individual visitors.
This site does not use tracking cookies.
@ -47,7 +48,6 @@
</div>
</div>
<script src="js/matomo.js"></script>
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
</body>
</html>
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->

View File

@ -1,13 +1,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.bovender.de/</loc>
<lastmod>2019-12-28</lastmod>
<lastmod>2020-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.bovender.de/privacy.html</loc>
<lastmod>2019-12-28</lastmod>
<lastmod>2020-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>