ancient-greek.net/blog/index.php

50 lines
1.7 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="description" content="Musings and articles about Ancient Greek.">
<link rel="preload" as="style" href="/CSS/styles.css">
<link rel="stylesheet" href="/CSS/styles.css">
<title>Musings, Articles and Blog ancient-greek.net</title>
<?php include('header.php'); ?>
<hr>
</head>
<div align="center">
<h1 style="margin-bottom: 0;">Συγγραφαὶ ἐμοῦ</h1>
<i>My own writings</i>
<br><br>
<img src="/media/imgs/my_writing.webp", width="350", height="350" onerror="this.onerror=null; this.src='/media/imgs/my_writing.jpg'" alt="" width="350" height="350">
<br>
<i>An excerpt of one of my translations from 2020 from H&Q.</i>
<br><br>
</div>
<body>
<div class="article">
<p class="blocktext">On here you will mostly find articles, musings and <q>blog posts</q> about the Greek language. I have attempted to separate them by year so that there will not, after a while, be one page filled with dozens upon dozens of links, making it impossible to navigate through them. I will be updating this page in very irregular intervals, but I do, nonetheless, encourage you to check back from time to time.</p>
</div>
<div class="column-center">
<h2>Articles by topic</h2>
<div class="row">
<a class="menu" href="christianity/index.php">Christianity</a>
</div>
</div>
<div class="column-center">
<h2>Articles by year</h2>
<div class="row">
<a class="menu" href="2021/index.php">2021</a>
<a class="menu" href="2020/index.php">2020</a>
</div>
</div>
</body>
<footer>
<?php include('footer.php'); ?>
</html>