diff --git a/README.md b/README.md index 7c70a62..fac0c85 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,14 @@ > Instructors can Accept, Reject or Delete workshops based on their preference, also they can postpone a workshop based on coordinators request. __NOTE__: Check docs/Getting_Started.md for more info. + +# Workshop Booking UI/UX Enhancement +By SANSKAR KUMAWAT + +:- What I Did? - +- Replaced the old table layout with "modern, dynamic cards" for better readability. +- Added a "hero section" with a clear title and description. +- Made the "booking modal" work with the new card layout. +- Ensured "mobile-friendly design" using CSS media queries. +- Improved "visual hierarchy": highlighted workshop names, duration, and buttons. +- Added subtle "hover effects" for better interactivity. diff --git a/cms/templates/cms_base.html b/cms/templates/cms_base.html index 4f43329..1b21fab 100644 --- a/cms/templates/cms_base.html +++ b/cms/templates/cms_base.html @@ -11,7 +11,11 @@ {{ page.imports | safe }} + + + +