-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
35 lines (35 loc) · 1.06 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Knowledge management FAIRification tool for conservation and restoration processes</title>
<link rel="icon" type="image/x-icon" href="pictures/CoffeeAndConservationLogo.png">
</head>
<body>
<header>
<h1>Knowledge management FAIRification tool for conservation and restoration processes</h1>
<hr>
</header>
<nav>
<a href="index.html">Introduction</a>
<a href="vocabulary.html">Vocabulary</a>
<!-- <a href="ontology.html">Ontology</a> -->
<a href="contact.html">Contact</a>
<br>
<center>
<img src="pictures/CoffeeAndConservationLogo2.png" alt="Coffee & Conservation" height="300" title="Coffee & Conservation" img>
</center>
</nav>
<main>
<article>
<section>
<h2>Contact</h2>
<p>
Fragen beantworten gern: Lasse Mempel-Länger, Kristina Fella und Nathaly Witt.
</p>
</section>
<aside> </aside>
</article>
</main>
<footer> </footer>
</body>
</html>