diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-19 17:09:57 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-19 17:09:57 +0530 |
commit | 51fe71d63893269824d7ae460e7a5ee38f608e12 (patch) | |
tree | aea90892ba5651f2f3b7710bbdd9766481cc04b1 | |
parent | 4e2aea92077ccbf3873b02df4c5f4a275cd80873 (diff) |
turned the netwon quote into bootstrap blockquote
-rw-r--r-- | app/templates/home.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index bf00905..f8e08da 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -33,8 +33,10 @@ </ul> <section> <h2>Credits</h2> - <q>If I have seen further it is by standing on the shoulders of Giants.</q> - Sir Isaac Newton - <br> + <blockquote class="blockquote"> + <q class="mb-0">If I have seen further it is by standing on the shoulders of Giants.</q> + <footer class="blockquote-footer">Sir Isaac Newton in <cite title="Source Title"> Letter from Sir Isaac Newton to Robert Hooke</cite></footer> + </blockquote> This project would not have been possible without the following: <br><br> <h2><img src="{{url_for('static',filename='assets/pliplogo.svg')}}" alt="Logo of PLIP" width=100vw /> PLIP</h2> |