diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/css/underconstruction.css b/css/underconstruction.css new file mode 100644 index 0000000..dbe2722 --- /dev/null +++ b/css/underconstruction.css @@ -0,0 +1,19 @@ +html, body { + margin: 0; + height: 100%; + background-color: black; +} + +main { + margin: auto; + min-height: 50%; + width: 50%; + display: flex; + align-content: center; + align-items: center; + justify-content: center; +} + +footer { + position: fixed; +}/*# sourceMappingURL=underconstruction.css.map */ \ No newline at end of file diff --git a/css/underconstruction.css.map b/css/underconstruction.css.map new file mode 100644 index 0000000..df54df4 --- /dev/null +++ b/css/underconstruction.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["underconstruction.scss"],"names":[],"mappings":"AAAA;EACI;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI","file":"underconstruction.css"} \ No newline at end of file diff --git a/css/underconstruction.scss b/css/underconstruction.scss new file mode 100644 index 0000000..9c1f070 --- /dev/null +++ b/css/underconstruction.scss @@ -0,0 +1,20 @@ +html, body{ + margin: 0; + height: 100%; + background-color: black; + +} + +main { + margin: auto; + min-height: 50%; + width: 50%; + display: flex; + align-content: center; + align-items: center; + justify-content: center; +} +footer{ + position: fixed; + +} \ No newline at end of file diff --git a/images/rethagon-favicon.png b/images/rethagon-favicon.png new file mode 100644 index 0000000..cd85681 Binary files /dev/null and b/images/rethagon-favicon.png differ diff --git a/images/rethagon-favicon.svg b/images/rethagon-favicon.svg new file mode 100644 index 0000000..9c1f0f9 --- /dev/null +++ b/images/rethagon-favicon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/images/rethagon-logo.svg b/images/rethagon-logo.svg new file mode 100644 index 0000000..7faac4f --- /dev/null +++ b/images/rethagon-logo.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/index.html b/index.html index e69de29..d36158c 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,15 @@ + + + + Ohmyfood + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/robot.txt b/robot.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/robot.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file