diff --git a/public/index.html b/public/index.php
similarity index 56%
rename from public/index.html
rename to public/index.php
index c17872f..ad0f7f1 100644
--- a/public/index.html
+++ b/public/index.php
@@ -7,10 +7,18 @@
+ Hier haben sie etwas Text
+
\ No newline at end of file
diff --git a/public/stylesheet.css b/public/stylesheet.css
index fb6f8e1..0c95403 100644
--- a/public/stylesheet.css
+++ b/public/stylesheet.css
@@ -1,48 +1,75 @@
@font-face {
- font-family: 'Liberation Serif';
- src: local('Liberation Serif'), local('LiberationSerif'),
- url('resources/fonts/LiberationSerif.woff') format('woff'),
- url('resources/fonts/LiberationSerif.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
+ font-family: 'sans';
+ src: url('../resources/fonts/LiberationSans.woff') format('woff'),
+ url('../resources/fonts/LiberationSans.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
}
@font-face {
- font-family: 'Liberation Sans';
- src: local('Liberation Sans'), local('LiberationSans'),
- url('resources/fonts/LiberationSans.woff') format('woff'),
- url('resources/fonts/LiberationSans.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
+ font-family: 'mono';
+ src: url('../resources/fonts/LiberationMono.woff') format('woff'),
+ url('../resources/fonts/LiberationMono.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
}
@font-face {
- font-family: 'Liberation Mono';
- src: local('Liberation Mono'), local('LiberationMono'),
- url('resources/fonts/LiberationMono.woff') format('woff'),
- url('resources/fonts/LiberationMono.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
+ font-family: 'hyper';
+ src: url('../resources/fonts/RealityHyperRegular.woff') format('woff'),
+ url('../resources/fonts/RealityHyperRegular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
}
+
*, body {
box-sizing: border-box;
- font-family: 'Liberation Sans', sans serif;
+ font-family: 'sans';
color: white;
background-color: black;
}
.logo_font {
- font-family: 'Liberation Mono', monospace;
- justify-content: center;
+ color: #BFBFBF;
+ font-family: 'hyper';
+ font-size: 6rem;
+ text-shadow: 0 1px 0 #17202A, 0 2px 0 #17202A,
+ 0 7px 0 #17202A, 0 8px 0 #17202A,
+ 0 11px 0 #17202A, 0 12px 0 #17202A;
+ z-index: 999;
+ padding-left: 6rem;
}
.logo_gif {
- height: 4rem;
- justify-content: center;
- align-items: center;
+ height: 8rem;
+ margin: -1rem;
+ z-index: 998;
}
.logo_group {
display: flex;
+ justify-content: center;
+ align-items: center;
+ pointer-events: none;
+}
+
+.menu_bar {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-family: 'mono';
+ font-size: 2rem;
+ text-shadow: 0 1px 0 #17202A, 0 2px 0 #17202A,
+ 0 7px 0 #17202A, 0 8px 0 #17202A,
+ 0 11px 0 #17202A, 0 12px 0 #17202A;
+}
+
+.menu_bar li {
+ list-style-type: none;
+ margin: 1rem;
+}
+
+.menu_bar li a {
+ text-decoration: none;
}
\ No newline at end of file
diff --git a/resources/fonts/RealityHyperRegular.ttf b/resources/fonts/RealityHyperRegular.ttf
new file mode 100644
index 0000000..ec20fee
Binary files /dev/null and b/resources/fonts/RealityHyperRegular.ttf differ
diff --git a/resources/fonts/RealityHyperRegular.woff b/resources/fonts/RealityHyperRegular.woff
new file mode 100644
index 0000000..49517b3
Binary files /dev/null and b/resources/fonts/RealityHyperRegular.woff differ