]> xenbits.xensource.com Git - www-xenproject-org.git/commitdiff
add amd logo under arm in automotive page
authorArnaud Guéras <arnaudgs@gmail.com>
Wed, 4 Dec 2024 17:25:27 +0000 (18:25 +0100)
committerArnaud Guéras <arnaudgs@gmail.com>
Wed, 4 Dec 2024 17:25:27 +0000 (18:25 +0100)
Signed-off-by: Arnaud Guéras <arnaudgs@gmail.com>
content/projects/embedded-and-automotive.md
hugo_stats.json
themes/xen-project/assets/css/utils.scss

index 801647bef7e7083db5e1bcf7e48ec878c32c0b5d..95c2641b193026e2966284eb93405c39249f44bb 100644 (file)
@@ -14,7 +14,10 @@ menus:
 {{<section>}}
   {{<media-block
     title="Embedded systems redefined"
-    media="/img/logos/arm-logo.svg"
+    media=`<div class="w-100">
+    <div class="txt-l"><img src="/img/logos/arm-logo.svg" alt="ARM logo" width="250" /></div>
+    <div class="txt-r mg-t-lg"><img src="/img/logos/amd-logo.svg" alt="AMD logo" width="250" /></div>
+    </div>`
     imageSize="50%"
     alt="ARM logo"
     animate="true"
index 3975e0bcafcb3441753c27bd520963f248f92249..f22906161e8c6f2fc17d6ff34b5dbe1913046e0c 100644 (file)
       "features-list",
       "features-list--cols-2",
       "features-list--cols-3",
+      "flex",
       "footer",
       "footer-content",
       "footer__col",
       "image-small",
       "images-in-circle",
       "join-button",
+      "justify-center",
       "latest-news",
       "latest-news-template",
       "latest-news_container",
       "title-external-link",
       "title-with-gradient-underline",
       "txt-c",
+      "txt-l",
+      "txt-r",
       "vertical-lists",
       "video-container",
+      "w-100",
       "youtube-video-container"
     ],
     "ids": [
index af160cba6d5ccce670b52d5984f5ff622d5392b6..bfed75a6682cb1521b6d32291c8a5d273aa960df 100644 (file)
@@ -10,3 +10,7 @@ img.rounded-corners,
 .rounded-corners img {
   border-radius: 16px;
 }
+
+.w-100 {
+  width: 100%;
+}