Files
hamann-kolloquium/kontakt.html
Simon Martens 54074f8ad7 Initial commit
2023-01-30 11:49:15 +01:00

72 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de" class="h-100 w-100">
<head>
<meta
name="description"
content="Internationales Hamann-Kolloquium. Tagung für Interessierte und Forscher:innen zum Philosophen Johann Georg Hamann."
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="preload"
href="/src/fonts/LinLibertine_R.woff"
as="font"
crossorigin
/>
<link
rel="preload"
href="/src/fonts/LinLibertine_RB.woff"
as="font"
crossorigin
/>
<link rel="preload" href="/src/img/subtlenet2.png" as="image" />
<title>Internationales Hamann-Kolloquium Kontakt</title>
<script type="module" src="/main.ts"></script>
</head>
<body class="w-100 h-100">
<ha-menu></ha-menu>
<div class="ha-maincolumn">
<h1>Kontakt</h1>
<p>
<span class="acta-title font-bold"
>Prof. Dr. Eric Achermann (Münster)</span
><br />
<span class="acta-lit">
<a href="mailto:achermann@uni-muenster.de">
achermann@uni-muenster.de
</a>
</span>
</p>
<p>
<span class="acta-title font-bold">Dr. Janina Reibold (Heidelberg)</span
><br />
<span class="acta-lit">
<a href="mailto:janina.reibold@gs.uni-heidelberg.de">
janina.reibold@gs.uni-heidelberg.de
</a>
</span>
</p>
<p>
<span class="acta-title font-bold"
>Prof. Dr. Johann Kreuzer (Oldenburg)</span
><br />
<span class="acta-lit">
<a href="mailto:johann.kreuzer@uni-oldenburg.de">
johann.kreuzer@uni-oldenburg.de
</a>
</span>
</p>
<p>
<span class="acta-title font-bold"
>Prof. Dr. Johannes von Luepke (Wuppertal)</span
><br />
<span class="acta-lit">
<a href="mailto:johannes@vonluepke.de"> johannes@vonluepke.de </a>
</span>
</p>
</div>
<ha-footer></ha-footer>
</body>
</html>