diff --git a/home/.htaccess b/home/.htaccess
new file mode 100644
index 0000000..eae281e
--- /dev/null
+++ b/home/.htaccess
@@ -0,0 +1,25 @@
+
+ ExpiresActive On
+ ExpiresDefault A2592000
+ ExpiresByType text/css A604800
+ ExpiresByType text/javascript A604800
+ ExpiresByType application/javascript A604800
+
+
+
+ Header set Cache-Control "max-age=604800, public"
+
+
+
+ Header set Cache-Control "max-age=2592000, public"
+
+
+
+ SetOutputFilter DEFLATE
+
+
+
+
+ Header append Vary: Accept-Encoding
+
+
\ No newline at end of file
diff --git a/home/README.md b/home/README.md
new file mode 100644
index 0000000..749ab6a
--- /dev/null
+++ b/home/README.md
@@ -0,0 +1,2 @@
+# Website
+
diff --git a/home/home.css b/home/home.css
new file mode 100644
index 0000000..6c7a40f
--- /dev/null
+++ b/home/home.css
@@ -0,0 +1,61 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ overflow: hidden;
+ background-color: #001A33;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
+}
+
+#container {
+ top: 50%;
+ left: 50%;
+ width: 500px;
+ position: fixed;
+ max-width: 100%;
+ -webkit-transform: translate(-50%, -50%);
+ -moz-transform: translate(-50%, -50%);
+ -ms-transform: translate(-50%, -50%);
+ -o-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+
+#ef-logo, #elias-fink-logo {
+ margin: 0 auto;
+ display: block;
+}
+
+#ef-logo {
+ width: 35%;
+}
+
+#elias-fink-logo {
+ width: 80%;
+ margin-top: 14%;
+ margin-bottom: 5%;
+}
+
+#email, #legal {
+ bottom: 5px;
+ position: fixed;
+}
+
+#email {
+ left: 5px;
+}
+
+#legal {
+ right: 5px;
+}
+
+#email a, #legal a {
+ font-size: 14px;
+ text-decoration: none;
+ color: rgba(255, 255, 255, 0.5);
+}
+
+#email a:hover, #legal a:hover {
+ color: #fff;
+}
\ No newline at end of file
diff --git a/home/index.php b/home/index.php
new file mode 100644
index 0000000..7d98030
--- /dev/null
+++ b/home/index.php
@@ -0,0 +1,47 @@
+
+
+
+
+
Home – Elias Fink
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+