diff --git a/layouts/partials/survey-btn.html b/layouts/partials/survey-btn.html new file mode 100644 index 00000000000..6eef9350b5e --- /dev/null +++ b/layouts/partials/survey-btn.html @@ -0,0 +1,76 @@ +
+
+ + Help us improve the FORRT website + +
+
+ + + + + \ No newline at end of file diff --git a/layouts/partials/survey-popup.html b/layouts/partials/survey-popup.html new file mode 100644 index 00000000000..e86e6978e54 --- /dev/null +++ b/layouts/partials/survey-popup.html @@ -0,0 +1,135 @@ +
+
+ +

Help us improve the FORRT website

+

We would be grateful if you could complete this survey. + Your feedback will directly inform improvements to navigation, accessibility, and content structure.
+ Note:All answers are anonymous and will help us make the website better for everyone!

+ + Take the Survey + +
+
+ + + + + + diff --git a/themes/academic/layouts/_default/baseof.html b/themes/academic/layouts/_default/baseof.html index 80366aa0000..11db2c9229e 100644 --- a/themes/academic/layouts/_default/baseof.html +++ b/themes/academic/layouts/_default/baseof.html @@ -24,6 +24,8 @@ {{ partial "search" . }} {{ partial "navbar" . }} + + {{ partial "survey-btn.html" . }} {{ block "main" . }}{{ end }} @@ -38,5 +40,8 @@ {{ partial "citation" . }} + {{ partial "survey-popup.html" . }} + +