source code of my own homepage available here
consists mainly of HTML and CSS
to run it locally build the docker image and start it like the following
docker build -t homepage .
docker run -d -p 80:8080 -v /PATH/TO/REPO/:/var/www/sprlng.de homepage