revising stylnig

This commit is contained in:
Beverly Nguyen
2024-10-01 12:38:01 -07:00
parent 282e27034d
commit 4eff686e17
+8 -26
View File
@@ -150,38 +150,20 @@
ideally, from people who receive the texts themselves to ensure your messages are clear and actionable. ideally, from people who receive the texts themselves to ensure your messages are clear and actionable.
</p> </p>
<h2>Measure performance</h2> <h2>Measure performance</h2>
<p>
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:
</p>
{% set list_performance_dos = [
{
"list_content": "What do you want to be <i>different</i> for your program or your desired audience after a text message is sent,
as
compared to your current state?",
},
{
"list_content": "How will you <i>know</i> 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?",
},
] %}
<div class="usa-summary-box maxw-tablet" role="region" aria-labelledby="summary-box-establish-clear-goals"> <div class="usa-summary-box maxw-tablet" role="region" aria-labelledby="summary-box-establish-clear-goals">
<div class="usa-summary-box__body"> <div class="usa-summary-box__body">
<div class="usa-summary-box__text"> <div class="usa-summary-box__text">
<ul class="usa-list margin-top-0"> <p class="margin-top-0">
{% for item in list_performance_dos %} Building and operationalizing a texting initiative requires time and effort, and you want to be able to demonstrate
<li> the results of that effort. To understand if your texting program is successful, ask:
{{item.list_content |safe}} </p>
</li> <ul class="usa-list">
{% endfor %} <li>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?</li>
<li>How will you know if text recipients take the desired action?</li>
<li>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?</li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
{% endblock %} {% endblock %}