diff --git a/public/404.php b/public/404.php index f120385..babfa03 100755 --- a/public/404.php +++ b/public/404.php @@ -1 +1,2 @@ -

Sie haben hier nichts zu suchen.

+

You don't belong here.

+

The technical term would be '404' or something.

\ No newline at end of file diff --git a/public/about.php b/public/about.php index 9a4ece8..63acbeb 100755 --- a/public/about.php +++ b/public/about.php @@ -1,19 +1,22 @@

> chosen file type: person
  getting to know me is futile...
  listing files...

-

I am a human. Treat me as such.

+

I am a human. Treat me as such. I will reciprocate.

- This is a block of text about me.
- Very fascinating.

- Exhilarating, almost.

- This site was created solely by human hands without the use of AI.

- Also, documents are being dynamically built using php, relying heavily on the resources of the server. - That means that the number of simultanious visitors is restricted and both visiting and running the site is discouraged.
+ This is a hunk of text about me and my website.
+ Very fascinating indeed.

+ I endorse free and open software.

+ This site was created solely by human hands without the use of AI.
+ You could call it 'organic', I guess.

+ Also, documents are being dynamically built using php, relying on the resources of the server, so to say. + That means that the number of simultaneous visitors will be restricted. That way both visiting and running the site is kind of discouraged.
So, in turn, this site represents my personality traits in the '''real''' world. - (People of culture would call this 'edgy tsundere behaviour', but what do they know...) + (People of culture would call this 'edgy tsundere behavior', but what do they know...)

+ Let's all love Lain! ❤
+ - Dani aka TheShinyMelon

- +
- + + case 'about': + include('about.php'); + break; + + default: + include('404.php'); + break; + } + ?> + + +
\ No newline at end of file diff --git a/public/resources/img/site-ad-gabriel.gif b/public/resources/img/site-ad-gabriel.gif new file mode 100755 index 0000000..0591606 Binary files /dev/null and b/public/resources/img/site-ad-gabriel.gif differ diff --git a/public/resources/img/site-ad-quintern.gif b/public/resources/img/site-ad-quintern.gif new file mode 100755 index 0000000..73b8c85 Binary files /dev/null and b/public/resources/img/site-ad-quintern.gif differ diff --git a/public/resources/stylesheet.css b/public/resources/stylesheet.css index 9f64d92..d69a502 100755 --- a/public/resources/stylesheet.css +++ b/public/resources/stylesheet.css @@ -30,6 +30,17 @@ background-color: black; } +footer { + padding: 0.5rem; + display: flex; + align-items: center; + justify-content: space-between; +} + +.footer_element { + padding: 0.5rem; +} + .logo_font { color: #BFBFBF; font-family: 'hyper'; @@ -111,6 +122,7 @@ font-family: 'mono'; font-size: 2rem; padding-left: 2rem; + padding-bottom: 3rem; color: #BFBFBF; } @@ -120,4 +132,9 @@ image-rendering: crisp-edges; object-fit: contain; width: auto; -} \ No newline at end of file +} + +.big_content { + padding: 1rem; + padding-left: 5rem; +}