From 5536c1fe50b67540d0865f1cc4b43f064b9575d7 Mon Sep 17 00:00:00 2001 From: CchristiNana <139203070+CchristiNana@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:32:52 +1000 Subject: [PATCH 1/3] feedback form creation --- public/feedbackform.html | 92 ++++++++++++++++++++++ public/submitsuccess.html | 46 +++++++++++ src/content/docs/feedback/feedback form.md | 4 +- 3 files changed, 140 insertions(+), 2 deletions(-) create mode 100644 public/feedbackform.html create mode 100644 public/submitsuccess.html diff --git a/public/feedbackform.html b/public/feedbackform.html new file mode 100644 index 00000000..78c8f287 --- /dev/null +++ b/public/feedbackform.html @@ -0,0 +1,92 @@ + + + + + +Feedback Form + + + +
+

Feedback Page

+

We would love your feedback

+

Our goal is to make a platform that simplifies your workday. You’ve been using Thoth Tech Documentation Website for a while now, and we’d love to know what you think about it. We really appreciate your feedback!

+ +
+ + + + + +
+ +
+ + +
+ + + + +
+ + +
+
+ + diff --git a/public/submitsuccess.html b/public/submitsuccess.html new file mode 100644 index 00000000..90e069c5 --- /dev/null +++ b/public/submitsuccess.html @@ -0,0 +1,46 @@ + + + + + +Feedback Submitted + + + +
+

Feedback Submitted

+

We would love your feedback

+

Our goal is to make a platform that simplifies your workday. You’ve been using Thoth Tech Documentation Website for a while now, and we’d love to know what you think about it. We really appreciate your feedback!

+ +
+

Thanks for sharing your feedback with us

+

Your feedback has been submitted successfully.

+

Your input is valuable to us and will help us improve our services.

+
+
+ + diff --git a/src/content/docs/feedback/feedback form.md b/src/content/docs/feedback/feedback form.md index a62c1f45..08311432 100644 --- a/src/content/docs/feedback/feedback form.md +++ b/src/content/docs/feedback/feedback form.md @@ -14,8 +14,8 @@ You have several options for sending us your feedback. Please choose the one tha ##### Option 1: Fill Out Our Online Form -Please fill out our detailed feedback form available at [Our Feedback Form](link). It only takes a -few minutes! +Please fill out our detailed feedback form available at [Our Feedback Form](/feedbackform.html). It +only take a few minutes! ##### Option 2: Contact your team leader or senior students From d1e8a33d6f8c90150794e3e2fe891ab892352774 Mon Sep 17 00:00:00 2001 From: CchristiNana <139203070+CchristiNana@users.noreply.github.com> Date: Sun, 5 May 2024 19:47:46 +1000 Subject: [PATCH 2/3] update --- public/feedbackform.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/feedbackform.html b/public/feedbackform.html index 78c8f287..025f1108 100644 --- a/public/feedbackform.html +++ b/public/feedbackform.html @@ -69,10 +69,28 @@

Feedback Page

+<<<<<<< Updated upstream +======= +
+ +
+ + +
+ + + + +
+ + + +
+>>>>>>> Stashed changes
From 502f51af7d8d096e0a8852676994767d4cc48a64 Mon Sep 17 00:00:00 2001 From: CchristiNana <139203070+CchristiNana@users.noreply.github.com> Date: Sun, 5 May 2024 19:51:39 +1000 Subject: [PATCH 3/3] fix star rating order --- public/feedbackform.html | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/public/feedbackform.html b/public/feedbackform.html index 025f1108..03566960 100644 --- a/public/feedbackform.html +++ b/public/feedbackform.html @@ -23,6 +23,9 @@ .star-rating { text-align: center; font-size: 0; + display: flex; + flex-direction: row-reverse; /* Reverse the order of children */ + justify-content: center; } .star-rating input { display: none; @@ -69,12 +72,10 @@

Feedback Page

-<<<<<<< Updated upstream -=======
@@ -86,25 +87,10 @@

Feedback Page

-
->>>>>>> Stashed changes - -
- - -
- - - - -
- - -