-

+
+{{ range where .Site.Pages "Params.banner.active" true }}
+
+
-
SOAFEE All-Hands Meeting
+
{{ .Params.banner.title }}
- Come and join us for the inaugural SOAFEE All Hands meeting on Wednesday 23rd January 2022 to find out more details about the SOAFEE project and how you can participate in forging the future of the Software Defined Vehicle.
+ {{ .Params.banner.description }}
-
More Details
+
More Details
-
\ No newline at end of file
+
+{{ end }}
diff --git a/themes/soafee/layouts/shortcodes/button.html b/themes/soafee/layouts/shortcodes/button.html
new file mode 100644
index 0000000..f02981f
--- /dev/null
+++ b/themes/soafee/layouts/shortcodes/button.html
@@ -0,0 +1,4 @@
+{{ $url := .Get "url" | default "#" }}
+{{ $text := .Get "text" | default "" }}
+
+