From faf89982efd7ab0ef142c1a8e789d29b59c4f828 Mon Sep 17 00:00:00 2001 From: Maximilian Berens <a12250229@unet.univie.ac.at> Date: Thu, 29 Feb 2024 18:43:31 +0000 Subject: [PATCH] Upload New File --- about.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..a0e6597 --- /dev/null +++ b/about.html @@ -0,0 +1,51 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>About</title> + <link rel="stylesheet" href="./resources/css/style.css"> +</head> +<body> + <!-- Header --> + <header> + <div class="logo"> + <a href="index.html" style="text-decoration: none; color: inherit;"><h1>ÖNB</h1></a> + </div> + <nav> + <ul> + <li><a href="index.html">Home</a></li> + <li><a href="about.html">About</a></li> + <li><a href="data.html">Data</a></li> + <li><a href="contact.html">Contact</a></li> + </ul> + </nav> + <div class="results-button"> + <a href="#">test</a> + </div> + </header> + + <!-- Article --> + <div class="about-page"> + <div> + <p>The Botanical Illustrations dataset consists of data which was digitized by the ÖNB in 2015 and joined to a ÖNB Digital collection in 2020. It is publicly available as open data since 2023. All in all, the dataset consists of 1855 images of botanical illustrations, mostly using the gouache technique, from the 19th century and their adjacent metadata. </p> + <br> + <img src="resources/burggartenfranz.jpg" alt="Emperor Franz at the Burggarten" class="imgTextleft"> + <!--<img src="resources/5b.png" alt="Botanical Illustration" class="imgTextright"> --> + <p>The illustrations were painted by Johann Jebmayer (1770-1858), Matthias Schmutzer (1751-1824) and Leopold Brunner (1788-1866), artists who were commissioned by the Habsburgian emperor Franz I. and his successor Ferdinand I.</p> + <br> + <p>A new role emerged: Court Botanical Painter. Emperor Franz II established the position of Court Botanical Painter to capture the plant and animal life of the imperial gardens in large-scale watercolors.</p> + <br> + <p>The goal was to paint the various plants in the botanical garden behind the Hofburg. The garden was commissioned by emperor Franz I./II. and is nowadays known as the Burggarten.</p> + <br> + </div> + </div> + + + <!-- Footer --> + <footer> + <p>2023W 070128-1 Methodological course - Analyzing Central Europe's Intellectual Heritage <br> + Made by Maximilian Berens</p> + </footer> +</body> +</html> \ No newline at end of file -- GitLab