From: Arnaud Guéras Date: Wed, 4 Dec 2024 17:25:27 +0000 (+0100) Subject: add amd logo under arm in automotive page X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3fc13e4d0f9762e8293de2b70a69a9456abc0e01;p=www-xenproject-org.git add amd logo under arm in automotive page Signed-off-by: Arnaud Guéras --- 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%; +}