ancient-greek.net/shelf/physical/index.php

67 lines
2.9 KiB
PHP
Raw Normal View History

2021-11-26 14:38:51 +00:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="description" content="Reviews of the books about and in Ancient Greek that I physically own.">
2021-11-28 12:33:45 +00:00
<link rel="preload" as="style" href="/CSS/styles.css">
<link rel="stylesheet" href="/CSS/styles.css">
2021-11-26 14:38:51 +00:00
<title>My Physical Shelf ancient-greek.net</title>
<?php include('header.php'); ?>
<hr>
</head>
2021-11-30 11:56:20 +00:00
<div class="heading-greek">
<h1>My Ancient Greek Books (Physical)</h1>
<h3>Τὰ βιβλία μου τῷ τὴν γλῶτταν μαθεῖν καὶ ἀναγνῶσαι</h3>
2021-11-26 14:38:51 +00:00
<i>My books for learning and reading the language</i>
2021-11-28 13:13:33 +00:00
<img src="/media/imgs/shelf.webp", width="400", height="400" onerror="this.onerror=null; this.src='/media/imgs/shelf.jpg'" alt="" width="400" height="400">
2021-11-26 14:38:51 +00:00
</div>
<body>
<div class="article">
<p class="blocktext">Welcome to my shelf. This page contains some information regarding the various books that I physically own that have something to do with either <i>learning</i> or <i>reading</i> this fascinating language. As my collection, inevitably, grows, this page will be updated; and I therefore recommend you come back here every so often if you wish to receive some information regarding some resources for learning and reading this language.</p>
</div>
<div class="row">
<div class="column">
<h2>Textbooks</h2>
<h3><a href="hq.php" class="menu">Hansen & Quinns <i>Greek, An Intensive Course</i></a></h3>
<p>Information on one of the most (in)famous book for learning Attic Greek.</p>
<h3><a href="readinggreek.php" class="menu">JACTs <i>Reading Greek</i></a></h3>
<p>Some information regarding my main book for studying the language with some comments regarding Hansen and Quinn.</p>
<h3><a href="germanbook.php" class="menu">Random German book found at the library</a></h3>
<p>Some information regarding a book I found at the library simply titled <q>Die griechische Sprache</q></p>
</div>
<div class="column">
<h2>Prose / poetry books (stuff to read)</h2>
<h3><a href="itathenaze.php" class="menu">Italian Athenaze</a></h3>
<p>Some information about the Italian Athenaze.</p>
<h3><a href="novumtestamentum.php" class="menu">Nestle-Aland Novum Testamentum Graece</a></h3>
<p>The New Testament in its original language Koine Greek.</p>
<h3><a href="readersedition.php" class="menu">The Greek New Testament. A Readers Edition</a></h3>
<p>A readers edition of the Greek New Testament; perfect for (lower-)intermediate students.</p>
<h3><a href="readerseditionot.php" class="menu">Septuaginta: A Readers Edition</a></h3>
<p>A readerss edition of the Greek Old Testament (Septuaginta); one of my favourites.</p>
</div>
<div class="column">
<h2>Others</h2>
</div>
</div>
</body>
<footer>
<?php include('footer.php'); ?>
</footer>
</html>