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 @@ +