ancient-greek.net/translations/index.php

50 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="Various modern translations and transliterations of Ancient Greek texts.">
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>Marvins Translations ancient-greek.net</title>
<?php include('header.php'); ?>
<hr>
</head>
2021-11-30 12:51:27 +00:00
<div class="heading-greek">
<h1>My Translations of Ancient Greek Texts</h1>
<h3>Ἁι τοῦ Κλεοφίλου μεταφράσεις</h3>
2021-11-26 14:38:51 +00:00
<i>Marvin's translations</i>
2021-11-28 13:13:33 +00:00
<img src="/media/imgs/StJerome.webp", width="250", height="250" onerror="this.onerror=null; this.src='/media/imgs/StJerome.jpg'" alt="" width="250" height="250">
2021-11-26 14:38:51 +00:00
<i>St. Jerome (translated the Bible into Latin) Jan Matsys, 1537</i>
</div>
<body>
<div class="article">
<p class="blocktext">One thing that the majority of students of ancient languages do is the translation of various texts. I always try to translate texts in a natural manner, so that they are both close to the original text but also do not sound odd or strange in English. Each individual works page will have its chapters in separate <i>.php</i> files with both the original Greek and a transliteration.</p>
</div>
<div class="column-center">
<h2>Texts</h2>
<div class="row">
<div class="column-2">
<h3><a href="didache/index.php" class="menu">The Didache Διδαχή</a></h3>
<p>An early Christian treatise.</p>
<h3><a href="histories1/index.php" class="menu">Herodotus Histories Ἱστορίαι Ἡροδότου (Book I)</a></h3>
<p>A work written by the <i>Father of History</i> detailing, amongst other things, the Greco-Persian Wars.</p>
</div>
<div class="column-2">
<h3><a href="GNT/index.php" class="menu">The Greek New Testament</a></h3>
<p>One of the holy books of Christianity in its original language.</p>
</div>
</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>