-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeedback.html
More file actions
178 lines (160 loc) · 7.6 KB
/
feedback.html
File metadata and controls
178 lines (160 loc) · 7.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Life Below Water - Feedback</title>
<link rel="icon" type="image/x-icon" href="images/global/favicon.ico">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/feedback.css">
</head>
<body>
<header class="main-nav">
<div class="nav-top">
<div class="logo">
<a href="home.html">
<img src="images/global/logo.png" alt="TECHASTRIS">
</a>
</div>
<div class="hamburger-menu" id="hamburger-menu">☰</div>
<nav id="nav-links">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="home.html#gallery">Overview</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="teampage.html">Team</a></li>
<li><button id="search-expand">🔍</button></li>
</ul>
</nav>
</div>
<a href="profile.html"><img src="images/global/profile_icon.ico" alt="profile" class="profile-icon"></a>
<button id="themeToggle" class="theme-button"></button>
<!-- Search Bar (Hidden Initially) -->
<div class="search-container" id="search-bar">
<input type="text" placeholder="Search">
<button id="search-btn">Search</button>
<button id="close-search">✖</button>
</div>
</header>
<div id="content">
<div class="container">
<div class="form-header">
<h1>We Value Your Feedback</h1>
<p>Please take a moment to let us know about your experience</p>
</div>
<form id="feedbackForm">
<div class="form-group">
<label for="name" class="required">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email" class="required">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label>How would you rate your experience?</label>
<div class="rating-group">
<label class="rating-label">
<input type="radio" name="rating" value="1" class="rating-input">
<span class="rating-star">★</span>
<span>Poor</span>
</label>
<label class="rating-label">
<input type="radio" name="rating" value="2" class="rating-input">
<span class="rating-star">★</span>
<span>Fair</span>
</label>
<label class="rating-label">
<input type="radio" name="rating" value="3" class="rating-input">
<span class="rating-star">★</span>
<span>Good</span>
</label>
<label class="rating-label">
<input type="radio" name="rating" value="4" class="rating-input">
<span class="rating-star">★</span>
<span>Very Good</span>
</label>
<label class="rating-label">
<input type="radio" name="rating" value="5" class="rating-input">
<span class="rating-star">★</span>
<span>Excellent</span>
</label>
</div>
</div>
<div class="form-group">
<label for="category">Feedback Category</label>
<select id="category" name="category">
<option value="">Select a category</option>
<option value="product">Product</option>
<option value="website">Website</option>
<option value="customer-service">Customer Service</option>
<option value="billing">Billing</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="message" class="required">Your Feedback</label>
<textarea id="message" name="message" required></textarea>
</div>
<!-- New elements from screenshot -->
<div class="form-group additional-question">
<label for="updates">Would you like to receive updates about the website and any offers?</label>
<select id="updates" name="updates">
<option value="">Select an option</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select>
</div>
<div class="form-group additional-question">
<label for="additional">Do you have any additional questions or requests?</label>
<textarea id="additional" name="additional" placeholder="Add your message here"></textarea>
</div>
<div class="form-group">
<button type="submit" class="butn">Submit Feedback</button>
</div>
</form>
</div>
</div>
<!-- Footer Section -->
<footer class="footer">
<a href="https://sdgs.un.org/" target="_blank">
<div class="image-container">
<img src="images/global/image.png" alt="Image 1">
<img src="images/global/logo2.png" alt="Image 2">
</div>
</a>
<!-- Accessibility Links in the center -->
<div class="links">
<a href="home.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="home.html#gallery">OVERVIEW</a>
<a href="volunteer.html">VOLUNTEER</a>
<a href="teampage.html">TEAM</a>
<a href="sitemap.html">SITEMAP</a>
<a href="feedback.html">FEEDBACK</a>
<a href="https://sdgs.un.org/goals/goal14" target="_blank">SDG</a>
</div>
<!-- Line below the links -->
<hr>
<!-- Bottom sections -->
<div class="bottom-text">
<div class="membership">
<a href="table.html">Membership</a>
</div>
<div class="extra-links">
<a href="#" onclick="redirect('Kevin')" class="btn">Kevin</a>
<a href="#" onclick="redirect('Avaneesh')" class="btn">Avaneesh</a>
<a href="#" onclick="redirect('Pangajan')" class="btn">Pangajan</a>
<a href="#" onclick="redirect('Imayuru')" class="btn">Imayuru</a>
</div>
<div class="copyright">
<p>© 2025 TECHASTRIS.</p>
</div>
</div>
</footer>
<!-- JavaScript Files -->
<script src="js/nav-search.js"></script>
<script src="js/redirect.js" defer></script>
</body>
</html>