Added a preload for the fonts and image

This commit is contained in:
schnulller
2022-05-11 16:44:09 +02:00
parent c87a8513ab
commit dc148f6db1
5 changed files with 964 additions and 473 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,19 @@
<meta name="description" content="Internationales Hamann-Kolloquium. Tagung für Interessierte und Forscher zum Philosophen Johann Georg Hamann."> <meta name="description" content="Internationales Hamann-Kolloquium. Tagung für Interessierte und Forscher zum Philosophen Johann Georg Hamann.">
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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</title> <title>Internationales Hamann-Kolloquium</title>
<script type="module" src="/main.ts"></script> <script type="module" src="/main.ts"></script>
</head> </head>

View File

@@ -7,6 +7,19 @@
/> />
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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 Kolloquien</title> <title>Internationales Hamann-Kolloquium Kolloquien</title>
<script type="module" src="/main.ts"></script> <script type="module" src="/main.ts"></script>
</head> </head>

View File

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

View File

@@ -1,61 +1,82 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de" class="h-100 w-100"> <html lang="de" class="h-100 w-100">
<head>
<head> <meta
<meta name="description" content="Internationales Hamann-Kolloquium. Tagung für Interessierte und Forscher:innen zum Philosophen Johann Georg Hamann."> name="description"
content="Internationales Hamann-Kolloquium. Tagung für Interessierte und Forscher:innen zum Philosophen Johann Georg Hamann."
/>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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 Studien</title> <title>Internationales Hamann-Kolloquium Studien</title>
<script type="module" src="/main.ts"></script> <script type="module" src="/main.ts"></script>
</head> </head>
<body class="w-100 h-100"> <body class="w-100 h-100">
<ha-menu></ha-menu> <ha-menu></ha-menu>
<div class="ha-maincolumn"> <div class="ha-maincolumn">
<h1>Hamann-Studien</h1> <h1>Hamann-Studien</h1>
<p> <p>Hg. v. Eric Achermann, Johann Kreuzer und Johannes von Lüpke</p>
Hg. v. Eric Achermann, Johann Kreuzer und Johannes von Lüpke <p>
</p> <span class="acta-title font-bold">Hamann-Studien 1</span><br />
<p> <span class="acta-lit"
<span class="acta-title font-bold">Hamann-Studien 1</span><br /> >Hamanns Briefwechsel. Acta des Zehnten Internationalen
<span class="acta-lit">Hamanns Briefwechsel. Acta des Zehnten Internationalen Hamann-Kolloquiums an der Hamann-Kolloquiums an der Martin-Luther-Universität Halle-Wittenberg
Martin-Luther-Universität Halle-Wittenberg 2010, hg. v. Manfred Beetz u. Johannes von Lüpke (Göttingen 2010, hg. v. Manfred Beetz u. Johannes von Lüpke (Göttingen 2016) [=
2016) [= Acta 2010]. Acta 2010].
</span> </span>
</p> </p>
<p> <p>
<span class="acta-title font-bold">Hamann-Studien 2</span><br /> <span class="acta-title font-bold">Hamann-Studien 2</span><br />
<span class="acta-lit">Anja Kalkbrenner: Anthropologie und Naturrecht bei Johann Georg Hamann (Göttingen <span class="acta-lit"
2016). >Anja Kalkbrenner: Anthropologie und Naturrecht bei Johann Georg
</span> Hamann (Göttingen 2016).
</p> </span>
<p> </p>
<span class="acta-title font-bold">Hamann-Studien 3</span><br /> <p>
<span class="acta-lit">Knut Martin Stünkel: Leibliche Kommunikation. Studien zum Werk Johann Georg Hamanns <span class="acta-title font-bold">Hamann-Studien 3</span><br />
(Göttingen 2018). <span class="acta-lit"
</span> >Knut Martin Stünkel: Leibliche Kommunikation. Studien zum Werk Johann
</p> Georg Hamanns (Göttingen 2018).
<p> </span>
<span class="acta-title font-bold">Hamann-Studien 4</span><br /> </p>
<span class="acta-lit">Johann Georg Hamann: Natur und Geschichte. Acta des Elften Internationalen <p>
Hamann-Kolloquiums an der Kirchlichen Hochschule Wuppertal/Bethel 2015, hg. v. Eric Achermann, Johann <span class="acta-title font-bold">Hamann-Studien 4</span><br />
Kreuzer u. Johannes von Lüpke (Göttingen 2020) [= Acta 2015]. <span class="acta-lit"
</span> >Johann Georg Hamann: Natur und Geschichte. Acta des Elften
</p> Internationalen Hamann-Kolloquiums an der Kirchlichen Hochschule
<p> Wuppertal/Bethel 2015, hg. v. Eric Achermann, Johann Kreuzer u.
<span class="acta-title font-bold">Hamann-Studien 5</span><br /> Johannes von Lüpke (Göttingen 2020) [= Acta 2015].
<span class="acta-lit">»… sind noch in der Mache«. Zur Bedeutung der Rhetorik in Hamanns Schriften. Acta des </span>
zwölften Internationalen Hamann-Kolloquiums in Heidelberg 2019, hg. v. Eric Achermann u. Janina Reibold </p>
(Göttingen 2021) [= Acta 2019]. <p>
</span> <span class="acta-title font-bold">Hamann-Studien 5</span><br />
</p> <span class="acta-lit"
<p> >»… sind noch in der Mache«. Zur Bedeutung der Rhetorik in Hamanns
<span class="acta-title font-bold">Hamann-Studien 6</span><br /> Schriften. Acta des zwölften Internationalen Hamann-Kolloquiums in
<span class="acta-lit">Joachim Ringleben: Rede, dass ich dich sehe (Göttingen 2021). Heidelberg 2019, hg. v. Eric Achermann u. Janina Reibold (Göttingen
</span> 2021) [= Acta 2019].
</p> </span>
</p>
<p>
<span class="acta-title font-bold">Hamann-Studien 6</span><br />
<span class="acta-lit"
>Joachim Ringleben: Rede, dass ich dich sehe (Göttingen 2021).
</span>
</p>
</div> </div>
<ha-footer></ha-footer> <ha-footer></ha-footer>
</body> </body>
</html>
</html>