photo added

This commit is contained in:
Wolfgang Hottgenroth 2018-05-28 11:16:14 +02:00
parent 27d3fd02a5
commit 3d2d441fed
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267
4 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,9 @@
<!-- { "title": "About" } -->
<img class="floatright" src="files/IMG_6875_2-very-small.jpg"/>
<h1>About</h1>
Wolfgang Hottgenroth<br/>
@ -6,6 +11,8 @@ Eupenstr. 20<br/>
45259 Essen<br/>
<address>woho@hottis.de</address><br/>
<p>
This is a hobby-only homepage without any advertising or other commercial interests.
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
files/IMG_6875_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

View File

@ -62,3 +62,8 @@ body {
background-color: #ddd;
color: black;
}
.floatright {
float: right;
padding-top: 25px;
}