From 30ae85d2bedc39195ab0f9de01ad092b6049b88b Mon Sep 17 00:00:00 2001 From: hayleycd Date: Mon, 30 Sep 2024 11:49:43 -0700 Subject: [PATCH] Adjusting banner based on feedback Signed-off-by: hayleycd --- components/twoColumnAnnouncement.vue | 57 ++++++++++++++++++++++++++++ content/home.md | 9 +++++ layouts/default.vue | 1 - static/img/sigstorecon2024.svg | 1 + 4 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 components/twoColumnAnnouncement.vue create mode 100644 static/img/sigstorecon2024.svg diff --git a/components/twoColumnAnnouncement.vue b/components/twoColumnAnnouncement.vue new file mode 100644 index 0000000..0b5f8ab --- /dev/null +++ b/components/twoColumnAnnouncement.vue @@ -0,0 +1,57 @@ + + \ No newline at end of file diff --git a/content/home.md b/content/home.md index 08acfca..ce28765 100644 --- a/content/home.md +++ b/content/home.md @@ -4,6 +4,15 @@ date: 2021-07-12T15:33:03.264Z description: Homepage thumbnail: /img/icon.png sections: + - type: twoColumnAnnouncement + alignment: imageRight + bgColour: bg-pastel-orange + cardTitle: Join us in Salt Lake City for [SigstoreCon!](https://events.linuxfoundation.org/sigstorecon-supply-chain-day/) + text: Register now for our [Co-located KubeCon event](https://events.linuxfoundation.org/sigstorecon-supply-chain-day/), November 12, 2024 + header: Join us in Salt Lake City for SigstoreCon! + imageAsset: /img/sigstorecon2024.svg + isScreenHeight: false + link: https://events.linuxfoundation.org/sigstorecon-supply-chain-day/ - ctaStyle: solidCtaPurple showSupportedBy: true text: Making sure your software is what it claims to be. diff --git a/layouts/default.vue b/layouts/default.vue index d421157..5160c7e 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -4,7 +4,6 @@ loading...
-
diff --git a/static/img/sigstorecon2024.svg b/static/img/sigstorecon2024.svg new file mode 100644 index 0000000..1632ca9 --- /dev/null +++ b/static/img/sigstorecon2024.svg @@ -0,0 +1 @@ +SigstoreCon2024_WebGraphics_logo-color.svg \ No newline at end of file