Fix font names in CSS, fix footers, add text

master
Marvin Johanning 2022-02-19 16:27:10 +01:00
parent f68665498b
commit 7f7801a210
4 changed files with 11 additions and 12 deletions

View File

@ -195,14 +195,14 @@ a {
color: var(--colour4);
text-decoration: underline;
font-variant: small-caps;
font-family: MerriweatherSans;
font-family: serif;
font-size: 18px;
}
a.denied {
color: var(--colour1);
text-decoration: line-through;
font-family: MerriweatherSans;
font-family: serif;
font-variant: small-caps;
cursor: not-allowed;
font-size: 20px;
@ -210,7 +210,7 @@ a.denied {
a.menu {
color: var(--colour1);
font-family: MerriweatherSans;
font-family: serif;
font-variant: small-caps;
font-size: 20px;
}
@ -220,7 +220,7 @@ a.menu a.list {
}
a.menu i {
font-family: MerriweatherSans;
font-family: serif;
}
a:hover {
@ -394,7 +394,7 @@ img.thumbnail {
}
h1, h2, h3, h4, h5, h6 {
font-family: MerriweatherSans;
font-family: serif;
}
.column {

View File

@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="description"
content="An article on how to pronounce the Ancient Greek language.">
<title>How to pronounce Ancient Greek?</title>
content="An article on how to pronounce the Ancient Greek language and the various ways of pronuncing it.">
<title>How to pronounce Ancient Greek? ancient-greek.net</title>
<link rel="preload" as="style" href="/CSS/styles.css">
<link rel="stylesheet" href="/CSS/styles.css">
@ -20,7 +20,7 @@
<h3>Τὴν ἀρχαίαν Ἑλληνικὴν γλῶτταν πῶς φθέγγῃ;</h3>
<i>How should you pronounce the Ancient Greek language?</i>
<img src="/media/imgs/general/pronunciation_1_resize.webp", width="400", height="400" onerror="this.onerror=null; this.src='/media/imgs/general/pronunciation_1_resize.jpg'" alt="" width="400" height="400">
<i>Part of the pronunciation guide found in Hansen and Quinns <q>Greek: An Intensive Course</q></i>
<i>Part of the pronunciation guide found in Hansen and Quinns <q>Greek: An Intensive Course</q></i>
</div>
<body>
@ -64,8 +64,7 @@
<h3>The Erasmian pronunciation (or: How not to do it)</h3>
<p>As previously mentioned, the most commonly-taught pronunciation of Ancient Greek is the so-called Erasmian pronunciation at least in most Western countries that I know of. It does somewhat resemble the pronunciation of Athenian Ancient Greek during the classical period, but with a few differences. Additionally, it is also important to note that there is not really <i>one</i> Erasmian pronunciation but rather many and they tend to be influenced by the native / majority language of the country it is taught in.</p>
<p>Using a rather popular
<p>Let us look at a few examples from the pronunciation guide of a rather popular book for learning Ancient Greek, namely Hansen and Quinns rather infamous <q>Greek: An Intensive Course</q> (which I have previously <a href="/shelf/physical/hq.php">written about</a>). Its recommended pronunciation is rather bad in my opinion and I, thus, thought it would be the perfect candidate to briefly glance at.</p>
</div>
<div class="footnote">

View File

@ -77,6 +77,6 @@
</body>
<footer>
<?php include("footer.php"); ?>
<?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer>
</html>

View File

@ -48,6 +48,6 @@
</body>
<footer>
<?php include("footer.php"); ?>
<?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer>
</html>