-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
503 lines (450 loc) · 24.9 KB
/
feedback.html
File metadata and controls
503 lines (450 loc) · 24.9 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<script>
// Prevent flash of white on page load by applying theme immediately
(function() {
const savedTheme = localStorage.getItem('theme');
const prefersDarkScheme = window.matchMedia('(prefers-color-scheme: dark)');
if (savedTheme === 'dark' || (!savedTheme && prefersDarkScheme.matches)) {
document.documentElement.setAttribute('data-theme', 'dark');
}
})();
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Feedback - Burnley College Science Festival</title>
<meta name="description" content="Provide your feedback on the Burnley College Science Festival website">
<meta name="keywords" content="feedback, survey, science festival, burnley college">
<!-- Favicons -->
<link href="assets/img/favicon.png?v=2" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Questrial:wght@400&family=Montserrat:wght@500;600;700;800&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- Pageclip Form -->
<link rel="stylesheet" href="https://s.pageclip.co/v1/pageclip.css" media="screen">
</head>
<body class="feedback-page loading">
<!-- Loading Screen -->
<div id="loader-wrapper">
<div id="atom-container">
<div class="nucleus"></div>
<div class="electron-orbit">
<div class="electron"></div>
</div>
<div class="electron-orbit">
<div class="electron"></div>
</div>
<div class="electron-orbit">
<div class="electron"></div>
</div>
</div>
<div class="loader-text">Loading Science...</div>
</div>
<header id="header" class="header d-flex align-items-center sticky-top">
<div class="header-container container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.webp" alt=""> -->
<h1 class="sitename">BCSF 🧪🧬</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#schedule">Schedule & Disciplines</a></li>
<li><a href="index.html#activities">Activities</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="exhibition-details.html">Exhibition</a></li>
<li><a href="workshop-services.html">Workshops</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="feedback.html" class="active">Feedback</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<div class="social-toggle-wrapper d-flex align-items-center justify-content-end">
<div class="header-social-links">
<a href="https://twitter.com/BurnleyCollege" class="twitter" target="_blank" rel="noopener noreferrer"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/BurnleyCollege" class="facebook" target="_blank" rel="noopener noreferrer"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/burnleycollege" class="instagram" target="_blank" rel="noopener noreferrer"><i class="bi bi-instagram"></i></a>
<a href="https://www.youtube.com/user/BurnleyCollege" class="youtube" target="_blank" rel="noopener noreferrer"><i class="bi bi-youtube"></i></a>
<a href="https://www.linkedin.com/school/burnley-college" class="linkedin" target="_blank" rel="noopener noreferrer"><i class="bi bi-linkedin"></i></a>
</div>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle Dark Mode">
<i class="bi bi-sun-fill"></i>
</button>
</div>
</div>
</header>
<main id="main">
<!-- Page Title Section -->
<section class="page-title">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Website Feedback</h2>
<nav class="breadcrumb-nav" aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Feedback</li>
</ol>
</nav>
</div>
</div>
</div>
</section>
<!-- Feedback Form Section -->
<section class="feedback-form section">
<div class="container">
<div class="section-title">
<h2>Your Opinion Matters</h2>
<div class="title-shape">
<svg viewBox="0 0 200 20" xmlns="http://www.w3.org/2000/svg">
<path d="M 0,10 C 40,0 60,20 100,10 C 140,0 160,20 200,10" fill="none" stroke="currentColor" stroke-width="2"></path>
</svg>
</div>
<p>We value your feedback! Please help us improve our website by completing this short survey.</p>
</div>
<div class="row gy-4 mt-3">
<div class="col-lg-5">
<div class="content">
<span class="section-category mb-2 text-accent">Website Feedback</span>
<h2 class="mb-4">Help Us Improve</h2>
<p class="lead mb-4">Your feedback is essential for us to enhance your experience on our website. All submissions are anonymous unless you choose to provide your contact information.</p>
<div class="feedback-points mt-5">
<div class="point-item d-flex align-items-start mb-4">
<i class="bi bi-check-circle-fill me-3 text-primary"></i>
<div>
<h5 class="mb-0">User Experience</h5>
<p class="mb-0 mt-1">Help us understand how easy it is to navigate our website.</p>
</div>
</div>
<div class="point-item d-flex align-items-start mb-4">
<i class="bi bi-check-circle-fill me-3 text-primary"></i>
<div>
<h5 class="mb-0">Content Quality</h5>
<p class="mb-0 mt-1">Let us know if our information is clear, relevant, and helpful.</p>
</div>
</div>
<div class="point-item d-flex align-items-start">
<i class="bi bi-check-circle-fill me-3 text-primary"></i>
<div>
<h5 class="mb-0">Suggestions</h5>
<p class="mb-0 mt-1">Share your ideas on how we can make the website better.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-7">
<div class="feedback-form-container card border-0 p-4 p-md-5">
<form action="https://send.pageclip.co/PmJIW5BsR2gDg98y3COG9EhKFr0zD8qr/feedback" class="pageclip-form" method="post">
<div class="row gy-4">
<div class="col-12">
<h4 class="mb-4">Website Rating</h4>
</div>
<div class="col-md-6">
<div class="form-group mb-3">
<label class="form-label">How easy was it to navigate the website?</label>
<div class="rating-options">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="navigation_rating" id="nav-1" value="1" required>
<label class="form-check-label" for="nav-1">1</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="navigation_rating" id="nav-2" value="2">
<label class="form-check-label" for="nav-2">2</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="navigation_rating" id="nav-3" value="3">
<label class="form-check-label" for="nav-3">3</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="navigation_rating" id="nav-4" value="4">
<label class="form-check-label" for="nav-4">4</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="navigation_rating" id="nav-5" value="5">
<label class="form-check-label" for="nav-5">5</label>
</div>
</div>
<div class="form-text text-muted">1 = Very Difficult, 5 = Very Easy</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group mb-3">
<label class="form-label">How would you rate the design/visual appeal?</label>
<div class="rating-options">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="design_rating" id="design-1" value="1" required>
<label class="form-check-label" for="design-1">1</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="design_rating" id="design-2" value="2">
<label class="form-check-label" for="design-2">2</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="design_rating" id="design-3" value="3">
<label class="form-check-label" for="design-3">3</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="design_rating" id="design-4" value="4">
<label class="form-check-label" for="design-4">4</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="design_rating" id="design-5" value="5">
<label class="form-check-label" for="design-5">5</label>
</div>
</div>
<div class="form-text text-muted">1 = Poor, 5 = Excellent</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group mb-3">
<label class="form-label">How would you rate the content quality?</label>
<div class="rating-options">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="content_rating" id="content-1" value="1" required>
<label class="form-check-label" for="content-1">1</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="content_rating" id="content-2" value="2">
<label class="form-check-label" for="content-2">2</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="content_rating" id="content-3" value="3">
<label class="form-check-label" for="content-3">3</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="content_rating" id="content-4" value="4">
<label class="form-check-label" for="content-4">4</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="content_rating" id="content-5" value="5">
<label class="form-check-label" for="content-5">5</label>
</div>
</div>
<div class="form-text text-muted">1 = Poor, 5 = Excellent</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group mb-3">
<label class="form-label">Overall satisfaction with the website</label>
<div class="rating-options">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="overall_rating" id="overall-1" value="1" required>
<label class="form-check-label" for="overall-1">1</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="overall_rating" id="overall-2" value="2">
<label class="form-check-label" for="overall-2">2</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="overall_rating" id="overall-3" value="3">
<label class="form-check-label" for="overall-3">3</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="overall_rating" id="overall-4" value="4">
<label class="form-check-label" for="overall-4">4</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="overall_rating" id="overall-5" value="5">
<label class="form-check-label" for="overall-5">5</label>
</div>
</div>
<div class="form-text text-muted">1 = Very Dissatisfied, 5 = Very Satisfied</div>
</div>
</div>
<div class="col-12">
<h4 class="mb-3 mt-3">Detailed Feedback</h4>
</div>
<div class="col-12">
<div class="form-group mb-3">
<label for="liked-most" class="form-label">What did you like most about our website?</label>
<textarea class="form-control" name="liked_most" id="liked-most" rows="3"></textarea>
</div>
</div>
<div class="col-12">
<div class="form-group mb-3">
<label for="improvements" class="form-label">What aspects of our website could be improved?</label>
<textarea class="form-control" name="improvements" id="improvements" rows="3"></textarea>
</div>
</div>
<div class="col-12">
<div class="form-group mb-3">
<label for="suggestions" class="form-label">Do you have any additional suggestions or comments?</label>
<textarea class="form-control" name="suggestions" id="suggestions" rows="3"></textarea>
</div>
</div>
<div class="col-12">
<div class="form-group mb-3">
<label class="form-label">Would you recommend our website to others?</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="recommend" id="recommend-yes" value="yes" required>
<label class="form-check-label" for="recommend-yes">Yes</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="recommend" id="recommend-no" value="no">
<label class="form-check-label" for="recommend-no">No</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="recommend" id="recommend-maybe" value="maybe">
<label class="form-check-label" for="recommend-maybe">Maybe</label>
</div>
</div>
</div>
<div class="col-12">
<div class="form-group mb-4">
<label class="form-label mb-3">Optional: Your Information</label>
<p class="form-text text-muted mb-3">If you'd like us to contact you about your feedback, please provide your details (optional):</p>
<div class="row g-3">
<div class="col-md-6">
<input type="text" class="form-control" name="name" placeholder="Your Name (Optional)">
</div>
<div class="col-md-6">
<input type="email" class="form-control" name="email" placeholder="Your Email (Optional)">
</div>
</div>
</div>
</div>
<div class="col-12 text-center">
<button class="btn btn-primary pageclip-form__submit" type="submit">
<span>Submit Feedback</span>
</button>
</div>
</div>
</form>
<!-- Thank You Message (hidden by default) -->
<div id="form-thank-you" class="thank-you-message" style="display: none;">
<div class="text-center py-5">
<div class="mb-4">
<i class="bi bi-check-circle-fill text-success" style="font-size: 4rem;"></i>
</div>
<h3>Thank You for Your Feedback!</h3>
<p class="lead">Your input is valuable and will help us improve our website.</p>
<button class="btn btn-outline-primary mt-3" onclick="resetForm()">Submit Another Response</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer id="footer" class="footer">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<span>BCSF 🧪🧬</span>
</a>
<p>The Burnley College Science Festival (BCSF) brings together the brightest minds in science for an unforgettable experience of discovery, learning, and innovation.</p>
<div class="social-links d-flex mt-4">
<a href="https://twitter.com/BurnleyCollege" class="twitter" target="_blank" rel="noopener noreferrer"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/BurnleyCollege" class="facebook" target="_blank" rel="noopener noreferrer"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/burnleycollege" class="instagram" target="_blank" rel="noopener noreferrer"><i class="bi bi-instagram"></i></a>
<a href="https://www.youtube.com/user/BurnleyCollege" class="youtube" target="_blank" rel="noopener noreferrer"><i class="bi bi-youtube"></i></a>
<a href="https://www.linkedin.com/school/burnley-college" class="linkedin" target="_blank" rel="noopener noreferrer"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="index.html#hero">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
<li><a href="index.html#activities">Activities</a></li>
<li><a href="feedback.html">Feedback</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="exhibition-details.html">Exhibition</a></li>
<li><a href="workshop-services.html">Workshops</a></li>
<li><a href="index.html#services">Support Services</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
Burnley College<br>
Princess Way<br>
Burnley, Lancashire<br>
BB12 0AN<br><br>
<strong>Phone:</strong> 01282 733373<br>
<strong>Email:</strong> s.services@burnley.ac.uk<br>
</p>
</div>
</div>
</div>
<div class="container mt-4">
<div class="copyright">
Created by <strong><span>Max Theobald</span></strong><br>
Need a website for your business/project? Contact me: <a href="mailto:maxtheobald@protonmail.com">maxtheobald@protonmail.com</a><br>
<small class="footer-disclaimer d-block mt-3">Not affiliated with Burnley College; this site was made for a college assignment.</small>
</div>
</div>
</footer>
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- GSAP Animation Library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/MotionPathPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<!-- Custom JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/animations.js"></script>
<script src="https://s.pageclip.co/v1/pageclip.js" charset="utf-8"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
// Get the form and thank you message elements
const contactForm = document.querySelector('.pageclip-form');
const formContent = contactForm;
const thankYouMessage = document.getElementById('form-thank-you');
// Add a callback for Pageclip's onSuccess
Pageclip.form(contactForm, {
onSubmit: function(event) {
// Let Pageclip handle the submission
return true;
},
onResponse: function(error, response) {
// Don't hide anything on error
if (error) return;
// Hide the form and show the thank you message
formContent.style.display = 'none';
thankYouMessage.style.display = 'block';
// Scroll to the thank you message
thankYouMessage.scrollIntoView({ behavior: 'smooth' });
}
});
});
// Function to reset the form and show it again
function resetForm() {
const contactForm = document.querySelector('.pageclip-form');
const thankYouMessage = document.getElementById('form-thank-you');
// Reset the form fields
contactForm.reset();
// Hide thank you message and show form
thankYouMessage.style.display = 'none';
contactForm.style.display = 'block';
}
</script>
</body>
</html>