From 29a562441f034462b61760d0f55cbd906a706276 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 9 Feb 2023 19:15:44 +0100 Subject: [PATCH] add logo --- docs/_static/css/extra.css | 10 +++++ docs/_static/img/logo.svg | 92 ++++++++++++++++++++++++++++++++++++++ docs/index.md | 3 -- 3 files changed, 102 insertions(+), 3 deletions(-) create mode 100644 docs/_static/img/logo.svg diff --git a/docs/_static/css/extra.css b/docs/_static/css/extra.css index d2f5b35..053f0f8 100644 --- a/docs/_static/css/extra.css +++ b/docs/_static/css/extra.css @@ -1,3 +1,13 @@ +.wy-side-nav-search .icon::before { + content: ' '; + display: block; + background: url(/_static/img/logo.svg) no-repeat center center; + background-size: contain; + width: 100%; + height: 80px; + margin-bottom: 10px; +} + .wy-menu p.caption { margin-top: 10px; } diff --git a/docs/_static/img/logo.svg b/docs/_static/img/logo.svg new file mode 100644 index 0000000..0fcfb57 --- /dev/null +++ b/docs/_static/img/logo.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/docs/index.md b/docs/index.md index 0d2c033..7bdbe15 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,6 +13,3 @@ Developed with love by [Simon Vieille](https://www.deblan.io). Support: [Murph project on Matrix](https://matrix.to/#/#murph-project:neutralnetwork.org). Access the [demo](https://demo.murph-project.org/). - - -