From: Arnaud Guéras Date: Thu, 28 Nov 2024 05:21:46 +0000 (+0100) Subject: add honda logo and change link for 'join advisory board' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f9d4ed84bc216e1217568e409aa8a48ac881c5a1;p=www-xenproject-org.git add honda logo and change link for 'join advisory board' Signed-off-by: Arnaud Guéras --- diff --git a/content/_index.md b/content/_index.md index cf63e83..b0cebfd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -98,7 +98,7 @@ The Xen Project focuses on revolutionizing virtualization by providing a versati Board members can propose and vote upon changes to the Xen Project.Members also gain valuable strategic insight into project plans and future scope.

- Join the advisory board + Join the advisory board

{{}} diff --git a/hugo_stats.json b/hugo_stats.json index 9452c7f..9db9b12 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -198,7 +198,6 @@ "mg-v-xxl", "mob-mg-v-xl", "mt-2", - "news-container", "next", "no-mt", "p1-book", diff --git a/static/img/logos/honda-logo.webp b/static/img/logos/honda-logo.webp new file mode 100644 index 0000000..59153b9 Binary files /dev/null and b/static/img/logos/honda-logo.webp differ diff --git a/themes/xen-project/layouts/partials/blocks/logos-circle.html b/themes/xen-project/layouts/partials/blocks/logos-circle.html index 634125b..bda855a 100644 --- a/themes/xen-project/layouts/partials/blocks/logos-circle.html +++ b/themes/xen-project/layouts/partials/blocks/logos-circle.html @@ -5,5 +5,6 @@ (dict "name" "EPAM" "src" "/img/logos/epam-logo.svg" "alt" "EPAM") (dict "name" "XenServer" "src" "/img/logos/xenserver-logo.svg" "alt" "XenServer" "scale" "1.2") (dict "name" "VATES" "src" "/img/logos/vates-logo.svg" "alt" "VATES") + (dict "name" "HONDA" "src" "/img/logos/honda-logo.webp" "alt" "HONDA") }} {{ partial "images-in-circle.html" (dict "class" "mg-t-lg" "images" $images) }}