aboutsummaryrefslogtreecommitdiff
path: root/app/templates/about.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-08-04 21:28:56 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-08-04 21:28:56 +0530
commitde479dd42130d67fb15f32beb99bec29b356792a (patch)
tree743cd2fdb0b1e35619f105ebca7d1c6b52914b0a /app/templates/about.html
parenta309a4607aa2aba63ea15c9aa9d9c7a7f2e99551 (diff)
added animations
Diffstat (limited to 'app/templates/about.html')
-rw-r--r--app/templates/about.html10
1 files changed, 10 insertions, 0 deletions
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 )</p>
+ <section>
+ <style>
+ #astronaut{
+ height: 40vh;
+ }
+ </style>
+ <div id="astronaut"></div>
+ <script src="{{url_for('static',filename='js/astronaut.js')}}"></script>
+ </section>
+
{% endblock %} \ No newline at end of file