Skip to content
Snippets Groups Projects
Commit 3b448128 authored by Maximilian Berens's avatar Maximilian Berens
Browse files

Upload New File

parent faf89982
Branches
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</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>
<!-- Contact -->
<div class="contact-page">
<p>This project was created for the methodological course <i>Analyzing Central Europe's Intellectual Heritage</i> at the University of Vienna in collaboration with the Austrian National Library.</p>
<br>
<p>The dataset used for this project is the <i>Botanical Illustrations</i> dataset provided by the Austrian National Library: <br>
ONB Labs: Dataset Botanical Illustrations, https://labs.onb.ac.at/datasets/botanical-illustrations/</p>
License: <a href="https://creativecommons.org/publicdomain/zero/1.0/">https://creativecommons.org/publicdomain/zero/1.0/</a>
<br><br>
<p>If you have any questions or inquiries about this project, please contact <a href="mailto:a12250229@unet.univie.ac.at"><strong>Maximilian Berens</strong></a>.</p>
<br><br>
<img src="resources/ONB_Logo_Schwarz_Outline.png" alt="OENBlogo">
</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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment