diff --git a/docroot/pages/about.pag b/docroot/pages/about.pag index fe8eaac..0e3fdc4 100644 --- a/docroot/pages/about.pag +++ b/docroot/pages/about.pag @@ -1,4 +1,9 @@ + + + + +

About

Wolfgang Hottgenroth
@@ -6,6 +11,8 @@ Eupenstr. 20
45259 Essen
woho@hottis.de

+ +

This is a hobby-only homepage without any advertising or other commercial interests.

diff --git a/files/IMG_6875_2-very-small.jpg b/files/IMG_6875_2-very-small.jpg new file mode 100644 index 0000000..6e8e783 Binary files /dev/null and b/files/IMG_6875_2-very-small.jpg differ diff --git a/files/IMG_6875_2.jpg b/files/IMG_6875_2.jpg new file mode 100644 index 0000000..498458e Binary files /dev/null and b/files/IMG_6875_2.jpg differ diff --git a/files/default.css b/files/default.css index d2d661e..15ac364 100644 --- a/files/default.css +++ b/files/default.css @@ -62,3 +62,8 @@ body { background-color: #ddd; color: black; } + +.floatright { + float: right; + padding-top: 25px; +} \ No newline at end of file