-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapsule-selected.html
223 lines (198 loc) · 10.6 KB
/
capsule-selected.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
<!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">
<title>CoffeeRoasters Subscribe</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="header__container container">
<img src="img/logo.svg" alt="navbar logo" class="logo-img navbar__logo">
<nav class="header__navbar about-navbar">
<ul class="navbar__list">
<li class="navbar__list-item nav-item"><a href="index.html">HOME</a></li>
<li class="navbar__list-item nav-item"><a href="about.html">ABOUT US</a></li>
<li class="navbar__list-item nav-item nav-item--active"><a href="#">CREATE YOUR PLAN</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="subscribe-intro">
<div class="subscribe-intro__container container">
<h1 class="visually-hidden">Create plan</h1>
<div class="intro__caption">
<h2 class="intro__caption-title">Create plan</h2>
<p class="intro__caption-description">Coffee the way you wanted it to be. For coffee delivered
tomorrow, or next week. For whatever brew method you use. For
choice, for convenience, for quality.</p>
</div>
</div>
</div>
<section class="order-step">
<div class="order-step__container container">
<ul class="order-step__circles-list">
<li class="order-step__circle-item"></li>
<li class="order-step__circle-item"></li>
<li class="order-step__circle-item"></li>
</ul>
<span class="circle__horizontal-line"></span>
<ol class="order-step__list">
<li class="order-step__list-item">
<strong class="order-step__item-number">01</strong>
<h3 class="order-step__item-title">Pick your <br>
coffee</h3>
<p class="order-step__item-description">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>
</li>
<li class="order-step__list-item">
<strong class="order-step__item-number">02</strong>
<h3 class="order-step__item-title">Choose the frequency</h3>
<p class="order-step__item-description">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>
</li>
<li class="order-step__list-item">
<strong class="order-step__item-number">03</strong>
<h3 class="order-step__item-title">Receive and enjoy!</h3>
<p class="order-step__item-description">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>
</li>
</ol>
</div>
</section>
<section class="forms container">
<div class="forms__in-container">
<div class="forms__buttons">
<a href="#preferences" class="forms__button"><span class="button__number">01</span> Preferences</a>
<a href="#type" class="forms__button"><span class="button__number">02</span>Bean type</a>
<a href="#quantity" class="forms__button"><span class="button__number">03</span>Quantity</a>
<a href="#grind" class="forms__button"><span class="button__number">04</span>Grind option</a>
<a href="#deliveries" class="forms__button"><span class="button__number">05</span>Deliveries</a>
</div>
<form action="/" method="get">
<div id="preference">
<div class="forms__title-button">
<button class="CoffeeForm__title">How do you drink your coffee?</button>
</div>
<div class="CoffeeForm__labels">
<label class="CoffeeForm__label">
<input class="CoffeeForm__radio visually-hidden" type="radio" name="CoffeeForm__radio">
<div class="radio-styled radio-styled--active">
<h3 class="radio-styled__title">Capsule</h3>
<p class="radio-styled__description">Compatible with Nespresso systems and similar
brewers</p>
</div>
</label>
<label class="CoffeeForm__label">
<input class="CoffeeForm__radio visually-hidden" type="radio" name="preferences__radio">
<div class="radio-styled">
<h3 class="radio-styled__title">Filter</h3>
<p class="radio-styled__description">For pour over or drip methods like Aeropress,
Chemex, and V60</p>
</div>
</label>
<label class="CoffeeForm__label">
<input class="CoffeeForm__radio visually-hidden" type="radio" name="CoffeeForm__radio">
<div class="radio-styled">
<h3 class="radio-styled__title">Espresso</h3>
<p class="radio-styled__description">Dense and finely ground beans for an intense,
flavorful experience</p>
</div>
</label>
</div>
<div class="hidden-radios">
<div class="hidden-radios__shower">
<h3 class="shower__btn-title">What type of coffee?</h3>
</div>
<div class="hidden-radios__shower">
<h3 class="shower__btn-title">How much would you like?</h3>
</div>
<div class="hidden-radios__shower">
<h3 class="shower__btn-title">Want us to grind them?</h3>
</div>
<div class="hidden-radios__shower">
<h3 class="shower__btn-title">How often should we deliver?</h3>
</div>
</div>
<div class="order-summary">
<small>order summary</small>
<p>“I drink my coffee using <span>Capsules</span>, with a <span>_____</span> type of bean.
<span>_____</span> , sent to me
<span>_____</span>.”
</p>
</div>
<button class="plan-button subscribe-btn btn--lightly">Create my plan!</button>
</div>
</form>
</div>
</section>
</main>
<<<<<<< HEAD
<footer class="footer">
=======
<footer class="footer index__footer">
>>>>>>> bf94dd5511fca334bc26799b4bf0803c6283b286
<div class="footer__container container">
<nav class="footer__nav">
<a href="#">
<img src="img/footer-logo.svg" alt="logo icon" class="footer__logo logo-icon">
</a>
<<<<<<< HEAD
<ul class="footer__list">
<li class="footer__list-item">
<a href="#">Home</a>
</li>
<li class="footer__list-item">
<a href="#">About us</a>
</li>
<li class="footer__list-item">
<a href="#">Create your plan</a>
</li>
</ul>
<ul class="footer__social-list">
<li class="footer__social-item">
<a href="#"><img src="img/facebook.svg" alt="facebook" class="footer__social-img"></a>
</li>
<li class="footer__social-item">
<a href="#"><img src="img/twitter.svg" alt="twitter" class="footer__social-img"></a>
</li>
<li class="footer__social-item">
<a href="#"><img src="img/instagram.svg" alt="instagram" class="footer__social-img"></a>
=======
<ul class="footer__list">
<li class="footer__list-item footer--active">
<a href="#">Home</a>
</li>
<li class="footer__list-item">
<a href="about.html">About us</a>
</li>
<li class="footer__list-item">
<a href="subscribe.html">Create your plan</a>
</li>
</ul>
<ul class="footer__social-list">
<li class="footer__social-item">
<!-- <a href="#"><img src="img/facebook.svg" alt="facebook" class="footer__social-img"></a> -->
</li>
<li class="footer__social-item">
<!-- <a href="#"><img src="img/twitter.svg" alt="twitter" class="footer__social-img"></a> -->
</li>
<li class="footer__social-item">
<!-- <a href="#"><img src="img/instagram.svg" alt="instagram" class="footer__social-img"></a> -->
>>>>>>> bf94dd5511fca334bc26799b4bf0803c6283b286
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>