|
17 | 17 | rel="stylesheet"
|
18 | 18 | />
|
19 | 19 | </head>
|
20 |
| - <body class="bg-very-dark-blue grid min-h-screen place-items-center"> |
21 |
| - <main id="main" |
22 |
| - class="bg-main-bg grid min-h-96 max-w-sm content-between rounded-3xl p-6 font-sans text-body md:p-8" |
23 |
| - > |
24 |
| - <img |
25 |
| - class="bg-dark-blue rounded-full p-4" |
26 |
| - src="./images/icon-star.svg" |
27 |
| - alt="" |
28 |
| - /> |
29 |
| - <div> |
30 |
| - <h1 class="mb-2 text-3xl font-bold text-white">How did we do?</h1> |
31 |
| - <p class="text-light-gray"> |
32 |
| - Please let us know how we did with your support request. All feedback |
33 |
| - is appreciated to help us improve our offering! |
34 |
| - </p> |
35 |
| - </div> |
36 |
| - <div id="btnDiv" class="flex justify-between"> |
37 |
| - <button |
38 |
| - class="bg-dark-blue text-medium-gray hover:bg-light-gray h-12 w-12 rounded-full hover:text-white focus:text-white active:bg-primary" |
| 20 | + <body |
| 21 | + class="grid min-h-screen place-items-center bg-very-dark-blue font-sans text-body" |
| 22 | + > |
| 23 | + <main id="main" class="max-w-sm rounded-3xl bg-main-bg"> |
| 24 | + <section id="rate-page"> |
| 25 | + <div class="grid min-h-96 content-between p-6 md:p-8"> |
| 26 | + <img |
| 27 | + class="rounded-full bg-dark-blue p-4" |
| 28 | + src="./images/icon-star.svg" |
| 29 | + alt="" |
| 30 | + /> |
| 31 | + <div> |
| 32 | + <h1 class="mb-2 text-3xl font-bold text-white">How did we do?</h1> |
| 33 | + <p class="text-light-gray"> |
| 34 | + Please let us know how we did with your support request. All |
| 35 | + feedback is appreciated to help us improve our offering! |
| 36 | + </p> |
| 37 | + </div> |
| 38 | + <div id="btnDiv" class="flex justify-between"> |
| 39 | + <button |
| 40 | + class="h-12 w-12 rounded-full bg-dark-blue text-medium-gray hover:bg-light-gray hover:text-white focus:text-white active:bg-primary" |
| 41 | + > |
| 42 | + 1 |
| 43 | + </button> |
| 44 | + <button |
| 45 | + class="h-12 w-12 rounded-full bg-dark-blue text-medium-gray hover:bg-light-gray hover:text-white focus:text-white active:bg-primary" |
| 46 | + > |
| 47 | + 2 |
| 48 | + </button> |
| 49 | + <button |
| 50 | + class="h-12 w-12 rounded-full bg-dark-blue text-medium-gray hover:bg-light-gray hover:text-white focus:text-white active:bg-primary" |
| 51 | + > |
| 52 | + 3 |
| 53 | + </button> |
| 54 | + <button |
| 55 | + class="h-12 w-12 rounded-full bg-dark-blue text-medium-gray hover:bg-light-gray hover:text-white focus:text-white active:bg-primary" |
| 56 | + > |
| 57 | + 4 |
| 58 | + </button> |
| 59 | + <button |
| 60 | + class="h-12 w-12 rounded-full bg-dark-blue text-medium-gray hover:bg-light-gray hover:text-white focus:text-white active:bg-primary" |
| 61 | + > |
| 62 | + 5 |
| 63 | + </button> |
| 64 | + </div> |
| 65 | + <button |
| 66 | + class="mt-2 rounded-full bg-primary py-3 font-semibold uppercase tracking-wider text-white hover:bg-white hover:text-primary" |
| 67 | + type="submit" |
| 68 | + id="btnSubmit" |
| 69 | + > |
| 70 | + Submit |
| 71 | + </button> |
| 72 | + </div> |
| 73 | + </section> |
| 74 | + |
| 75 | + <section id="thank-you-page" class="hidden"> |
| 76 | + <div |
| 77 | + class="grid min-h-96 content-between justify-items-center p-6 text-center md:p-8" |
39 | 78 | >
|
40 |
| - 1 |
41 |
| - </button> |
42 |
| - <button |
43 |
| - class="bg-dark-blue text-medium-gray hover:bg-light-gray h-12 w-12 rounded-full hover:text-white focus:text-white active:bg-primary" |
44 |
| - > |
45 |
| - 2 |
46 |
| - </button> |
47 |
| - <button |
48 |
| - class="bg-dark-blue text-medium-gray hover:bg-light-gray h-12 w-12 rounded-full hover:text-white focus:text-white active:bg-primary" |
49 |
| - > |
50 |
| - 3 |
51 |
| - </button> |
52 |
| - <button |
53 |
| - class="bg-dark-blue text-medium-gray hover:bg-light-gray h-12 w-12 rounded-full hover:text-white focus:text-white active:bg-primary" |
54 |
| - > |
55 |
| - 4 |
56 |
| - </button> |
57 |
| - <button |
58 |
| - class="bg-dark-blue text-medium-gray hover:bg-light-gray h-12 w-12 rounded-full hover:text-white focus:text-white active:bg-primary" |
59 |
| - > |
60 |
| - 5 |
61 |
| - </button> |
62 |
| - </div> |
63 |
| - <button |
64 |
| - class="rounded-full bg-primary py-3 mt-2 font-semibold uppercase tracking-wider text-white hover:bg-white hover:text-primary" type="submit" id="btnSubmit" |
65 |
| - > |
66 |
| - Submit |
67 |
| - </button> |
| 79 | + <img src="./images/illustration-thank-you.svg" alt="" /> |
| 80 | + <p class="rounded-full bg-dark-blue px-4 py-2 text-primary"> |
| 81 | + You selected <span id="rating">nothing</span> out of 5 |
| 82 | + </p> |
| 83 | + <div> |
| 84 | + <h1 class="mb-2 text-3xl font-bold text-white">Thank you!</h1> |
| 85 | + <p class="text-light-gray"> |
| 86 | + We appreciate you taking the time to give a rating. If you ever |
| 87 | + need more support, don’t hesitate to get in touch! |
| 88 | + </p> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | + </section> |
68 | 92 | </main>
|
69 | 93 | <script src="./src/script.js"></script>
|
70 | 94 | </body>
|
|
0 commit comments