From 53d740b3447100385953ba3fefabb28100cc9490 Mon Sep 17 00:00:00 2001 From: Thomas Oltmann Date: Mon, 18 Aug 2025 16:08:27 +0200 Subject: [PATCH] Checked in current/legacy landing page --- build.sh | 5 +-- src/index.html | 67 +++++++++++++-------------------------- src/new-landing-page.html | 57 +++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 47 deletions(-) create mode 100644 src/new-landing-page.html diff --git a/build.sh b/build.sh index 18a033c..9767337 100755 --- a/build.sh +++ b/build.sh @@ -2,6 +2,7 @@ mkdir -p www cp -rf src/assets www/assets -cp -f src/index.html www/index.html -cp -f src/impressum.html www/impressum.html +cp -f src/index.html www/ +cp -f src/new-landing-page.html www/ +cp -f src/impressum.html www/ cp -rf src/* www/ diff --git a/src/index.html b/src/index.html index 35a5709..d57cebe 100644 --- a/src/index.html +++ b/src/index.html @@ -2,52 +2,29 @@ Welcome to KarlOS! - + -
-
- - KarlOS -
- -
- Contact -
- -
- Code -
-
- -
-
-

About us

- We are a student group in Karlsruhe creating a hobbyist Operating System from scratch. - The current goal of the project is to develop a simple monolithic kernel for 64-bit Intel / AMD PCs, - which could serve as a platform for experimentation in the future. -
-
- -

Contact Us

-

Angaben gemäß § 5 DDG

-

- Lennart Friebel
- Kapellenstraße 70
- 76131 Karlsruhe
-

-

- Kontakt:
- E-Mail: kontakt@karlsruhe-os.de
-

-
-
- +

Welcome to KarlOS!

+

+KarlOS is a student effort in Karlsruhe to create a hobbyist Operating System from scratch. +The current goal of the project is to develop a simple monolithic kernel for 64-bit Intel / AMD PCs, +which could serve as a platform for experimentation in the future. +

+

Sitemap

+ diff --git a/src/new-landing-page.html b/src/new-landing-page.html new file mode 100644 index 0000000..c7f8c7d --- /dev/null +++ b/src/new-landing-page.html @@ -0,0 +1,57 @@ + + + +Welcome to KarlOS! + + + + +
+
+ + KarlOS +
+ +
+ Contact +
+ +
+ Code +
+
+ +
+
+

About us

+ We are a student group in Karlsruhe creating a hobbyist Operating System from scratch. + The current goal of the project is to develop a simple monolithic kernel for 64-bit Intel / AMD PCs, + which could serve as a platform for experimentation in the future. +
+
+

Current Goals

+
+
+ +

Contact us

+

Angaben gemäß § 5 DDG

+

+ Lennart Friebel
+ Kapellenstraße 70
+ 76131 Karlsruhe
+

+

+ Kontakt:
+ E-Mail: kontakt@karlsruhe-os.de
+

+
+
+ + +