-
Notifications
You must be signed in to change notification settings - Fork 0
/
plan.html
411 lines (382 loc) · 10.1 KB
/
plan.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
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
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./icons8_coffee_to_go.ico"
/>
<title>Create your plan - Cofferoasters</title>
<link rel="stylesheet" href="./style/style.css" />
</head>
<body>
<main>
<nav>
<svg onclick="document.location='./index.html'" class="nav-logo" role="img">
<use xlink:href="sprite.svg#logo"></use>
</svg>
<div id="navigation">
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="./about.html">ABOUT US</a></li>
<li>CREATE YOUR PLAN</li>
</ul>
</div>
<div id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<div class="modal-menu hidden">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About Us</a></li>
<li>Create Your Plan</li>
</ul>
</div>
<div class="card card--plan">
<h1>Create a plan</h1>
<p>Build a subscription plan that best fits your needs. We offer an assortment of the best
artisan coffees from around the globe delivered fresh to your door.</p>
</div>
<section class="all-steps">
<div class="steps-illustration-2">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="behind-line"></div>
</div>
<div class="steps-list">
<div class="step">
<h1>01</h1>
<h2>Pick your coffee</h2>
<p>
Select from our evolving range of artisan coffees. Our beans are
ethically sourced and we pay fair prices for them. There are new
coffees in all profiles every month for you to try out.
</p>
</div>
<div class="step">
<h1>02</h1>
<h2>Choose the frequency</h2>
<p>
Customize your order frequency, quantity, even your roast style and
grind type. Pause, skip or cancel your subscription with no commitment
through our online portal.
</p>
</div>
<div class="step">
<h1>03</h1>
<h2>Receive and enjoy!</h2>
<p>
We ship your package within 48 hours, freshly roasted. Sit back and
enjoy award-winning world-class coffees curated to provide a distinct
tasting experience.
</p>
</div>
</div>
</section>
<div class="questions-map">
<div class="question-map">
<h3>
01
</h3>
<h2>
Preferences
</h2>
</div>
<div class="separator"></div>
<div class="question-map">
<h3>
02
</h3>
<h2>
Bean type
</h2>
</div>
<div class="separator"></div>
<div class="question-map">
<h3>
03
</h3>
<h2>
Quantity
</h2>
</div>
<div class="separator"></div>
<div class="question-map">
<h3>
04
</h3>
<h2>
Grind option
</h2>
</div>
<div class="separator"></div>
<div class="question-map question-map--disabled">
<h3>
05
</h3>
<h2>
Deliveries
</h2>
</div>
</div>
<section class="questions-section">
<div id="options" class="options">
<div class="choice">
<div class="question">
<h1>
How do you drink your coffee?
</h1>
<div class="arrow-wrap">
<svg role="img">
<use xlink:href="sprite.svg#icon-arrow"></use>
</svg>
</div>
</div>
<div class="answers">
<div id="capsule" class="answer">
<h3>
Capsule
</h3>
<p>
Compatible with Nespresso systems and similar brewers
</p>
</div>
<div id="filter" class="answer">
<h3>
Filter
</h3>
<p>
For pour over or drip methods like Aeropress, Chemex, and V60
</p>
</div>
<div id="espresso" class="answer">
<h3>
Espresso
</h3>
<p>
Dense and finely ground beans for an intense, flavorful experience
</p>
</div>
</div>
</div>
<div class="choice">
<div class="question">
<h1>
What type of coffee?
</h1>
<div class="arrow-wrap">
<svg role="img">
<use xlink:href="sprite.svg#icon-arrow"></use>
</svg>
</div>
</div>
<div class="answers">
<div id="origin" class="answer">
<h3>
Single origin
</h3>
<p>
Distinct, high quality coffee from a specific family-owned farm
</p>
</div>
<div id="decaf" class="answer">
<h3>
Decaf
</h3>
<p>
Just like regular coffee, except the caffeine has been removed
</p>
</div>
<div id="blended" class="answer">
<h3>
Blended
</h3>
<p>
Combination of two or three dark roasted beans of organic coffees
</p>
</div>
</div>
</div>
<div class="choice">
<div class="question">
<h1>
How much would you like?
</h1>
<div class="arrow-wrap">
<svg role="img">
<use xlink:href="sprite.svg#icon-arrow"></use>
</svg>
</div>
</div>
<div class="answers">
<div id="250" class="answer">
<h3>
250g
</h3>
<p>
Perfect for the solo drinker. Yields about 12 delicious cups.
</p>
</div>
<div id="500" class="answer">
<h3>
500g
</h3>
<p>
Perfect option for a couple. Yields about 40 delectable cups.
</p>
</div>
<div id="1000" class="answer">
<h3>
1000g
</h3>
<p>
Perfect for offices and events. Yields about 90 delightful cups.
</p>
</div>
</div>
</div>
<div class="choice">
<div class="question">
<h1>
Want us to grind them?
</h1>
<div class="arrow-wrap">
<svg role="img">
<use xlink:href="sprite.svg#icon-arrow"></use>
</svg>
</div>
</div>
<div class="answers">
<div id="wholebean" class="answer">
<h3>
Wholebean
</h3>
<p>
Best choice if you cherish the full sensory experience
</p>
</div>
<div id="grindFilter" class="answer">
<h3>
Filter
</h3>
<p>
For drip or pour-over coffee methods such as V60 or Aeropress
</p>
</div>
<div id="cafetiere" class="answer">
<h3>
Cafetiére
</h3>
<p>
Course ground beans specially suited for french press coffee
</p>
</div>
</div>
</div>
<div class="choice ">
<div class="question question--disabled">
<h1>
How often should we deliver?
</h1>
<div class="arrow-wrap">
<svg role="img">
<use xlink:href="sprite.svg#icon-arrow"></use>
</svg>
</div>
</div>
<div class="answers">
<div id="weekly" class="answer">
<h3>
Every week
</h3>
<p class="price invisible-price">
$<span id="weekly-price"></span> per shipment. Includes free first-class shipping.
</p>
</div>
<div id="twoWeeks" class="answer">
<h3>
Every 2 weeks
</h3>
<p class="price invisible-price">
$<span id="biweekly-price"></span> per shipment. Includes free priority shipping.
</p>
</div>
<div id="monthly" class="answer">
<h3>
Every month
</h3>
<p class="price invisible-price">
$<span id="monthly-price"></span> per shipment. Includes free priority shipping.
</p>
</div>
</div>
</div>
<section class="order-overview">
<div class="card order-preview">
<h3>
Order Summary
</h3>
<h4>
</h4>
</div>
<button id="confirm" class="disabled">
Create my plan!
</button>
</section>
</div>
</section>
<!-- Modal -->
<div class="modal hidden">
<div class="modal__title">
<h1>
Order Summary
</h1>
</div>
<div class="modal__preview">
<h4 id="modal-summary">
</h4>
<p>
Is this correct? You can proceed to checkout or go back to plan selection if something
is off. Subscription discount codes can also be redeemed at the checkout.
</p>
</div>
<div class="checkout-preview">
<h3>$<span id="checkout-price">lol</span>/mo</h3>
<button id="checkout">
Checkout
</button>
</div>
</div>
<div id="overlay" class="hidden"></div>
<!-- End modal -->
<footer>
<svg class="logo" role="img">
<use xlink:href="sprite.svg#logo-white"></use>
</svg>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About us</a></li>
<li><a href="./plan.html">Create your plan</a></li>
</ul>
<div class="socials">
<svg class="icon" role="img">
<use xlink:href="sprite.svg#icon-facebook"></use>
</svg>
<svg class="icon" role="img">
<use xlink:href="sprite.svg#icon-instagram"></use>
</svg>
<svg class="icon" role="img">
<use xlink:href="sprite.svg#icon-twitter"></use>
</svg>
</div>
</footer>
</main>
<script src="./js/script.js"></script>
<script src="./js/plan.js"></script>
</body>
</html>