From 3fc13e4d0f9762e8293de2b70a69a9456abc0e01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arnaud=20Gu=C3=A9ras?= Date: Wed, 4 Dec 2024 18:25:27 +0100 Subject: [PATCH] add amd logo under arm in automotive page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Arnaud Guéras --- content/projects/embedded-and-automotive.md | 5 ++++- hugo_stats.json | 5 +++++ themes/xen-project/assets/css/utils.scss | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/content/projects/embedded-and-automotive.md b/content/projects/embedded-and-automotive.md index 801647b..95c2641 100644 --- a/content/projects/embedded-and-automotive.md +++ b/content/projects/embedded-and-automotive.md @@ -14,7 +14,10 @@ menus: {{
}} {{ +
ARM logo
+
AMD logo
+ ` imageSize="50%" alt="ARM logo" animate="true" diff --git a/hugo_stats.json b/hugo_stats.json index 3975e0b..f229061 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -127,6 +127,7 @@ "features-list", "features-list--cols-2", "features-list--cols-3", + "flex", "footer", "footer-content", "footer__col", @@ -146,6 +147,7 @@ "image-small", "images-in-circle", "join-button", + "justify-center", "latest-news", "latest-news-template", "latest-news_container", @@ -206,8 +208,11 @@ "title-external-link", "title-with-gradient-underline", "txt-c", + "txt-l", + "txt-r", "vertical-lists", "video-container", + "w-100", "youtube-video-container" ], "ids": [ diff --git a/themes/xen-project/assets/css/utils.scss b/themes/xen-project/assets/css/utils.scss index af160cb..bfed75a 100644 --- a/themes/xen-project/assets/css/utils.scss +++ b/themes/xen-project/assets/css/utils.scss @@ -10,3 +10,7 @@ img.rounded-corners, .rounded-corners img { border-radius: 16px; } + +.w-100 { + width: 100%; +} -- 2.39.5