From 2b0471c31c1fab726cd6981b8c88283f87bd3787 Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Wed, 8 Dec 2021 10:29:14 +0100 Subject: [PATCH] Update about.php, add header, update CSS --- CSS/styles.css | 7 +++++++ about.php | 6 +++--- footer.php | 2 +- vocab/index.php | 8 +++++++- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CSS/styles.css b/CSS/styles.css index 7597f52..ec25e6f 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -794,3 +794,10 @@ img.no { border-top-left-radius: 0; border-top-right-radius: 0; } + +.separator-styled.footer { + border-top: none; + border-radius: 12px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} \ No newline at end of file diff --git a/about.php b/about.php index 11d1334..220aa0d 100644 --- a/about.php +++ b/about.php @@ -24,7 +24,7 @@

About ancient-greek.net

-

Γράφω λόγους περὶ τῆς ταύτης ἀρχῆς

+

Γράφω λόγους τινὰς περὶ τῆς ταύτης ἀρχῆς

I write a few words about this realm Relief of a seated poet (Menander) with masks of New Comedy, 1st century B.C. @@ -92,7 +92,7 @@
Creation on the exterior (shutters) of The Garden of Earthly Delights — 1480 – 1490, Hieronymus Bosch
-

I am also a great fan of images and visual content in general; you will, therefore, find a picture on virtually any page and most articles will contain several pictures relating to the topic being discussed within said article. I always take the utmost care, to make certain that every graphic I use can be used by me without any further issues; should you, however, find that an image you find hereon violates your — or someone else’s — copyright, then I would like to ask you to send me an email.

+

I am also a great fan of images and visual content in general; you will, therefore, find a picture on virtually any page and most articles will contain several pictures relating to the topic being discussed within said article. I always take the utmost care to make certain that every graphic I use can be used by me without any further issues; should you, however, find that an image you find hereon violates your — or someone else’s — copyright, then I would like to ask you to send me an email.

Why was the site created?

You might now understandably be wondering why anyone would create a website such as this one in the year 2021, where there exist a myriad of websites on every conceivable topic; and the majority of aforesaid websites have a much higher budget and a much bigger audience. Aside from my hating the majority of the modern Web and its focus on money, bloatedness and mobile-first approaches, I find that there needs to be more websites made as websites were made in the days of old.

@@ -112,7 +112,7 @@

I also write every single piece of code powering the website myself — barring the occasional help I get from various friends whose knowledge of Web development is far greater than mine. I always want to know exactly how my website functions, not only because that makes maintaining it a much easier affair, but also because it means that I always know what data is collected — namely none.

-

It is hosted on a virtual server at present, but I do have plans of moving it to a small, dedicated server in my home, instead. However, due to problems with my connection type — DS-Lite —, I cannot easily have people access my internal network via IPv4; there are workarounds, but I have yet to get the time for me to be able to take a closer look at them.

+

This site used to be hosted on a virtual server by a German company called Strato; as I am, however, a fan of independence, I have, over time, moved my website to a Raspberry Pi 4 which is located in my apartment. Its relocating to my apartment took place shortly after my upgrading my Internet connection speed to 1 Gbit/s, ensuring that page load times are not impacted. The DNS I use is Cloudflare, which make it very easy to hide your actual IP address and which includes an IPv4 tunnel, so that those who do not have IPv6 can still access my IPv6-only website.

Navigating the website should be a simple matter. The three buttons at the top take you to either the Agora and the Contact or About pages. The Agora serves as this site’s menu or hub and it is whither you should return if you wish to enter a different part of the site than the one you are currently dwelling within. The Agora’s pages are grouped into categories, which each have their own heading with two underlines. Below aforesaid headings, you find links to the different pages you can navigate to with a short description about what you might find therein underneath them.

diff --git a/footer.php b/footer.php index 25982c9..6a9d049 100644 --- a/footer.php +++ b/footer.php @@ -1,5 +1,5 @@