ancient-greek.net/texts/index.php

44 lines
2.1 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="My own letters written in Ancient Greek with translation and transliteration.">
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-12-24 13:48:52 +00:00
<script defer data-domain="ancient-greek.net" src="https://analytics.ancient-greek.net/js/plausible.js"></script>
2021-11-26 14:38:51 +00:00
<title>Marvins Greek Letters ancient-greek.net</title>
<?php include('header.php'); ?>
</head>
2021-11-30 12:51:27 +00:00
<div class="heading-greek">
<h1>Letters written in Ancient Greek</h1>
<h3>Αἱ ἐπιστολαὶ Κλεοφίλου</h3>
2021-11-26 14:38:51 +00:00
<i>Marvin's letters</i>
</div>
<body>
<div class="article">
<p class="blocktext">Composition is, of course, an integral part of learning a language and one that should not be ignored. I have, thus, taken up the habit of writing <q>letters</q> and other types of prose in Ancient Greek to help me work on this aspect of language learning. A lot of these will undoubtedly have countless grammatical errors, but it is a fun occupation which also helps me, although slowly, improve my grammar and even reading comprehension. Thus, you will be able to find those aforementioned prose works of mine here in the original Ancient Greek with both a transliteration and a translation.</p>
</div>
<div class="row">
<div class="column-2">
<h2>Fictional</h2>
<h3><a href="letters/copper.php" class="menu">Ἐπιστολὴ αʹ Περὶ τοῦ χαλκοῦ</h3></a>
</div>
<div class="column-2">
<h2>Others</h2>
<h3><a href="letters/language.php" class="menu">Ἐπιστολὴ βʹ Περὶ τῶν γλωττῶν αʹ</h3></a>
<h3><a href="letters/language2.php" class="menu">Ἐπιστολὴ γʹ Περὶ τῶν γλωττῶν βʹ</h3></a>
<h3><a href="letters/oldwords.php" class="menu">Ἐπιστολὴ εʹ Περὶ τοῦ ἀκοῦσαι τοὺς λόγους τῶν παλαιῶν</h3></a>
</div>
</div>
<footer>
2021-12-07 15:50:53 +00:00
<?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
2021-11-26 14:38:51 +00:00
</html>