generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeedback.html
187 lines (166 loc) · 7.73 KB
/
feedback.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Arklow Trails">
<meta name="keywords"
content="arklow, wicklow, ireland, walk, walks, trail, hike, run, running, jog, jogging, dog, family, children, nature, pond, seaside, sea-side, sea, kids, beach, hill-walk, hill, path">
<title>Arklow Trails About & Feedback</title>
<!--15/04/23 DMcC: Reinstated missing end link: issue 004 css file not found on deployed version -->
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- Add Libre Franklin & Libre Baskerville fonts -->
<!-- Added a link to html rather than import to css, as per recommendation from stack overflow -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Libre+Franklin&display=swap"
rel="stylesheet">
</head>
<body>
<header class="header">
<!-- 18/04/23 DMcC: Reinstate navbar and container classes as needed for responsive media queries-->
<div class="navbar container">
<a href="index.html">
<h1 id="logo">Arklow Trails</h1>
</a>
<nav>
<!-- Add list items in reverse display order (ie rightmost item first on list)-->
<ul id="menu">
<li> <a href="index.html">Home</a>
</li>
<li>
<a href="walks.html">Walks</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="feedback.html" class="active">Feedback</a>
</li>
</ul>
</nav>
</div> <!-- end div navbar container -->
</header>
<section class="main-left">
<h2>Left-hand panel - intentionaly left blank</h2>
</section>
<!-- Main section - feedback fields -->
<section class="mainmap feedback">
<hr>
<br>
<h2>Feedback panel</h2>
<p>Please give us your <a href="feedback.html">feedback</a> on walks taken, photos gathered, and other interesting
trails!</p>
<br>
<br>
<p>Please try the trails described here and upload a review to help the next person, and photos if you have
them</p>
<p>All feedback will be assessed for inclusion on the site</p>
<br>
<form action="https://formdump.codeinstitute.net" method="POST">
<!-- Choice of walks implemented as a drop down list rather than radio buttons as might be more appropriate to mobile screen usage -->
<label for="walk-name">Walk: </label>
<select id="walk-name" name="walkname">
<option value="arklow_rock">Arklow Rock</option>
<option value="glenart">Glenart</option>
<option value="kilbride">Kibride Pyramid</option>
<option value="nature_res">Nature Reserve & Duckpond</option>
<option value="moneylands">Moneylands Farm</option>
<option value="riverbank">Riverbank</option>
<option value="other">Other (add details below)</option>
</select>
<!-- start rating code sourced from:..... -->
<br>
<br>
<p>Your star rating: </p> <!-- end review-stars positioning-->
<!-- 18/04/23 DMcC: was laid out as a frm within a frm which is against css rules; subsitute a div-->
<div class="star-rating" id="review-stars">
<input class="radio-input" type="radio" id="star5" name="star-input" value="5" />
<label class="radio-label" for="star5" title="5 stars">5 stars</label>
<input class="radio-input" type="radio" id="star4" name="star-input" value="4" />
<label class="radio-label" for="star4" title="4 stars">4 stars</label>
<input class="radio-input" type="radio" id="star3" name="star-input" value="3" />
<label class="radio-label" for="star3" title="3 stars">3 stars</label>
<input class="radio-input" type="radio" id="star2" name="star-input" value="2" />
<label class="radio-label" for="star2" title="2 stars">2 stars</label>
<input class="radio-input" type="radio" id="star1" name="star-input" value="1" />
<label class="radio-label" for="star1" title="1 star">1 star</label>
</div> <!-- end review star input-->
<br>
<label for="date-walked">Date walked: <br></label>
<input id="date-walked" type="date" name="date" />
<br><br>
<label for="review">Your review:<br> </label>
<!-- 22/04/23 DMcC: Removed required tag on review field as not valid for textarea -->
<input id="review" type="text" name="review" rows="4" cols="50" placeholder="Please share your experience and photos!" />
<br><br>
<p>We would love to have your photos!</p>
<br>
<label for="photo1">Photo1: </label>
<input id="photo1" type="file" name="TrailPhoto1" /><br>
<label for="photo2">Photo2: </label>
<input id="photo2" type="file" name="TrailPhoto2" /><br>
<label for="photo3">Photo3: </label>
<input id="photo3" type="file" name="TrailPhoto3" /><br>
<br>
<br>
<label for="firstname">Firstname: </label>
<input id="firstname" type="text" name="fname" />
<label for="surname">Surname: </label>
<input id="surname" type="text" name="sname" />
<br>
<br>
<label for="email">Email: </label>
<input id="email" type="email" name="email" required />
<br>
<br>
<input id="accept_terms" type="checkbox" name="accept_terms" required />
<label for="accept_terms">Tick to accept Terms and Conditions<br></label>
<br>
<input type="submit" class="button" value="Submit" name="submit" />
</form> <!-- end main frm -->
<br>
<p>Feedback is used to rate the walks listed and also to suggest new walks which should be added (choose 'Other'
and add details/ photos).</p>
<p>Email address will be verified prior to upload of images or reviews are shared</p>
</section>
<section class="main-right">
<h2>right-hand panel - intentionally left blank</h2>
<p></p>
</section>
<!-- Footer section showing social media links and logos for the collaborative partners of this site -->
<footer class="footer">
<div class="container-foot">
<!-- DMcC 12/04/23 remove reference to container in class below-->
<!-- DMcC 16/04/23: Issue 005 Class "partners" not being picked up due to misspelling 'class' as 'classs' -->
<!-- <div> -->
<ul class="partners">
<li>
<a href="https://www.facebook.com/coastalrunnersarklow/" target="_blank" rel="noopener"
aria-label="Arklow Trail Trotters facebook (opens in a new tab)">
<i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href="https://visitwicklow.ie/listing/arklow/" target="_blank" rel="noopener"
aria-label="Wicklow Tourism (opens in a new tab)"><i class="fa-regular fa-snowflake"
style="color: #c70505;"></i>
</a>
</li>
<li>
<a href="https://youtube.com" target="_blank" rel="noopener"
aria-label="Visit our YouTube page (opens in a new tab)"><i class="fa-brands fa-youtube"
style="color: #f25a07;"></i></a>
</li>
<li>
<a href="https://instagram.com" target="_blank" rel="noopener"
aria-label="Visit our Insta (opens in a new tab)"><i class="fa-brands fa-instagram"></i></a>
</li>
</ul>
</div> <!-- end container-foot -->
</footer>
<!-- font awesome script -->
<!-- using current/latest font awesome release pack -->
<script src="https://kit.fontawesome.com/a5acd5b07c.js" crossorigin="anonymous"></script>
</body>
</html>