From 82ee33bb37f8513ec6c5ecc8b54b65750961263c Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Fri, 4 Dec 2020 15:35:14 -0500 Subject: [PATCH] credit image on home page in footnote --- i2p2www/pages/site/index.html | 5 ++++- i2p2www/static/styles/duck/default.css | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html index c3e3fcd2b..4d35fb96e 100644 --- a/i2p2www/pages/site/index.html +++ b/i2p2www/pages/site/index.html @@ -43,6 +43,9 @@ <h1>{% trans %}News & Updates{% endtrans %}</h1> {% include "blog/latest.html" %} </div> - + <div id="herocredit"> + <a href="https://pixabay.com/users/montevideo-5677795/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=3621630%22%3EMontevideo">Hero Image courtesy of Pixabay artist Montevideo</a> + </div> </div> + {% endblock %} diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index f5132559b..85f8579b2 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -129,6 +129,11 @@ div#content .main p { color: var(--i2poffwhite); } +div#herocredit { + text-align: right; + font-size: 8px; +} + .main .get-i2p { display: block; top: 50%; -- GitLab