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" . }}