From 110d513a5170b27ee272641c522693d27afe76fe Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Mon, 11 Mar 2024 12:07:10 -0400 Subject: [PATCH] Remove additional logos to keep consistent with other W3C specs. (#121) Additional logos are added only when partnering with another standard body. The logos are now in the README.md. Closes #90 --- README.md | 1 + index.html | 20 +------------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1e687e8..331b048 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ favicon +favicon # Device Posture API diff --git a/index.html b/index.html index 9b6ba6a..18bf9b3 100644 --- a/index.html +++ b/index.html @@ -49,25 +49,7 @@ }], xref: { profile: "web-platform", - }, - logos: [ - { - src: "./images/daswg-logo.svg", - url: "https://www.w3.org/das/", - alt: "Devices and Sensors WG logo", - width: 100, - height: 100, - id: "das-logo", - }, - { - src: "./images/dp-logo-title.svg", - url: "", - alt: "Device Posture API logo", - width: 100, - height: 100, - id: "device-posture-logo", - } - ], + }, };