commit 08f16661dfc4676022d2a55a80faefad4b6932c7 Author: Thomas Oltmann Date: Sat Aug 16 20:16:31 2025 +0200 Initial version of revised landing page diff --git a/www/assets/banner.jpg b/www/assets/banner.jpg new file mode 100644 index 0000000..31b6b52 Binary files /dev/null and b/www/assets/banner.jpg differ diff --git a/www/assets/logo.png b/www/assets/logo.png new file mode 100644 index 0000000..9659a57 Binary files /dev/null and b/www/assets/logo.png differ diff --git a/www/assets/style.css b/www/assets/style.css new file mode 100644 index 0000000..23c8c49 --- /dev/null +++ b/www/assets/style.css @@ -0,0 +1,84 @@ +html { + color-scheme: light dark; + scroll-behavior: smooth; +} +body { + width: 100%; + padding: 0; + margin: 0; + font-family: Tahoma, Verdana, Arial, sans-serif; + font-size: 20px; +} +.header { + padding-top: 1em; + padding-bottom: 1em; + background-color: black; + position: sticky; + top: 0; + width: 100%; + display: inline-flex; + flex-direction: row; +} +.button { + flex-grow: 1; + width: 100%; + text-align: center; +} +.footer { + width: 100%; + text-align: center; + background-color: #111111; + padding-top: 1em; + padding-bottom: 2em; +} +.content { + max-width: 35em; + margin: auto; + line-height: 2; + padding-top: 4em; + padding-bottom: 4em; + padding-left: 2em; + padding-right: 2em; + text-align: justify; + text-justify: inter-word; +} +.banner { + width: 100%; + padding-top: 5em; + padding-bottom: 5em; + color: white; + text-align: center; + background-image: url("banner.jpg"); + background-attachment: fixed; + background-position: center; + background-size: cover; + background-repeat: no-repeat; +} +.banner h1 { + text-shadow: 2px 2px #222222; + letter-spacing: 0.25em; + font-family: 'Courier New', monospace; +} +.banner h3 { + text-shadow: 1px 1px #222222; +} +h2 { + font-size: 50px; + line-height: 1; +} +.softpage { + display: block; + height: 80vh; + min-height: 10em; + padding-bottom: 4em; +} +.logo { + max-width: 1.2em; + max-height: 1.2em; + display: inline-block; + vertical-align: bottom; +} +.logo img { + width: 100%; + height: 100%; +} diff --git a/www/impressum.html b/www/impressum.html new file mode 100644 index 0000000..810f4a6 --- /dev/null +++ b/www/impressum.html @@ -0,0 +1,32 @@ + + + + +Impressum + + + +

Impressum

+

Angaben gemäß § 5 DDG

+

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

+

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

+ + diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..35a5709 --- /dev/null +++ b/www/index.html @@ -0,0 +1,53 @@ + + + +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
+

+
+
+ + +