diff --git a/content/hub/oregonstateuniversity.md b/content/hub/oregonstateuniversity.md index d828c3f..01ebdd1 100644 --- a/content/hub/oregonstateuniversity.md +++ b/content/hub/oregonstateuniversity.md @@ -7,8 +7,10 @@ provides: - Bare Metal - Virtual Machine - Container - - GPU - - FPGA +addons: + - none + - GPU (vm) + - FPGA (container) systems: - POWER9 - POWER8 diff --git a/content/hub/raptorcomputingsystems.md b/content/hub/raptorcomputingsystems.md index c4885a2..57ccb79 100644 --- a/content/hub/raptorcomputingsystems.md +++ b/content/hub/raptorcomputingsystems.md @@ -9,6 +9,9 @@ provides: - Virtual Machine - Container - FPGA +addons: + - none + - FPGA systems: - POWER9 operatingsystems: diff --git a/content/hub/universityoforegon.md b/content/hub/universityoforegon.md index fac0aa0..6a0b993 100644 --- a/content/hub/universityoforegon.md +++ b/content/hub/universityoforegon.md @@ -4,8 +4,12 @@ member: universityoforegon projects: - Open Source provides: + - Bare Metal Machine - Virtual Machine - Container + - FPGA +addons: + - none - GPU - FPGA systems: diff --git a/content/hub/vantosh.md b/content/hub/vantosh.md index f3dc4b0..cd4d24b 100644 --- a/content/hub/vantosh.md +++ b/content/hub/vantosh.md @@ -8,7 +8,11 @@ provides: - Virtual Machines - FPGA - Containers - - LibreBMC +addons: + - none + - GPU (vm) + - FPGA (vm) + - LibreBMC (POWER9) systems: - POWER9 - POWER8 diff --git a/themes/openpowerfoundation/assets/css/pages.scss b/themes/openpowerfoundation/assets/css/pages.scss index c240614..31d14c9 100644 --- a/themes/openpowerfoundation/assets/css/pages.scss +++ b/themes/openpowerfoundation/assets/css/pages.scss @@ -223,6 +223,14 @@ section#steeringcomittee { font-size: 14px; } } + .operatingsystsms ul { + list-style-type: disc; + } + .operatingsystems ul li { + display: inline; + padding-left: 1rem; + padding-right: 1rem; + } } diff --git a/themes/openpowerfoundation/layouts/hub/single.html b/themes/openpowerfoundation/layouts/hub/single.html index e7c02de..1276784 100644 --- a/themes/openpowerfoundation/layouts/hub/single.html +++ b/themes/openpowerfoundation/layouts/hub/single.html @@ -57,12 +57,12 @@ {{ end }}
 
- {{ if .Param "operatingsystems" }} + {{ if .Param "addons" }}
- Operating Systems : + Resource Addons :
@@ -77,6 +77,17 @@ {{ end }} +
 
+ {{ if .Param "operatingsystems" }} +
+ Operating Systems : + +
+ {{ end }} {{ if .Content }} diff --git a/themes/openpowerfoundation/layouts/partials/hubform.html b/themes/openpowerfoundation/layouts/partials/hubform.html index 1f113e5..ee99e84 100644 --- a/themes/openpowerfoundation/layouts/partials/hubform.html +++ b/themes/openpowerfoundation/layouts/partials/hubform.html @@ -7,8 +7,8 @@ var goal = "{{ .Site.Params.forms.hub.goal }}"; {{ end }}
-
-
+
+

HUB Access Request Form

@@ -43,58 +43,63 @@ var goal = "{{ .Site.Params.forms.hub.goal }}";
+
{{ $projects := .Param "projects" }} {{ if $projects }} -

What is your project?

-
-
- -
+
+ What is your project? +
{{ end }} {{ $systems := .Param "systems" }} {{ if $systems }} -

What POWER system would you like?

-
-
- -
+
+ What POWER system would you like? +
{{ end }} {{ $provides := .Param "provides" }} {{ if $provides }} -

What POWER resources do you require?

-
-
- -
+
+ What POWER resources do you require? + +
+ {{ end }} + {{ $addons := .Param "addons" }} + {{ if $addons }} +
+ What POWER addons do you require? +
{{ end }} {{ $operatingsystems := .Param "operatingsystems" }} {{ if $operatingsystems }} -

What Operating System would you like on your POWER resource?

-
-
- -
+
+ What Operating System would you like on your POWER resource? +
{{ end }} +