diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-11T18·33+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-11T18·33+0000 |
commit | bcc2d1e902f8b64d5cb637d1398603c15d09d52d (patch) | |
tree | a8bf5547c45f117a11d223784c6078d014b653fa /learn | |
parent | c23e263a9fb604c0b2c189bb54c00204f31b6117 (diff) |
Emphasize copy for learn.wpcarro.dev
- Embolden money amounts - Italicize "Start today."
Diffstat (limited to 'learn')
-rw-r--r-- | learn/static/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/learn/static/index.html b/learn/static/index.html index f1808e722a15..1c027bcc2a91 100644 --- a/learn/static/index.html +++ b/learn/static/index.html @@ -41,16 +41,18 @@ <div class="my-4"> <h2 class="text-3xl">Pricing</h2> <p class="leading-relaxed mb-4"> - I charge £50 per hour for video lessons and £100 per hour for in-person + I charge <bold class="font-bold">£50</bold> per hour for video lessons + and <bold class="font-bold">£100</bold> per hour for in-person sessions. I am currently based in South Kensington, London. </p> </div> - <div class="mt-4 mb-8"> + <div class="my-4"> <h2 class="text-3xl">Contact</h2> <p class="leading-relaxed mb-4"> Whether you want to sign-up or simply want to learn more, send me an email at <a href="mailto:wpcarro@gmail.com" class="font-bold text-blue-600 hover:underline">wpcarro@gmail.com</a>. </p> + <p class="text-center my-8">Why delay? <em>Start today.</em></p> </div> <footer class="mb-8"> <p class="text-center">Why delay? Start today.</p> |