diff --git a/views/index.html b/views/index.html index 8d4b3ad..ca4dcdc 100644 --- a/views/index.html +++ b/views/index.html @@ -4,7 +4,7 @@ Listen
- Learn + Screen
Refer @@ -13,7 +13,7 @@
Remind 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 +
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 + +