about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-08T22·09+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-08T22·09+0000
commit7924b12fa6cd06d962f53292397f6ee92f141a5c (patch)
treeecf4cf3de319fd3b014e1345d8ccb0a7f8b9f35d
parent2285fc8b3643c33fdf161d55207a33ae0cb3ebd7 (diff)
Add "Why delay? Start today." to footer
For now, my slogan is "Why delay? Start today."

Like any slogan, the more you repeat it, the more it sticks.
-rw-r--r--learn/static/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/learn/static/index.html b/learn/static/index.html
index de896c248988..a58daf91f35d 100644
--- a/learn/static/index.html
+++ b/learn/static/index.html
@@ -52,5 +52,8 @@
         email at <a href="mailto:wpcarro@gmail.com" class="font-bold text-blue-600 hover:underline">wpcarro@gmail.com</a>.
       </p>
     </div>
+    <footer class="mb-8">
+      <p class="text-center">Why delay? Start today.</p>
+    </footer>
   </body>
 </html>