ancient-greek.net/blog/index.php

48 lines
1.8 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="Musings and articles about Ancient Greek.">
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>Musings, Articles and Blog ancient-greek.net</title>
<?php include('header.php'); ?>
</head>
<div class="heading-greek">
<h1>Ancient Greek Blog</h1>
<h3>Συγγραφαὶ ἐμοῦ</h3>
2021-11-26 14:38:51 +00:00
<i>My own writings</i>
2021-11-28 13:13:33 +00:00
<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">
2021-11-26 14:38:51 +00:00
<i>An excerpt of one of my translations from 2020 from H&Q.</i>
</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>
2021-12-07 15:50:53 +00:00
<?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
2021-11-26 14:38:51 +00:00
</html>