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

Upload New File

parent 2c1c87f1
No related branches found
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>Home</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>
<!-- Content -->
<section class="main">
<div class="container">
<div class="main-content">
<h1 class="animated-title">
<br>
Welcome to the <strong>Botanical Illustrations</strong> project!
</h1>
<p class="animated-text">
A dataset about botanical illustrations from the 19th century.
</p>
</div>
<div class="centered-image">
<img src="resources/background_bot_illustrations.jpg" alt="Botanical Illustrations">
</div>
</div>
</section>
<!-- Footer -->
<footer>
<p>2023W 070128-1 Methodological course - Analyzing Central Europe's Intellectual Heritage <br>
Made by Maximilian Berens 2023</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