diff --git a/CSS/styles.css b/CSS/styles.css index f27556a..328d683 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -711,4 +711,17 @@ div.heading-greek { .greek-font { font-family: "Vollkorn"; +} + +.separator img { + width: 18px; + padding-bottom: 5px; +} + +.separator img:nth-of-type(1) { + padding-right: 2px; +} + +.separator img:nth-of-type(2) { + padding-left: 2px; } \ No newline at end of file diff --git a/about.php b/about.php index 4855f48..6d1cfd6 100644 --- a/about.php +++ b/about.php @@ -83,7 +83,7 @@

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 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.

+

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.

I therefore decided to create this nice little corner of the Web, in the hopes of finding other people that agree with my sentiment that most modern sites are too bloated for their own good; and that most sites nowadays focus more on having a cool design, but do not take into account what is most important: content.

diff --git a/index.php b/index.php index 73b7991..8c5ba40 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,11 @@ Agora (Home page) — ancient-greek.net (Ancient Greek) -
ΕΛΛΗΝΙΖΩΜΕΝ, Ω ΦΙΛΕ ΜΟΥ
+
+ + ΕΛΛΗΝΙΖΩΜΕΝ, Ω ΦΙΛΕ ΜΟΥ + +
@@ -31,7 +35,11 @@
-
ΔΙΑΠΟΡΕΥΕ ΤΗΝ ΑΓΟΡΑΝ
+
+ + ΔΙΑΠΟΡΕΥΕ ΤΗΝ ΑΓΟΡΑΝ + +
diff --git a/media/icons/columna.png b/media/icons/columna.png new file mode 100755 index 0000000..996cb3f Binary files /dev/null and b/media/icons/columna.png differ diff --git a/media/icons/hieroglyphs.png b/media/icons/hieroglyphs.png new file mode 100755 index 0000000..461f8cd Binary files /dev/null and b/media/icons/hieroglyphs.png differ diff --git a/media/icons/myth.png b/media/icons/myth.png new file mode 100755 index 0000000..ce7f0f5 Binary files /dev/null and b/media/icons/myth.png differ diff --git a/media/icons/triskele.png b/media/icons/triskele.png new file mode 100755 index 0000000..892c7a5 Binary files /dev/null and b/media/icons/triskele.png differ diff --git a/media/icons/uvas.png b/media/icons/uvas.png new file mode 100755 index 0000000..cc29a12 Binary files /dev/null and b/media/icons/uvas.png differ