Files
homepage/index.html
2018-05-02 14:06:34 +02:00

72 lines
928 B
HTML

<html>
<head>
<title>my homepage</title>
</head>
<body>
<h1>Projects - just for fun</h1>
<h2>Overview</h2>
<ul>
<li> - <a href="./pages/impressum/article.html">Impressum</a></li>
<li> - <a href="./pages/keys/article.html">Keys</a></li>
<li>2013-06-26 - <a href="./posts/2013-06-26.01/article.html">A Web-controlled Picture Frame</a></li>
<li>2013-06-27 - <a href="./posts/2013-06-27.01/article.html">Children Protection for Postfix-based EMail-Server</a></li>
</ul>
<h2>Abstracts</h2>
<p>
<h3>2013-06-26 - A Web-controlled Picture Frame</h3>
A father-and-son weekend project with an Arduino, a stepper motor and a couple of family photos.<br/>
<a href="./posts/2013-06-26.01/article.html">read more</a>
</p>
<p>
<h3>2013-06-27 - Children Protection for Postfix-based EMail-Server</h3>
<br/>
<a href="./posts/2013-06-27.01/article.html">read more</a>
</p>
</body>
</html>