diff options
Diffstat (limited to 'learn/static/index.html')
-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> |