From e6b64660236854ed1cd995b2e5baafd91783c241 Mon Sep 17 00:00:00 2001 From: Anmol Bansal Date: Tue, 15 Jan 2019 21:08:20 +0530 Subject: [PATCH] index.rst: display header according to logo.html logo.html: display header according to screen width --- _static/logo.html | 34 ++++++++++++++++++++++++++++++++++ index.rst | 5 ++--- 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 _static/logo.html diff --git a/_static/logo.html b/_static/logo.html new file mode 100644 index 00000000..17a5b876 --- /dev/null +++ b/_static/logo.html @@ -0,0 +1,34 @@ + + + +
+ +
+
+ +
+ \ No newline at end of file diff --git a/index.rst b/index.rst index 4b2019b9..aaee03e3 100644 --- a/index.rst +++ b/index.rst @@ -46,9 +46,8 @@ Welcome to the coala documentation! You might also want to look at `our website `_. -.. image:: _static/images/coala-header.png - :scale: 50 - :align: center +.. raw:: html + :file: _static/logo.html coala: Language Independent Code Analysis -----------------------------------------