From 540eb6f8ff6422d0dff0a4d95352fd9fad8a8a30 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 17 Jul 2026 22:55:05 +0200 Subject: Error page --- error-en.html | 113 +++++++++++++++++++++++++++++++++++++++ error.html | 115 ++++++++++++++++++++++++++++++++++++++++ index-en.html | 9 ++-- index.html | 10 ++-- sass/layout/_main-sections.scss | 7 +++ 5 files changed, 244 insertions(+), 10 deletions(-) create mode 100644 error-en.html create mode 100644 error.html diff --git a/error-en.html b/error-en.html new file mode 100644 index 0000000..c9c8526 --- /dev/null +++ b/error-en.html @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + Arne Rief - Web Developer + + + +
+ +
+ +
+
+

There is nothing here...

+

Oh no, took a wrong turn? 😟

+ Back to the main page → +
+
+ + + + + diff --git a/error.html b/error.html new file mode 100644 index 0000000..d64dd6a --- /dev/null +++ b/error.html @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + Arne Rief - Webentwickler + + + +
+ +
+ +
+
+

Hier ist nichts...

+

O nein, falsch abgebogen? 😟

+ Zurück zur Startseite → +
+
+ + + + + diff --git a/index-en.html b/index-en.html index 5fdf0f3..eda0462 100644 --- a/index-en.html +++ b/index-en.html @@ -101,12 +101,11 @@

I am well versed in both frontend and backend development. My programming skills include - JavaScript, TypeScript, React, Vue.js, HTML, CSS, - Sass + + JavaScript, TypeScript, React, Vue.js, HTML, CSS, + as well as - Node.js, Express.js + PHP, Node.js, Express.js and working with databases like MySQL, PostgreSQL and MongoDB. diff --git a/index.html b/index.html index 16c9c7f..172a15b 100644 --- a/index.html +++ b/index.html @@ -103,11 +103,11 @@ Ich bin sowohl in der Frontend als auch der Backend Entwicklung zuhause . Meine Programmierkenntnisse umfassen - JavaScript, TypeScript, React, Vue.js, HTML, CSS - und Sass, ebenso wie - Node.js, Express.js + + JavaScript, TypeScript, React, Vue.js, HTML, CSS + + , ebenso wie + PHP, Node.js, Express.js und die Arbeit mit Datenbanken wie MySQL, PostgreSQL und MongoDB. diff --git a/sass/layout/_main-sections.scss b/sass/layout/_main-sections.scss index ad78012..c5ee4c2 100644 --- a/sass/layout/_main-sections.scss +++ b/sass/layout/_main-sections.scss @@ -15,6 +15,13 @@ } } +.error-section { + @include flex-column-center; + gap: 2rem; + @include mobile-container; + text-align: center; +} + .welcome-section { @include standard-grid; gap: 8rem; -- cgit v1.2.3