-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (171 loc) · 8.69 KB
/
index.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FCC Survey Form</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<h1 id="title" class="page-title">Survey Form</h1>
</header>
<main>
<div class="description">
<p id="description">Let us know how we can improve
<span class="bgy">Bringa Gyúró</span>.
</p>
</div>
<form action="#" method="GET" id="survey-form" class="survey-form">
<div class="separator">
<div class="container-align-center">
<label for="name" id="name-label" class="question">Your name:</label>
<div class="answer">
<input type="text" name="name" id="name" required placeholder="Enter your name">
</div>
</div>
<div class="container-align-center">
<label for="email" id="email-label" class="question">Your email:</label>
<div class="answer">
<input type="email" name="email" id="email" required placeholder="Enter your email">
</div>
</div>
<div class="container-align-center">
<label for="number" id="number-label" class="question">Your age:</label>
<div class="answer">
<input type="number" name="number" id="number" min="1" max="110" placeholder="Enter your age">
</div>
</div>
</div>
<div class="separator">
<div class="container-align-start">
<p class="question">How did you hear about
<span class="bgy">Bringa Gyúró</span>?
<br>(Check all that apply)
</p>
<div class="answer input-group">
<div class="input-group-item">
<input type="checkbox" id="newspaper" name="ad" value="newspaper">
<label for="newspaper">through ÖsszeGyúró</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="website" name="ad" value="website">
<label for="website">through www.gyuro.hu</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="poster" name="ad" value="poster">
<label for="poster">through a poster</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="facebook" name="ad" value="facebook">
<label for="facebook">through Facebook</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="friend" name="ad" value="friend">
<label for="friend">through a friend</label>
</div>
<div class="input-group-item other">
<label for="other-ad">Other:</label>
<input type="text" id="other-ad" name="ad">
</div>
</div>
</div>
</div>
<div class="separator">
<div class="container-align-center">
<label for="dropdown" class="question">How did you take part in the
<span class="bgy">Bringa Gyúró</span>?
</label>
<div class="answer">
<select name="part" id="dropdown">
<option selected disabled>Select an option</option>
<option value="organizer">Organizer</option>
<option value="competitor">Competitor</option>
<option value="viewer">Viewer</option>
<option value="none">I didn't take part</option>
</select>
</div>
</div>
</div>
<div class="separator">
<div class="container-align-start">
<p class="question">What did you like the best?
<br>(Check all that apply)</p>
<div class="answer input-group">
<div class="input-group-item">
<input type="checkbox" id="catering" name="the-best" value="catering">
<label for="catering">the catering</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="path" name="the-best" value="path">
<label for="path">the path of the race</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="challenges" name="the-best" value="challenges">
<label for="challenges">the challenges</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="registration" name="the-best" value="registration">
<label for="registration">the fast registration</label>
</div>
<div class="input-group-item">
<input type="checkbox" id="awards" name="the-best" value="awards">
<label for="awards">the lots of awards</label>
</div>
<div class="input-group-item other">
<label for="other-the-best">Other:</label>
<input type="text" id="other-the-best" name="ad">
</div>
</div>
</div>
</div>
<div class="separator">
<div class="container-align-start">
<p class="question">Would you recommend
<span class="bgy">Bringa Gyúró</span> to a friend?</p>
<div class="answer input-group">
<div class="input-group-item">
<input type="radio" id="definitely" value="definitely" name="recommendation">
<label for="definitely">definitely</label>
</div>
<div class="input-group-item">
<input type="radio" id="maybe" value="maybe" name="recommendation">
<label for="maybe">maybe</label>
</div>
<div class="input-group-item">
<input type="radio" id="not-sure" value="not-sure" name="recommendation">
<label for="not-sure">not sure</label>
</div>
</div>
</div>
</div>
<div class="no-separator">
<div class="container-align-start">
<p class="question">Any comments or suggestions?</p>
<div class="answer">
<textarea name="comments">Enter your comments here...</textarea>
</div>
</div>
</div>
<div class="submit">
<div>
<input type="submit" value="Submit" id="submit" class="submit-button">
</div>
</div>
</form>
</main>
<!-- <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> -->
</body>
</html>