75 lines
3.1 KiB
PHP
75 lines
3.1 KiB
PHP
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
<meta charset="utf-8">
|
||
<link rel="preload" as="style" href="CSS/styles.css">
|
||
<link rel="stylesheet" href="CSS/styles.css">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta name="description" content="A short overview of my current projects.">
|
||
<title>My projects – ancient-greek.net</title>
|
||
|
||
<?php include('header.php'); ?>
|
||
<fieldset class="separator-styled radius">
|
||
<legend align="center">
|
||
<img src="/media/icons/amphora-2.png">
|
||
ΤΙ ΠΡΑΤΤΩ ΝΥΝ;
|
||
<img src="/media/icons/amphora-2.png">
|
||
</legend>
|
||
</fieldset>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="heading-greek">
|
||
<h1>My projects</h1>
|
||
<h3>Τίνες εἰσὶν ἁι βουλαί μου;</h3>
|
||
<i>What are my projects?</i>
|
||
<img src="/media/imgs/paul_writing.webp", width="280", height="150" onerror="this.onerror=null; this.src='/media/imgs/paul_writing.jpg'" alt="" width="280" height="150">
|
||
<i>Saint Paul Writing His Epistles — 1618 – 1620, Valentin de Boulogne</i>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div>
|
||
<div class="article">
|
||
<h2>Projects</h2>
|
||
<p>Indeed, what use is the learning of a foreign language if you do not use it to create something? This, at least, is what I believe; and, therefore, I work on several projects most of the time which relate to my study of the Ancient Greek language. This page contains information regarding the projects I am working on and the (approximate) date on which I began my work. I you have any suggestions or ideas, feel free to contact me and tell me!</p>
|
||
<p>Please note, however, that I do not work on my projects in any particular order; instead, I work on them as I feel like working on them.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="separator">
|
||
<img src="/media/icons/shield-1.png">
|
||
ΠΕΡΙ ΤΩΝ ΒΟΥΛΩΝ ΜΟΥ
|
||
<img src="/media/icons/shield-1.png">
|
||
</div>
|
||
|
||
<div class="column-center">
|
||
<div class="row">
|
||
<div class="column-2">
|
||
<h2>Current projects</h2>
|
||
<ul style="padding: 0px;">
|
||
<li>Reading the <a href="/shelf/physical/readersedition.php">New Testament</a> (January 2021)</li>
|
||
<li>Translating <a href="/translations/histories1/index.php">Herodotus’ Histories</a> (April 2021)</li>
|
||
<li>Reading the <a href="/shelf/physical/readerseditionot.php">Septuaginta</a> (May 2021)</li>
|
||
<li>Translating <a href="/translations/GNT/gospels/john/index.php">The Gospel of John</a> (August 2021)</li>
|
||
<li>Translating <a href="/translations/GNT/generalepistles/index.php">The Epistles of John</a> (August 2021)</li>
|
||
<li>Recording <a href="/audio.php">audio books</a> for various texts (May 2022)</li>
|
||
</ul>
|
||
</div>
|
||
<div class="column-2">
|
||
<h2>Finished projects</h2>
|
||
<ul style="padding: 0px;">
|
||
<li>Translating the <a href="/translations/GNT/apocalypse/index.php">Apocalypse of John</a> (May-August 2021)</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
|
||
|
||
</body>
|
||
</html>
|