From 5f5f209f671c81640ee89b9e5b52549b273f3611 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 11 Jan 2022 17:52:25 +0100 Subject: [PATCH] add passport creation form Signed-off-by: Toshaan Bharvani --- content/passport/_index.md | 8 ++ .../layouts/partials/passportform.html | 76 +++++++++++++++++++ .../layouts/passport/list.html | 21 +++++ 3 files changed, 105 insertions(+) create mode 100644 content/passport/_index.md create mode 100644 themes/openpowerfoundation/layouts/partials/passportform.html create mode 100644 themes/openpowerfoundation/layouts/passport/list.html diff --git a/content/passport/_index.md b/content/passport/_index.md new file mode 100644 index 0000000..aacaa09 --- /dev/null +++ b/content/passport/_index.md @@ -0,0 +1,8 @@ +--- +title: OpenPOWER Passport +date: 2022-01-11 +draft: false +--- + +This is a request form for your OpenPOWER Passport ID. +Please enter your details for member access to the member web systems. diff --git a/themes/openpowerfoundation/layouts/partials/passportform.html b/themes/openpowerfoundation/layouts/partials/passportform.html new file mode 100644 index 0000000..0d3dce5 --- /dev/null +++ b/themes/openpowerfoundation/layouts/partials/passportform.html @@ -0,0 +1,76 @@ + +
+
+
+ + +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ {{ range where .Site.RegularPages "Section" "groups" }} +
+ {{ .Title }}
+
+ {{ end }} + +
+
+
+ +
+
+
+
+
+
+ diff --git a/themes/openpowerfoundation/layouts/passport/list.html b/themes/openpowerfoundation/layouts/passport/list.html new file mode 100644 index 0000000..ba96dd0 --- /dev/null +++ b/themes/openpowerfoundation/layouts/passport/list.html @@ -0,0 +1,21 @@ +{{ partial "header.html" . }} +{{ partial "navbar.html" . }} +
+
+
+

{{ .Title }}

+
+
+
+ {{ .Content }} +
+
+
+
+ {{ partial "passportform.html" . }} +
+
+
+ +
+{{ partial "footer.html" . }}