diff --git a/README.md b/README.md index d9bfd3b..75a6be4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # website +Simple greeter. diff --git a/_css/styles.css b/_css/styles.css new file mode 100644 index 0000000..2fbc440 --- /dev/null +++ b/_css/styles.css @@ -0,0 +1,34 @@ +/* + * vim: ts=2 sw=2 et ft=css + */ + +html { + background: url('https://0x29a.ch/_img/ft.jpg') no-repeat center center fixed; + -moz-background-size: cover; + -webkit-background-size: cover; + -o-background-size: cover; + background-size: cover; +} + +h1 { + font-family: 'Oswald', sans-serif; text-transform: uppercase; + color: white; +} + +p { + font-family: 'Roboto', sans-serif; + color: white; + padding: 10px 0px 0px 0px; +} + +#quotes-wrapper { + position: absolute; + left: 50%; + top: 50%; + margin-top: -50px; + margin-left: -340px; +} + +.quotes { + display: hidden; +} diff --git a/_img/ft.jpg b/_img/ft.jpg new file mode 100644 index 0000000..51f3c24 Binary files /dev/null and b/_img/ft.jpg differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..c4becff Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..50dde1e --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + + + + + + + +
+¯\_(ツ)_/¯
+