diff --git a/content.yaml b/content.yaml index 6259ee2..8f3c894 100644 --- a/content.yaml +++ b/content.yaml @@ -3,7 +3,23 @@ index: page-title: "Personal Website" introduction-heading: "Hi, I'm Marco" introduction-subheading: "and this is my website" + why-heading: "Why?" + why-paragraph: "In times of AI-slop, a little humanity goes a long way.
+ I love reading blogs and posts made by humans, so I decided to create my own.
+ Search-engines like Kagi, that allow you to search the 'small web', grow more popular.
+ Seeing other people's creative websites inspired me as well and on top of that:
+ I'm refreshing some HTML and CSS skills!
+ Will this website win a beauty contest? No.
+ But at least there's a human behind it." de: page-title: "Persönliche Webseite" introduction-heading: "Hi, ich bin Marco" - introduction-subheading: "und das ist meine Webseite" \ No newline at end of file + introduction-subheading: "und das ist meine Webseite" + why-heading: "Wieso?" + why-paragraph: "In Zeiten von KI-'Slop' bewirkt ein wenig meschlichkeit sehr viel.
+ Ich lese gerne blogs und posts die von Menschen geschrieben werden, also wollte ich meinen eigenen schreiben.
+ Suchmaschinen wie Kagi, die einen das 'small-web' durchsuchen lassen, werden immer populärer. + Die kreativen Websites von anderen Leuten zu sehen hat mich ebenso inspiriert
+ und meine HTML und CSS Fähigkeiten aufzufrischen schadet auch nicht.
+ Wird diese Website einen Schönheitswettbewerb gewinnen? Nein.
+ Doch wenigstens ist sie handgemacht." \ No newline at end of file diff --git a/de/index.html b/de/index.html index b00a0fb..a2a6f68 100644 --- a/de/index.html +++ b/de/index.html @@ -8,13 +8,13 @@ -
-

Hi, ich bin Marco

-

und das ist meine Webseite

-
+

Hi, ich bin Marco

+

und das ist meine Webseite

+

Wieso?

+

In Zeiten von KI-'Slop' bewirkt ein wenig meschlichkeit sehr viel.
Ich lese gerne blogs und posts die von Menschen geschrieben werden, also wollte ich meinen eigenen schreiben.
Suchmaschinen wie Kagi, die einen das 'small-web' durchsuchen lassen, werden immer populärer. Die kreativen Websites von anderen Leuten zu sehen hat mich ebenso inspiriert
und meine HTML und CSS Fähigkeiten aufzufrischen schadet auch nicht.
Wird diese Website einen Schönheitswettbewerb gewinnen? Nein.
Doch wenigstens ist sie handgemacht.

\ No newline at end of file diff --git a/en/index.html b/en/index.html index f672530..78245a4 100644 --- a/en/index.html +++ b/en/index.html @@ -8,13 +8,13 @@ -
-

Hi, I'm Marco

-

and this is my website

-
+

Hi, I'm Marco

+

and this is my website

+

Why?

+

In times of AI-slop, a little humanity goes a long way.
I love reading blogs and posts made by humans, so I decided to create my own.
Search-engines like Kagi, that allow you to search the 'small web', grow more popular.
Seeing other people's creative websites inspired me as well and on top of that:
I'm refreshing some HTML and CSS skills!
Will this website win a beauty contest? No.
But at least there's a human behind it.

\ No newline at end of file diff --git a/template-index.html b/template-index.html index 0b6591d..54c29fe 100644 --- a/template-index.html +++ b/template-index.html @@ -8,13 +8,13 @@ -
-

{{introduction-heading}}

-

{{introduction-subheading}}

-
+

{{introduction-heading}}

+

{{introduction-subheading}}

+

{{why-heading}}

+

{{why-paragraph}}

\ No newline at end of file