diff --git a/source/skyconnect/index.html b/source/skyconnect/index.html
index 387be54cb9a..4083b6ebd6a 100644
--- a/source/skyconnect/index.html
+++ b/source/skyconnect/index.html
@@ -26,6 +26,48 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
max-width: 750px;
margin: 100px auto;
}
+
+ .material-card .documentation-card svg {
+ height: 42px;
+ max-width: 42px;
+ min-width: 42px;
+ align-self: center;
+ }
+
+ .material-card .documentation-card {
+ text-decoration: none !important;
+ color: black !important;
+
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ margin: 8px 0;
+ }
+
+ .material-card .documentation-card .content-container {
+ display: flex;
+ }
+
+ .material-card .documentation-card .content-container div:first-of-type {
+ margin-right: 24px;
+ }
+
+ .material-card .documentation-card .content-container div:first-of-type img, .material-card .documentation-card .content-container div:first-of-type svg {
+ max-width: 170px;
+ max-height: 170px;
+ min-width: 170px;
+ min-height: 170px;
+ padding: 32px;
+ border-radius: 3px;
+ box-shadow: rgba(0,0,0,0.06) 0 0 10px;
+ vertical-align: middle;
+ border: 5px solid #fff;
+ }
+
+ .material-card .documentation-card div {
+ display: flex;
+ align-items: center;
+ }
@@ -175,6 +217,25 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
1: Relies on the experimental EmberZNet support in Zigbee2MQTT.
+
diff --git a/source/yellow/index.html b/source/yellow/index.html
index 773893695af..731c09c36ff 100644
--- a/source/yellow/index.html
+++ b/source/yellow/index.html
@@ -60,6 +60,47 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
flex-direction: column;
}
}
+ .material-card .documentation-card svg {
+ height: 42px;
+ max-width: 42px;
+ min-width: 42px;
+ align-self: center;
+ }
+
+ .material-card .documentation-card {
+ text-decoration: none !important;
+ color: black !important;
+
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ margin: 8px 0;
+ }
+
+ .material-card .documentation-card .content-container {
+ display: flex;
+ }
+
+ .material-card .documentation-card .content-container div:first-of-type {
+ margin-right: 24px;
+ }
+
+ .material-card .documentation-card .content-container div:first-of-type img, .material-card .documentation-card .content-container div:first-of-type svg {
+ max-width: 170px;
+ max-height: 170px;
+ min-width: 170px;
+ min-height: 170px;
+ padding: 32px;
+ border-radius: 3px;
+ box-shadow: rgba(0,0,0,0.06) 0 0 10px;
+ vertical-align: middle;
+ border: 5px solid #fff;
+ }
+
+ .material-card .documentation-card div {
+ display: flex;
+ align-items: center;
+ }
@@ -122,7 +163,7 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
-

+
@@ -150,7 +191,7 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg

-
Yellow Kit with Power Supply
+
Yellow Kit with power supply
Some assembly required! This kit includes everything in the flagship version except the Raspberry Pi Compute Module 4.
This option allows you to pick the compute module with the memory and eMMC storage to fit your needs. You will need to install Home Assistant on the compute module you provide. Custom enclosure, custom heat sink, and Ethernet cable included. This version comes with a power supply, but does not support Power-over-Ethernet.
@@ -160,14 +201,14 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
-
Open Hardware
+
Open hardware
We spend a lot of time and resources on getting our products to work great. We want to make it possible for other people to study our work and be able to learn how to make great products for the smart home, so we've released the schematics of Yellow as open-source.
Explore the board and view the source.
-
Features & Specifications
+
Features & specifications
-
@@ -258,6 +299,26 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
+
+
@@ -347,4 +408,4 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
if (document.location.search === "?order") {
showBuyDialog();
}
-
+
\ No newline at end of file