Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
botanical_illuststrations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maximilian Berens
botanical_illuststrations
Commits
22086dda
Commit
22086dda
authored
1 year ago
by
Maximilian Berens
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
2c1c87f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+58
-0
58 additions, 0 deletions
index.html
with
58 additions
and
0 deletions
index.html
0 → 100644
+
58
−
0
View file @
22086dda
<!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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment