From c32ae39b319222680172ace044284128d6b76742 Mon Sep 17 00:00:00 2001 From: flynn Date: Sat, 12 Jan 2019 00:29:04 +0100 Subject: [PATCH] and then there was styling --- resources/html/home.html | 148 ++++++++++++++++++++++----------------- 1 file changed, 85 insertions(+), 63 deletions(-) diff --git a/resources/html/home.html b/resources/html/home.html index 393c5d3..44fda29 100644 --- a/resources/html/home.html +++ b/resources/html/home.html @@ -4,78 +4,100 @@ Welcome to cat + + +
+
+

+ Hello World +

+

+ My first website with Bulma! +

+
+
-
-
-

Add person

-
- {% csrf-field %} -
-
-
- - -
-
-
-

Add relation (please enter correct id's of the person)

-
- {% csrf-field %} -
-
-
- -
-
-
- -
+
+
+
+

Little humans

+
+

Add human

+ + {% csrf-field %} +
+
+
+ + +
- - -
-
-

Users

-
-
Name
-
Gender
- {% for user in users %} -
- {{user.name}} -
-
- {{user.gender}} -
- {% endfor %} + + + + + + + + + {% for user in users %} + + + + + {% endfor %} + +
NameGender
{{user.name}}{{user.gender}}
-
-
-

Relations

-
-
Person 1
-
Person 2
- {% for relation in relations %} -
- {{relation.name}} +
+

Cozy cuddles

+
+

Add relation

+
+ {% csrf-field %} +
+
+
+ +
+
+
+ +
+
+ +
-
- {{relation.name_2}} -
- {% endfor %} + + + + + + + + + {% for relation in relations %} + + + + + {% endfor %} + +
Person 1Person 2
{{relation.name}}{{relation.name_2}}
@@ -118,6 +140,6 @@ {% script "/js/app.js" %} -{% script "/js/graphing.js" %} +