From 4eff686e178aa08908a77c87b13f641179be942b Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 1 Oct 2024 12:38:01 -0700 Subject: [PATCH] revising stylnig --- app/templates/views/guidance/clear-goals.html | 70 +++++++------------ 1 file changed, 26 insertions(+), 44 deletions(-) diff --git a/app/templates/views/guidance/clear-goals.html b/app/templates/views/guidance/clear-goals.html index 3b9b56411..88a1c4160 100644 --- a/app/templates/views/guidance/clear-goals.html +++ b/app/templates/views/guidance/clear-goals.html @@ -70,10 +70,10 @@ {% endfor %} - - - + + +
@@ -88,15 +88,15 @@

Examples:

{% set list_item_donts = [ - { - "list_content": "Your rights and responsibilities", - }, - { - "list_content": "How to complete your application", - }, - { - "list_content": "Weekly reminder not to share your account information", - }, + { + "list_content": "Your rights and responsibilities", + }, + { + "list_content": "How to complete your application", + }, + { + "list_content": "Weekly reminder not to share your account information", + }, ] %}
    {% for item in list_item_donts %} @@ -104,12 +104,12 @@ {{item.list_content}} {% endfor %} -
-
-
-
- + + + + +

Your program may already be communicating with your audience through methods like mailed notices and phone calls. Think of text messages as complementary to your existing communications. Review how well you are currently reaching your audience. Are there methods or gaps that could be supplemented with a text message?

@@ -150,38 +150,20 @@ ideally, from people who receive the texts themselves to ensure your messages are clear and actionable.

Measure performance

-

- Building and operationalizing a texting initiative requires time and effort, and you want to be able to demonstrate - the results of that effort. To understand if your texting program is successful, ask: -

- {% set list_performance_dos = [ - { - "list_content": "What do you want to be different for your program or your desired audience after a text message is sent, - as - compared to your current state?", - }, - { - "list_content": "How will you know if text recipients take the desired action?", - }, - { - "list_content": "Do you have access to existing data in your system that you could use to determine whether texting is giving you - the results you want?", - }, - ] %}
-
    - {% for item in list_performance_dos %} -
  • - {{item.list_content |safe}} -
  • - {% endfor %} -
+

+ Building and operationalizing a texting initiative requires time and effort, and you want to be able to demonstrate + the results of that effort. To understand if your texting program is successful, ask: +

+
    +
  • What do you want to be different for your program or your desired audience after a text message is sent, as compared to your current state?
  • +
  • How will you know if text recipients take the desired action?
  • +
  • Do you have access to existing data in your system that you could use to determine whether texting is giving you the results you want?
  • +
- - {% endblock %}