This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch staging-site in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push: new d090da946 survey as redirect (#175) d090da946 is described below commit d090da9463c86c66af2b877587195057d8e7e6a6 Author: dahn <d...@onecht.net> AuthorDate: Fri Feb 23 16:46:49 2024 +0100 survey as redirect (#175) --- docusaurus.config.js | 2 +- src/pages/cloud-builders.js | 6 +++++- src/pages/index.tsx | 8 ++++++-- src/pages/integrations.js | 6 +++++- src/pages/kubernetes.js | 4 +++- src/pages/survey.md | 9 --------- 6 files changed, 20 insertions(+), 15 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4795b5395..d90f6df79 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -161,7 +161,7 @@ const config = { }, { label: 'Take Survey', - href: '/survey' + href: 'https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform' } ] }, diff --git a/src/pages/cloud-builders.js b/src/pages/cloud-builders.js index 45134da66..29525b1cb 100644 --- a/src/pages/cloud-builders.js +++ b/src/pages/cloud-builders.js @@ -48,7 +48,11 @@ platform are greatly reduced.</p> and account management, a full and open native API, resource accounting, and a first-class User Interface.</p> </div> - <div class="col-lg-6 text-center"><img src="/img/CloudStack_survey3.png" class="img-fluid mt-4 mt-lg-2" alt="CloudStack survey"/></div> + <div class="col-lg-6 text-center"> + <a href="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform" target="_blank"> + <img src="/img/CloudStack_survey3.png" class="img-fluid mt-4 mt-lg-2" alt="CloudStack survey"/> + </a> + </div> </div> </div> </section> diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9a3eaef6d..3ccd9a997 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -309,9 +309,13 @@ Annual State of CloudStack Report. This survey will take you less than 5 minutes to complete. Your input is vital for the CloudStack Community! </p> - <div class="center-buttons"><a href="/survey" class="btn btn-outline-secondary btn-size">Take the Survey</a></div> + <div class="center-buttons"><a href="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform" target="_blank" class="btn btn-outline-secondary btn-size">Take the Survey</a></div> + </div> + <div class="col-lg-6 text-center"> + <a href="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform" target="_blank"> + <img src="/img/CloudStack_survey.png" class="img-fluid mt-5"/> + </a> </div> - <div class="col-lg-6 text-center"><img src="/img/CloudStack_survey.png" class="img-fluid mt-5"/></div> </div> </div> </div> diff --git a/src/pages/integrations.js b/src/pages/integrations.js index 3911c4d32..4614ebe75 100644 --- a/src/pages/integrations.js +++ b/src/pages/integrations.js @@ -313,7 +313,11 @@ organisation, including: <li>Collaboration and <strong>Community Engagement</strong></li> </ul> </div> - <div class="col-lg-6 text-center"><img src="img/CloudStack_survey4.png" class="img-fluid mt-4" alt="CloudStack survey"/></div> + <div class="col-lg-6 text-center"> + <a href="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform" target="_blank"> + <img src="img/CloudStack_survey4.png" class="img-fluid mt-4" alt="CloudStack survey"/> + </a> + </div> </div> </div> </section> diff --git a/src/pages/kubernetes.js b/src/pages/kubernetes.js index 4e9a1bc32..89136cf59 100644 --- a/src/pages/kubernetes.js +++ b/src/pages/kubernetes.js @@ -60,7 +60,9 @@ User Interface. </p> </div> <div class="col-lg-6 margin-second text-center"> - <img src="/img/CloudStack_survey2.png" class="img-fluid" alt="CloudStack survey"/> + <a href="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform" target="_blank"> + <img src="/img/CloudStack_survey2.png" class="img-fluid" alt="CloudStack survey"/> + </a> </div> </div> </div> diff --git a/src/pages/survey.md b/src/pages/survey.md deleted file mode 100644 index d5191da69..000000000 --- a/src/pages/survey.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Apache CloudStack Survey ---- - -# Apache CloudStack Survey - -<iframe class="user-survey" src="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform?embedded=true"> - <a href="https://www.formwize.com/run/survey3.cfm?idx=505d040e080008" title="CloudStack Survey">Fill out my form</a> -</iframe>