diff options
Diffstat (limited to 'info.html')
| -rw-r--r-- | info.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/info.html b/info.html new file mode 100644 index 00000000..c69c52d9 --- /dev/null +++ b/info.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html lang="en"> + + <style> + p { text-align: center; max-width: 500px; margin:auto; } + + .book { + margin-bottom: 30px; + } + + .book>p { + font-style: italic; + padding: 0; + } + </style> + + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Ramaekers - Laeven family</title> + <link rel="stylesheet" type="text/css" href="main.css"> + </head> + <body> + <main> + <br> + <div class="navbar"> + <ul> + <li><a href="index.html"> Home </a></li> + <li><a href="names.html"> Names </a></li> + <li><a href="photos.html"> Photos </a></li> + <li><a href="info.html"> Info </a></li> + <li><a href="literature.html"> Literature </a></li> + </ul> + </div> + <br> + <br> + <p> + This collection of images, names and information is the result of years of research in the archives of Maastricht and its surroundings. + The parish registers of Houthem, Hulsberg, Klimmen, Schin op Geul, Wijlre, Oud Valkenburg, and Valkenburg have been incorporated into the database. + </p> + <br> + <p> + Research was done by Zef Ramaekers, I. Thal-Steijns en C. De Maeijer. + </p> + <br> + <p> + Originally this information was available on www.zeframaekers.nl and ramaekers.fotol.nl, + both of which have gone offline after Zef Ramaekers passing in september of 2020. + Luckily this information was not lost as I had made a backup of both websites in 2018. + </p> + <br> + </main> + </body> +</html> |
