From de479dd42130d67fb15f32beb99bec29b356792a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 4 Aug 2020 21:28:56 +0530 Subject: added animations --- app/templates/404.html | 9 +++++++++ app/templates/about.html | 10 ++++++++++ app/templates/base.html | 1 + app/templates/dock_upload.html | 10 ++++++++++ app/templates/home.html | 2 ++ app/templates/job_status.html | 10 ++++++++++ app/templates/job_status_error.html | 9 +++++++++ app/templates/job_status_form.html | 10 ++++++++++ 8 files changed, 61 insertions(+) (limited to 'app/templates') diff --git a/app/templates/404.html b/app/templates/404.html index a4e9644..f8897ea 100644 --- a/app/templates/404.html +++ b/app/templates/404.html @@ -4,4 +4,13 @@

Oh Snap! Error 404

The Page you are looking for cannot be found

Go Back home

+
+ +
+ +
{% endblock %} \ No newline at end of file diff --git a/app/templates/about.html b/app/templates/about.html index 23ffc28..b61bfed 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -8,4 +8,14 @@ to create high quality ray-traced visualisations. After finding and tabulating protein ligand interactions using PLIP, it creates a PDF and emails you the report ( Along with supporting files )

+
+ +
+ +
+ {% endblock %} \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html index 31f148a..157b68b 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -11,6 +11,7 @@ +