Initial commit

This commit is contained in:
Simon Martens
2023-01-30 11:49:15 +01:00
commit 54074f8ad7
60 changed files with 4293 additions and 0 deletions

71
kontakt.html Normal file
View File

@@ -0,0 +1,71 @@
<!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>