diff options
author | luxagraf <sng@luxagraf.net> | 2024-07-24 16:37:26 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-07-24 16:37:26 -0500 |
commit | 88e0f0ac2bd5874256bf7e84fa460965bacdd761 (patch) | |
tree | c79a3cc81a2a85be809605b9042b00ca32db095c /app/pages/templates | |
parent | 074ec1e21a7bfa867bbb2c35057c19b5cfc375c4 (diff) |
general update
Diffstat (limited to 'app/pages/templates')
-rw-r--r-- | app/pages/templates/pages/homepage.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/pages/templates/pages/homepage.html b/app/pages/templates/pages/homepage.html index 31aa32e..ed67f80 100644 --- a/app/pages/templates/pages/homepage.html +++ b/app/pages/templates/pages/homepage.html @@ -30,11 +30,11 @@ <section class="full-one-col"> <h2 class="homepage-section-header">The Wandren Code</h2> <ol> - <li>I will be brave and courageous</li> - <li>I will strengthen my body</li> - <li>I will help my family</li> + <li>I Will Be Brave and Courageous</li> + <li>I Will Strengthen My Mind and Will</li> + <li>I Will Strengthen My Body</li> </ol> - <a href="{% url 'pages:detail' 'code' %}" class="btn" title="Read the Wandren code">Read the full code</a> + <a href="{% url 'pages:detail' 'code' %}" class="btn" title="Read the Wandren code">Read the Full Code →</a> </section> <section class="full-two-col"> <div class="col-one"> |