]> xenbits.xensource.com Git - www-xenproject-org.git/commitdiff
add renesas logo and blurb
authorCody Zuschlag <cody.zuschlag@gmail.com>
Mon, 14 Apr 2025 08:47:24 +0000 (10:47 +0200)
committerCody Zuschlag <cody.zuschlag@gmail.com>
Mon, 14 Apr 2025 08:53:41 +0000 (10:53 +0200)
content/about/project-members.md
static/img/logos/renesas-logo.png [new file with mode: 0644]
themes/xen-project/layouts/partials/blocks/logos-circle.html

index 97acb073483a631a5032c393849c46f5768fa811..bf8a361ffcc951e2b5696a514b0b617f0e2886b0 100644 (file)
@@ -108,6 +108,20 @@ Honda is a global leader in automotive manufacturing and technology innovation.
 {{</media-block>}}
 {{</section>}}
 
+{{<section>}}
+{{<media-block
+   title="Renesas"
+   media="/img/logos/renesas-logo.png"
+   alt="Logo of Renesas"
+   class="image-small"
+   animate="true"
+>}}
+Renesas is a premier supplier of advanced semiconductor solutions that empowers a safer, smarter and more sustainable future where technology helps make our lives easier. A leading global provider of microcontrollers, Renesas combines our expertise in embedded processing, analog and power to deliver complete semiconductor solutions for automotive, industrial, infrastructure and IoT applications.
+
+<p class="mt-2"><a href="https://www.renesas.com/" class="btn btn-tertiary">Discover Renesas <i class="fas fa-arrow-up-right-from-square"></i></a></p>
+{{</media-block>}}
+{{</section>}}
+
 {{<section>}}
 {{<media-block
    title="Join as a member"
diff --git a/static/img/logos/renesas-logo.png b/static/img/logos/renesas-logo.png
new file mode 100644 (file)
index 0000000..78a0f3c
Binary files /dev/null and b/static/img/logos/renesas-logo.png differ
index f6403e78f686479c299b03fec64b398682f46665..fd773b9ad11e379c94f78c1408600eb6f54efc13 100644 (file)
@@ -2,9 +2,10 @@
   (dict "name" "AMD" "src" "/img/logos/amd-logo.svg" "alt" "AMD" "angle" "-10")
   (dict "name" "AWS" "src" "/img/logos/aws-logo.svg" "alt" "AWS" "angle" "0")
   (dict "name" "XenServer" "src" "/img/logos/xenserver-logo.svg" "alt" "XenServer" "scale" "1.1" "angle" "10")
-  (dict "name" "EPAM" "src" "/img/logos/epam-logo.svg" "alt" "EPAM" "angle" "-5")
+  (dict "name" "EPAM" "src" "/img/logos/epam-logo.svg" "alt" "EPAM" "angle" "0")
   (dict "name" "ARM" "src" "/img/logos/arm-logo.svg" "alt" "ARM" "angle" "-10")
-  (dict "name" "VATES" "src" "/img/logos/vates-logo.svg" "alt" "VATES" "angle" "5")
-  (dict "name" "HONDA" "src" "/img/logos/honda-logo.svg" "alt" "HONDA" "scale" "1.2" "angle" "0")
+  (dict "name" "VATES" "src" "/img/logos/vates-logo.svg" "alt" "VATES" "angle" "0")
+  (dict "name" "HONDA" "src" "/img/logos/honda-logo.svg" "alt" "HONDA" "scale" "1.2" "angle" "5")
+  (dict "name" "Renesas" "src" "/img/logos/renesas-logo.png" "alt" "Renesas" "scale" "1.4" "angle" "-5")
 }}
 {{ partial "images-in-circle.html" (dict "class" "mg-t-lg" "images" $images) }}