-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·244 lines (237 loc) · 7.96 KB
/
index.html
File metadata and controls
executable file
·244 lines (237 loc) · 7.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Feedback | Coding Corner</title>
<link
href="https://fonts.googleapis.com/css?family=Inconsolata|Open+Sans:400,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/9faec82d34.js"
crossorigin="anonymous"
></script>
</head>
<body data-state="default">
<header class="header">
<h1 class="logo">_CodingCorner</h1>
<p class="subtitle">//co-working space for developers</p>
<ul class="nav">
<li class="nav__item"><a class="nav__link" href="/">Memberships</a></li>
<li class="nav__item"><a class="nav__link" href="/">Location</a></li>
<li class="nav__item"><a class="nav__link" href="/">Amenities</a></li>
</ul>
<p class="contact">
<a class="contact__link" href="/"><i class="fa fa-user"></i> Sign In</a>
</p>
</header>
<main>
<form class="form" action="" data-show="default">
<div class="form__section form__section--one">
<h2 class="form__heading">
We always want to be the best we can be!
</h2>
<fieldset>
<legend class="form__info">
<div>
<p class="form__label">
How likely are you to recommend _CodingCorner to a friend?
</p>
<p class="form__required">required</p>
</div>
<div class="form__scale-legend">
<p>Very Unlikely</p>
<p>Very Likely</p>
</div>
</legend>
<ul class="form__scale-list">
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-1"
value="1"
/>
<label class="form__scale-value" for="happy-1">1</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-2"
value="2"
/>
<label class="form__scale-value" for="happy-2">2</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-3"
value="3"
/>
<label class="form__scale-value" for="happy-3">3</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-4"
value="4"
/>
<label class="form__scale-value" for="happy-4">4</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-5"
value="5"
/>
<label class="form__scale-value" for="happy-5">5</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-6"
value="6"
/>
<label class="form__scale-value" for="happy-6">6</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-7"
value="7"
/>
<label class="form__scale-value" for="happy-7">7</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-8"
value="8"
/>
<label class="form__scale-value" for="happy-8">8</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-9"
value="9"
/>
<label class="form__scale-value" for="happy-9">9</label>
</li>
<li class="form__scale-item">
<input
required
class="form__scale-input"
type="radio"
name="happiness"
id="happy-10"
value="10"
/>
<label class="form__scale-value" for="happy-10">10</label>
</li>
</ul>
</fieldset>
<div class="form__field">
<div class="form__info">
<label for="how-long">
<p class="form__label">
How long have you been co-working here?
</p>
<p class="form__required">required</p>
</label>
</div>
<input
required
class="form__input"
type="text"
name="how-long"
id="how-long"
/>
</div>
<div class="form__field">
<div class="form__info">
<label class="form__label-wrapper" for="best">
<p class="form__label">
What is your favorite part about our space?
</p>
<p class="form__required">required</p>
</label>
</div>
<input
required
class="form__input"
type="text"
name="best"
id="best"
/>
</div>
<div class="form__field">
<div class="form__info">
<label class="form__label-wrapper" for="worst">
<p class="form__label">
What part of our space could we improve?
</p>
<p class="form__required">required</p>
</label>
</div>
<input
required
class="form__input"
type="text"
name="worst"
id="worst"
/>
</div>
</div>
<div class="form__section form__section--two">
<div class="form__field">
<div class="form__info">
<label class="form__label-wrapper" for="magic">
<p class="form__label">
If you had a magic wand and could change anything about
_CodingCorner, what would it be?
</p>
</label>
</div>
<textarea class="form__input" name="magic" id="magic"></textarea>
</div>
<input class="form__submit" type="submit" value="Submit Feedback" />
</div>
</form>
<div class="thank-you" data-show="thank-you">
<i class="thank-you__icon fa fa-glass-cheers"></i>
<p class="thank-you__message">Thank you for giving us your feedback!</p>
</div>
</main>
<script src="script.js"></script>
</body>
</html>