From e8bd7d84236b944bb9cae38871993fdec9655d83 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Tue, 5 Mar 2024 11:37:40 -0500 Subject: [PATCH] Added form to home page and fixed form styling on riahub page --- .../pages/radiointelligenceapps-riahub.md | 10 +++++++- themes/hugoplate/layouts/index.html | 24 ++++++++++--------- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/content/english/pages/radiointelligenceapps-riahub.md b/content/english/pages/radiointelligenceapps-riahub.md index d72cc14..d1232c0 100644 --- a/content/english/pages/radiointelligenceapps-riahub.md +++ b/content/english/pages/radiointelligenceapps-riahub.md @@ -30,7 +30,7 @@ _**Radio Intelligence Apps Hub (RIAHUB)**_ by Qoherent is an AI development plat

Sign up for our early access program below:


-
+
+ +

RIAHUB is built on top of the RIA project and Gitea.

\ No newline at end of file diff --git a/themes/hugoplate/layouts/index.html b/themes/hugoplate/layouts/index.html index e41b7a6..3620c4e 100755 --- a/themes/hugoplate/layouts/index.html +++ b/themes/hugoplate/layouts/index.html @@ -2,26 +2,28 @@ {{ partial "progress_indicator" }} {{ with .Params.banner }} -
+
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "absolute inset-0 w-full h-full z-[-1] min-h-full") }}
-
+

{{ .title | markdownify }}

-

+

{{ .content | markdownify }}

- {{ with .button }} - {{ if .enable }} - - {{ .label }} - - - {{ end }} - {{ end }} +
+ + +