-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
238 lines (237 loc) · 10.7 KB
/
feedback.html
File metadata and controls
238 lines (237 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
---
permalink: '/questions_and_feedback/'
---
<!DOCTYPE html>
<html lang="en">
{% include head.html title="Feedback" %}
<body>
{% include header.html %} {% include social-media.html %}
<section class="hero is-fullheight-with-navbar decoration-container">
<div class="hero-body">
<div class="container has-text-centered">
<div class="block mb-6">
<h1 class="title inner-text-shadow purple is-size-2-mobile">GOT A QUESTION?</h1>
<a
type="button"
href="#question-section"
class="button is-large gradient flat-glass has-text-weight-bold grape"
style="width: min(100%, 500px)"
>Ask a question</a
>
</div>
<div class="block">
<h1 class="title inner-text-shadow purple is-size-2-mobile">HAVE AN OPINION?</h1>
<a
type="button"
href="#feedback-section"
class="button is-large gradient flat-glass has-text-weight-bold grape"
style="width: min(100%, 500px)"
>Send us your thoughts</a
>
</div>
</div>
</div>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/circles/1.png"
alt=""
class="decorative"
id="feedback-circles-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/circles/2.png"
alt=""
class="decorative"
id="feedback-circles-2"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/triangles/1.png"
alt=""
class="decorative"
id="feedback-triangles-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/circles/3.png"
alt=""
class="decorative"
id="feedback-circles-3"
/>
</section>
<section class="hero is-fullheight-with-navbar pt-6 decoration-container mt-6" id="question-section">
<div class="hero-body">
<div class="container">
<h1 class="title inner-text-shadow purple has-text-centered is-size-2-mobile">GOT A QUESTION?</h1>
<p class="subtitle grape has-text-centered">
Connect with us. The ARW Team is here to help you boost your ARW experience.
</p>
<form class="form container is-max-desktop" id="question-form">
<div class="field">
<label for="name" class="label">Name</label>
<div class="control has-icons-left decoration-container">
<input
id="name"
name="name"
type="text"
class="input gradient flat-glass"
placeholder="Your Name"
/>
<span class="icon is-small is-left">
<i class="far fa-user"></i>
</span>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/triangles/3.png"
alt=""
class="decorative"
id="feedback-triangles-3"
/>
</div>
</div>
<div class="field">
<label for="email" class="label">Email Address</label>
<div class="control has-icons-left">
<input
id="email"
name="email"
type="email"
class="input gradient flat-glass"
placeholder="Your Email"
/>
<span class="icon is-small is-left">
<i class="fas fa-at"></i>
</span>
</div>
</div>
<div class="field">
<label for="question" class="label">Question</label>
<div class="control">
<textarea
name="question"
id="question"
class="textarea gradient flat-glass"
placeholder="Your Question"
></textarea>
</div>
</div>
<div class="control">
<button
type="submit"
id="question-submit"
class="button grape is-link is-fullwidth gradient flat-glass"
>
Submit
</button>
</div>
</form>
</div>
</div>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/ribbons/1.png"
alt=""
class="decorative"
id="feedback-ribbons-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/triangles/2.png"
alt=""
class="decorative"
id="feedback-triangles-2"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/circles/4.png"
alt=""
class="decorative"
id="feedback-circles-4"
/>
</section>
<section class="section is-medium decoration-container" id="feedback-section">
<div class="container">
<h1 class="title inner-text-shadow purple has-text-centered is-size-2-mobile">HAVE AN OPINION?</h1>
<p class="subtitle grape has-text-centered">
We appreciate the time you have taken to help us improve our site and service.<br />
Kindly use the form below to send us a feedback.
</p>
<div id="rating-stars" class="has-text-centered">
<a type="button" title="Give 5 stars" onclick="setActive(5)">★</a>
<a type="button" title="Give 4 stars" onclick="setActive(4)">★</a>
<a type="button" title="Give 3 stars" onclick="setActive(3)">★</a>
<a type="button" title="Give 2 stars" onclick="setActive(2)">★</a>
<a type="button" title="Give 1 star" onclick="setActive(1)">★</a>
</div>
<form class="form container is-max-desktop" id="feedback-form">
<input type="hidden" id="rating" name="rating" value="0" />
<div class="field">
<label for="bug" class="label">Bugs</label>
<div class="control">
<textarea
name="bug"
id="bug"
class="textarea gradient flat-glass"
placeholder="Report bugs"
></textarea>
</div>
</div>
<div class="field">
<label for="suggestion" class="label">Suggestions</label>
<div class="control">
<textarea
name="suggestion"
id="suggestion"
class="textarea gradient flat-glass"
placeholder="Give us suggestions"
></textarea>
</div>
</div>
<div class="field">
<label for="compliment" class="label">Compliments</label>
<div class="control">
<textarea
name="compliment"
id="compliment"
class="textarea gradient flat-glass"
placeholder="Make a compliment"
></textarea>
</div>
</div>
<div class="control">
<button
type="submit"
id="feedback-submit"
class="button grape is-link is-fullwidth gradient flat-glass"
>
Submit
</button>
</div>
</form>
</div>
<!-- <img
src="{{site.baseurl}}/assets/img/decorations/feedback/ribbons/2.png"
alt=""
class="decorative"
id="feedback-ribbons-2"
/> -->
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/circles/6.png"
alt=""
class="decorative"
id="feedback-circles-6"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/circles/5.png"
alt=""
class="decorative"
id="feedback-circles-5"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/feedback/triangles/4.png"
alt=""
class="decorative"
id="feedback-triangles-4"
/>
</section>
<div class="notification is-danger is-light" style="z-index: 8000">
<button class="delete"></button>
<p class="notification-message"></p>
</div>
<script src="{{ site.baseurl }}/assets/js/form-validation.js"></script>
{% include footer.html %}
</body>
</html>