From ca50f9cb6943f7010ab2eec1a23cad7896d7b553 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 11 Sep 2020 22:58:42 +0530 Subject: added credit --- app/static/assets/pliplogo.svg | 110 +++++++++++++++++++++++++++++++++++++++++ app/templates/home.html | 25 ++++++++++ 2 files changed, 135 insertions(+) create mode 100644 app/static/assets/pliplogo.svg diff --git a/app/static/assets/pliplogo.svg b/app/static/assets/pliplogo.svg new file mode 100644 index 0000000..af169be --- /dev/null +++ b/app/static/assets/pliplogo.svg @@ -0,0 +1,110 @@ + +image/svg+xml + + diff --git a/app/templates/home.html b/app/templates/home.html index 2e9b7c0..10724d7 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -29,5 +29,30 @@
  • Job Status - Check the job status
  • Visualise - Molecular Viewer
  • +
    +

    Credits

    + If I have seen further it is by standing on the shoulders of Giants. - Sir Isaac Newton +
    + This project would not have been possible without the following: +

    +

    PLIP

    + + + +

    AutoDock Vina

    + + +

    PyMOL

    + + +
    {% endblock %} \ No newline at end of file -- cgit v1.2.3