From f54d3db1fc02cb283e0c515aa46663907f22b791 Mon Sep 17 00:00:00 2001 From: tas12 Date: Tue, 7 Jun 2016 14:51:22 +0100 Subject: [PATCH 1/4] reorder menu items --- views/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/index.html b/views/index.html index 8d4b3ad..22820e8 100644 --- a/views/index.html +++ b/views/index.html @@ -4,7 +4,7 @@ Listen
- Learn + Screen
Refer @@ -13,7 +13,7 @@
Remind @@ -23,3 +23,5 @@
+Listen, Screen, Refer +Row 2 Learn, Remind, About From ec74c828e972c962408da121999fb97a487fcbdd Mon Sep 17 00:00:00 2001 From: tas12 Date: Tue, 7 Jun 2016 15:05:45 +0100 Subject: [PATCH 2/4] remove words --- views/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/index.html b/views/index.html index 22820e8..ca4dcdc 100644 --- a/views/index.html +++ b/views/index.html @@ -23,5 +23,3 @@ -Listen, Screen, Refer -Row 2 Learn, Remind, About From ea764995a4b96403e3dad35e920cc4dd82a192ec Mon Sep 17 00:00:00 2001 From: tas12 Date: Tue, 7 Jun 2016 15:56:09 +0100 Subject: [PATCH 3/4] add collapsible buttons --- views/learn.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/views/learn.html b/views/learn.html index 388e24b..13af6cd 100644 --- a/views/learn.html +++ b/views/learn.html @@ -11,15 +11,21 @@

{{#each learn}} -
-

{{this.category}}

-

{{this.subtitle}}

- {{#each this.things_to_know}} -

{{this}}

- {{/each}} +
+

{{this.category}}

+ +
+
+ {{#each this.thingsToKnow}} +

{{this}}

+ {{/each}} + {{this.link}} +
+
+
{{/each}}
-
\ No newline at end of file +
From 86e56851030db76e1b993ca427873385be1bde89 Mon Sep 17 00:00:00 2001 From: tas12 Date: Tue, 7 Jun 2016 16:02:29 +0100 Subject: [PATCH 4/4] make words bold --- views/listen.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/views/listen.html b/views/listen.html index c8ee65a..9ede3fc 100644 --- a/views/listen.html +++ b/views/listen.html @@ -3,27 +3,27 @@

L

-

Listen nonjudgmentally and empathically gather

+

Listen nonjudgmentally and empathically gather

-
-

I

-

Gather Information, ask open questions, don't push

+
+

I

+

Gather Information, ask open questions, don't push

S

-

Assess people's risk of harm, Self-harm or Suicide

+

Assess people's risk of harm, Self-harm or Suicide

T

-

Tell them useful information about their problem, reassure

+

Tell them useful information about their problem, reassure

E

-

Encouraging self-help and other support strategies

+

Encouraging self-help and other support strategies

N

-

Not alone, follow up and direct to appropriate professional help

+

Not alone, follow up and direct to appropriate professional help

@@ -38,5 +38,5 @@

Conversation Starters

{{/each}} - - \ No newline at end of file + +