From 2895514dbfa3e9c7a3b6115fa0154655c427d1be Mon Sep 17 00:00:00 2001 From: beppe vanrolleghem Date: Fri, 25 Jan 2019 17:39:08 +0100 Subject: [PATCH] trying out new things --- static/main.css | 0 views/about.handlebars | 1 - views/index.handlebars | 36 +++++++++++++++++++---------------- views/layouts/main.handlebars | 1 + 4 files changed, 21 insertions(+), 17 deletions(-) create mode 100644 static/main.css diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..e69de29 diff --git a/views/about.handlebars b/views/about.handlebars index fbe4fed..e69de29 100644 --- a/views/about.handlebars +++ b/views/about.handlebars @@ -1 +0,0 @@ -its extremely slow right now so euh... yea dont freak out diff --git a/views/index.handlebars b/views/index.handlebars index cfba626..0c069e4 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -1,18 +1,22 @@ - - -
- {{#each this.data}} -
-
-

- {{this.title}} -

-
-
-

description

{{this.description}}

category

{{this.category}}

-
- -
- {{/each}} +
+
+ {{#each this.data}} +
+
+

{{this.title}}

+
+
+
+

description

+

{{this.description}}

+

category

+

{{this.category}}

+
+
+
+ {{/each}} +
+ + diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index 99f52a0..c7c4ee3 100644 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -5,6 +5,7 @@ +