From c369882b273af6c59d1a1abb3e75dd55782e59ee Mon Sep 17 00:00:00 2001 From: Mohammed Shorif <shorifm@cardiff.ac.uk> Date: Fri, 16 Dec 2022 01:18:01 +0000 Subject: [PATCH] finished confirmation page and bugs --- static/booking_confirmation.css | 9 +++++++++ static/booking_confirmation.html | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/static/booking_confirmation.css b/static/booking_confirmation.css index 0ac620f..c416f39 100644 --- a/static/booking_confirmation.css +++ b/static/booking_confirmation.css @@ -14,3 +14,12 @@ font-weight: bold; margin-top: 70px; text-align: center; } + +h2 { +color: black; +font-family: arial, sans-serif; +font-size: 20px; +font-weight: bold; +margin-top: 70px; +text-align: center; +} diff --git a/static/booking_confirmation.html b/static/booking_confirmation.html index 8832f95..1c8ac83 100644 --- a/static/booking_confirmation.html +++ b/static/booking_confirmation.html @@ -13,4 +13,8 @@ <section> <h1 class="bookingtitle">Booking Confirmation</h1> + <h1> You’re booked!<h1> + <h2> Hi Sam, It’s confirmed, we’ll see you on the 19th Jan! Thank you for booking Codebase with us on Tramshed. If you need to get in touch, you can email or phone us directly. We look forward to welcoming you soon! + Thanks again, The team at Tramshed <h2> + </section> -- GitLab