diff --git a/resources/public/css/screen.css b/resources/public/css/screen.css index 566a9f6..47ffd2d 100644 --- a/resources/public/css/screen.css +++ b/resources/public/css/screen.css @@ -1,5 +1,16 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; height: 100%; - padding-top: 40px; } + +#logo { + padding-top: 50px; + padding-bottom: 50px; +} + +.asciiart { + margin: 0px auto; + width: 340px; + font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; + white-space: pre; +} \ No newline at end of file diff --git a/resources/views/base.html b/resources/views/base.html index 44b4bef..b5d71d0 100644 --- a/resources/views/base.html +++ b/resources/views/base.html @@ -20,6 +20,18 @@ + +
{% block content %} {% endblock %} diff --git a/resources/views/home.html b/resources/views/home.html index ac3ce89..c2b5c04 100644 --- a/resources/views/home.html +++ b/resources/views/home.html @@ -1,5 +1,55 @@ {% extends "base.html" %} {% block content %} -

Hello, world!

+ +
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ + +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+ +
+ {% endblock %} \ No newline at end of file