From 1c43df1fe895564e2300534dea5bd900a788491f Mon Sep 17 00:00:00 2001 From: Akshen Date: Mon, 7 May 2018 17:49:42 +0530 Subject: change UI - Changes UI - Changes landing page - change in testcases-> test_models.py | 312 - staticstics template change - removes commented chatbot code - modifies .gitignore --- .gitignore | 4 + static/workshop_app/css/new_index.css | 0 .../templates/statistics_app/profile_stats.html | 2 +- .../statistics_app/workshop_public_stats.html | 9 +- .../templates/statistics_app/workshop_stats.html | 34 +-- workshop_app/static/workshop_app/css/index.css | 325 +++++++++++++-------- workshop_app/static/workshop_app/css/new_index.css | 274 +++++++++++++++++ .../static/workshop_app/css/sticky-footer.css | 6 +- workshop_app/static/workshop_app/font/Aaargh.ttf | Bin 0 -> 25232 bytes workshop_app/static/workshop_app/js/index.js | 8 + workshop_app/templates/workshop_app/booking.html | 2 +- .../templates/workshop_app/edit_profile.html | 2 +- .../templates/workshop_app/how_to_participate.html | 2 +- workshop_app/templates/workshop_app/index.html | 271 +++++++++-------- .../templates/workshop_app/my_workshops.html | 3 +- workshop_app/templates/workshop_app/new_index.html | 167 +++++++++++ .../templates/workshop_app/profile_updated.html | 2 +- .../templates/workshop_app/propose_workshop.html | 2 +- .../templates/workshop_app/self_workshop.html | 7 +- .../templates/workshop_app/view_benefits.html | 2 +- workshop_app/templates/workshop_app/view_faq.html | 2 +- .../templates/workshop_app/view_profile.html | 2 +- .../workshop_app/view_workshoptype_details.html | 182 +----------- .../workshop_app/view_workshoptype_list.html | 160 +++++++--- .../templates/workshop_app/workshop_stats.html | 2 +- workshop_app/tests/test_views.py | 4 +- workshop_app/urls.py | 2 +- workshop_app/views.py | 38 +-- 28 files changed, 975 insertions(+), 539 deletions(-) create mode 100644 static/workshop_app/css/new_index.css create mode 100644 workshop_app/static/workshop_app/css/new_index.css create mode 100755 workshop_app/static/workshop_app/font/Aaargh.ttf create mode 100644 workshop_app/static/workshop_app/js/index.js create mode 100644 workshop_app/templates/workshop_app/new_index.html diff --git a/.gitignore b/.gitignore index e828331..e16318f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,7 @@ migrations/ \#*# #Vim *.swp + +#images/gif +*.png +*.gif diff --git a/static/workshop_app/css/new_index.css b/static/workshop_app/css/new_index.css new file mode 100644 index 0000000..e69de29 diff --git a/statistics_app/templates/statistics_app/profile_stats.html b/statistics_app/templates/statistics_app/profile_stats.html index 2653d9d..c342898 100644 --- a/statistics_app/templates/statistics_app/profile_stats.html +++ b/statistics_app/templates/statistics_app/profile_stats.html @@ -14,7 +14,7 @@