From cc46a791b1d042965dd4105bbdb3b64fd4ca7651 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Wed, 16 Oct 2024 11:08:26 +0200 Subject: [PATCH] mv neic logo to top right and make it clickable (this was a request from NeIC) --- templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 111d603a..67d406f5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,8 +5,10 @@
{% set neic_logo = resize_image(path="about/funding/neic.png", width=80, op="fit_width") %} - NeIC logo + + NeIC logo +
{% set coderefinery = resize_image(path="logo/coderefinery.png", width=250, op="fit_width") %}