generated from nikoescobal/linters-config
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
414 lines (367 loc) · 21.3 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
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
412
413
414
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css2?family=Catamaran:wght@600;800;900&family=Heebo:wght@600;700;800;900&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&family=Maven+Pro:wght@600;700;800;900&family=Raleway:wght@600;700;800;900&family=Work+Sans:wght@600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML/CSS Capstone Project</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
crossorigin="anonymous" />
</head>
<body>
<header>
<a href="about.html"><i class="header-logo d-flex d-md-none fa fa-bars" aria-hidden="true"></i></a>
<nav class="navbar navbar-expand-md d-none d-md-block p-0">
<ul class="top-nav d-flex align-items-center justify-content-end bg-black m-0">
<li>
<i class="gray-text"> <a class="fab fa-line px-2" href="#"></a> </i>
</li>
<li>
<i class="gray-text"> <a class="fab fa-facebook-f px-2" href="#"></a> </i>
</li>
<li>
<i class="gray-text"> <a class="fab fa-twitter px-2" href="#"></a> </i>
</li>
<li>
<i class="gray-text"> <a class="fab fa-instagram px-2" href="#"></a> </i>
</li>
<li>
<a class="gray-text px-2 font-weight-bold text-uppercase" href="#">blog</a>
</li>
<li>
<a class="gray-text px-2 font-weight-bold text-uppercase" href="tickets.html">buy tickets</a>
</li>
<li>
<a class="gray-text px-2 font-weight-bold text-uppercase mr-2" href="#">login</a>
</li>
</ul>
<a href="about.html"><i class="d-md-none fa fa-bars" aria-hidden="true"></i></a>
<div
class="bot-nav container-fluid d-flex align-items-md-center py-1 justify-content-between bg-gray align-items-center m-0">
<div class="nav-logo">
<a class="orange-text" href="index.html"> <img class="align-items-center my-1"
src="https://coffee-con.com/wp-content/uploads/2016/10/cropped-coffee-con-logo-generic02-e1476840155520.png"
width="48" height="48" alt=""> </a>
</div>
<div class="nav-social">
<a class="orange-text px-2 font-weight-bold text-uppercase" href="about.html">about</a>
<a class="black-text px-2 font-weight-bold text-uppercase" href="#">program</a>
<a class="black-text px-2 font-weight-bold text-uppercase" href="#">join</a>
<a class="black-text px-2 font-weight-bold text-uppercase" href="#">sponsor</a>
<a class="black-text px-2 font-weight-bold text-uppercase" href="#">news</a>
</div>
</div>
</nav>
</header>
<main>
<div>
<div class="showcase">
<div class="container">
<h1 class="pt-5 pb-3 font-weight-bold text-uppercase pl-2 pl-md-2 mb-0"> <a href="index.html">coffeecon
2020</a>
</h1>
<div class="showcase-bottom font-weight-bold">
<p class="showcase-bottom-caption d-inline-block mx-3 p-2 border text-center text-lg-left font-weight-bold">
Embark on a coffee journey 'round the
world.</p>
<div
class="header-bottom d-flex flex-column align-items-end align-items-md-start pr-5 mr-5 pr-lg-2 pr-md-0 pl-md-3 justify-content-md-center">
<p class="m-0 font-weight-bold"> Nov. 10-12, 2020</p>
<p class="orange font-weight-bold">Tokyo, Japan</p>
</div>
</div>
</div>
</div>
</div>
<!-- Main Program Section (768px-1400px) -->
<section class="main-program container-fluid d-flex flex-column">
<h2 class="pt-5 pb-3">
<a class="d-flex gray-text font-weight-bold justify-content-center mt-2 text-uppercase"
href="index.html">Program
Flow</a>
</h2>
<div class="row px-2 justify-content-center align-items-center">
<div class="content d-flex flex-column py-1 my-2 mx-1 p-5 p-md-5 d-md-inline-block mx-md-1 col-md-2">
<div class="coffee-caption gray-text d-flex flex-md-column justify-content-center align-items-center">
<i class="fas fa-coffee px-2 p-md-3"></i>
<a href="https://icons8.com/icon/KvglG3FkCenH/japan">
<img class="px-2 py-md-3" alt="country flag icon"
src="https://img.icons8.com/emoji/48/000000/japan-emoji.png" />
</a>
<div class="d-flex flex-md-column align-items-center justify-content-center">
<div class="caption d-flex justify-content-center align-items-center flex-md-column">
<p
class="m-0 px-2 px-md-3 py-md-2 d-flex text-center justify-content-center orange-text font-weight-bold">
Coffee</p>
<p class="m-0 px-3 px-md-3 py-md-2 text-center">Experience coffee from Japan.</p>
</div>
</div>
</div>
</div>
<div class="content d-flex flex-column py-1 my-2 mx-1 p-5 p-md-5 d-md-inline-block mx-md-1 col-md-2">
<div class="coffee-caption gray-text d-flex flex-md-column justify-content-center align-items-center">
<i class="fas fa-coffee px-2 p-md-3"></i>
<a href="https://icons8.com/icon/6Hs1IM1NzN7p/austria">
<img class="px-2 py-md-3" alt="country flag icon"
src="https://img.icons8.com/emoji/48/000000/austria-emoji.png" />
</a>
<div class="d-flex flex-md-column align-items-center justify-content-center">
<div class="caption d-flex justify-content-center align-items-center flex-md-column">
<p
class="m-0 px-2 px-md-3 py-md-2 d-flex text-center justify-content-center orange-text font-weight-bold">
Coffee</p>
<p class="m-0 px-3 px-md-3 py-md-2 text-center">Experience coffee from Austria.</p>
</div>
</div>
</div>
</div>
<div class="content d-flex flex-column py-1 my-2 mx-1 p-5 p-md-5 d-md-inline-block mx-md-1 col-md-2">
<div class="coffee-caption gray-text d-flex flex-md-column justify-content-center align-items-center">
<i class="fas fa-coffee px-2 p-md-3"></i>
<a class="px-2 py-md-3" href="https://icons8.com/icon/Wjhd8tSYkD8r/vietnam">
<img alt="country flag icon" src="https://img.icons8.com/emoji/48/000000/vietnam-emoji.png" /></a>
<div class="d-flex flex-md-column align-items-center justify-content-center">
<div class="caption d-flex justify-content-center align-items-center flex-md-column">
<p
class="m-0 px-2 px-md-3 py-md-2 d-flex text-center justify-content-center orange-text font-weight-bold">
Coffee</p>
<p class="m-0 px-3 px-md-3 py-md-2 text-center">Experience coffee from Vietnam.</p>
</div>
</div>
</div>
</div>
<div class="content d-flex flex-column py-1 my-2 mx-1 p-5 p-md-5 d-md-inline-block mx-md-1 col-md-2">
<div class="coffee-caption gray-text d-flex flex-md-column justify-content-center align-items-center">
<i class="fas fa-coffee px-2 p-md-3"></i>
<a class="px-2 py-md-3" href="https://icons8.com/icon/iHI2gDXCsMzH/brazil"><img alt="country flag icon"
src="https://img.icons8.com/emoji/48/000000/brazil-emoji.png" /></a>
<div class="d-flex flex-md-column align-items-center justify-content-center">
<div class="caption d-flex justify-content-center align-items-center flex-md-column">
<p
class="m-0 px-2 px-md-3 py-md-2 d-flex text-center justify-content-center orange-text font-weight-bold">
Coffee</p>
<p class="m-0 px-3 px-md-3 py-md-2 text-center">Experience coffee from Brazil.</p>
</div>
</div>
</div>
</div>
<div class="content d-flex flex-column py-1 my-2 mx-1 p-5 p-md-5 d-md-inline-block mx-md-1 col-md-2">
<div class="coffee-caption gray-text d-flex flex-md-column justify-content-center align-items-center">
<i class="fas fa-coffee px-2 p-md-3"></i>
<a class="px-2 py-md-3" href="https://icons8.com/icon/Gj4LI8fsA2Qv/ethiopia"> <img alt="country flag icon"
src="https://img.icons8.com/emoji/48/000000/ethiopia-emoji.png" />
</a>
<div class="d-flex flex-md-column align-items-center justify-content-center">
<div class="caption d-flex justify-content-center align-items-center flex-md-column">
<p
class="m-0 px-2 px-md-3 py-md-2 d-flex text-center justify-content-center orange-text font-weight-bold">
Coffee</p>
<p class="m-0 px-3 px-md-3 py-md-2 text-center">Experience coffee from Ethiopia.</p>
</div>
</div>
</div>
</div>
<button type="button" class="d-md-none main-button mx-auto my-5 p-4 text-uppercase font-weight-bold">
join coffeecon 2020
</button>
<button type="button" class="d-none d-md-block main-button mx-auto my-5 p-4 text-uppercase font-weight-bold">
see whole program
</button>
</div>
</section>
<section class="coffee-connoiseurs container d-flex mx-auto justify-content-center flex-column">
<h2 class="mx-auto pt-5 pb-4">
<a class="border-bottom font-weight-bold text-uppercase" href="#">Coffee Connoiseurs</a>
</h2>
<div class="row px-2 d-flex justify-content-center align-items-center">
<div class="d-flex flex-column flex-md-row d-md-none justify-content-center">
<article class="ce-content d-flex justify-content-center mx-auto col-sm-12 col-md-6 my-4">
<figure class="d-flex mx-auto">
<img class="avatar img-fluid fancy-border"
src="https://img.etimg.com/thumb/width-640,height-480,imgsize-264393,resizemode-1,msid-55746311/news/international/business/starbuckss-visionary-ceo-howard-schultz-stepping-down.jpg"
alt="Howard Schultz">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold"><a href="#">Howard Schultz</a></h5>
<p class="mb-1 orange-text font-italic">The Coffee King</p>
<p class="m-0">Chairman and CEO Emeritus of Starbucks</p>
</figcaption>
</figure>
</article>
<article class="ce-content d-flex justify-content-center mx-auto col-sm-12 col-md-6 my-4">
<figure class="d-flex mx-auto">
<img class="avatar img-fluid fancy-border"
src="https://wclforum.org/upfile/speaker/%EC%A0%84%EC%A3%BC%EC%97%B0.jpg" alt="Jooyeon Jeon">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold"><a href="#">Jooyeon Jeon</a></h5>
<p class="mb-1 orange-text font-italic">2019 World Barista Champion</p>
<p class="m-0">Barista Training Director at Momos Coffee</p>
</figcaption>
</figure>
</article>
</div>
</div>
<div class="row d-none d-md-block">
<div class="d-flex flex-column flex-md-row d-none">
<article class="ce-content d-flex justify-content-center col-md-6 my-4">
<figure class="d-flex mx-auto">
<img class="avatar img-fluid d-none d-md-block fancy-border"
src="https://img.etimg.com/thumb/width-640,height-480,imgsize-264393,resizemode-1,msid-55746311/news/international/business/starbuckss-visionary-ceo-howard-schultz-stepping-down.jpg"
alt="Howard Schultz">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold d-none d-md-block"><a href="#">Howard Schultz</a></h5>
<p class="mb-1 d-none d-md-block orange-text font-italic">The Coffee King</p>
<p class="m-0 d-none d-md-block">Chairman and CEO Emeritus of Starbucks</p>
</figcaption>
</figure>
</article>
<article class="ce-content d-flex justify-content-center col-md-6 my-4">
<figure class="d-flex mx-auto">
<img class="avatar img-fluid d-none d-md-block fancy-border"
src="https://wclforum.org/upfile/speaker/%EC%A0%84%EC%A3%BC%EC%97%B0.jpg" alt="Jooyeon Jeon">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold d-none d-md-block"><a href="#">Jooyeon Jeon</a></h5>
<p class="mb-1 d-none d-md-block orange-text font-italic">2019 World Barista Champion</p>
<p class="m-0 d-none d-md-block">Barista Training Director at Momos Coffee</p>
</figcaption>
</figure>
</article>
</div>
</div>
<div class="row d-none d-md-block">
<div class="d-flex flex-column flex-md-row d-none">
<article class="ce-content d-flex justify-content-center col-md-6 my-4">
<figure class="d-flex mx-auto">
<img class="avatar img-fluid d-none d-md-block fancy-border"
src="https://coffeemasters.org/wp-content/uploads/2019/09/Erika-Vonie-Headshot-square.jpeg"
alt="Erika Vonie">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold d-none d-md-block"><a href="#">Erika Vonie</a></h5>
<p class="mb-1 d-none d-md-block orange-text font-italic">2017 NYC Coffee Masters Champion</p>
<p class="m-0 d-none d-md-block">Certified Specialty Coffee Sommelier and Barista</p>
</figcaption>
</figure>
</article>
<article class="ce-content d-flex justify-content-center col-md-6 my-4">
<figure class="d-flex mx-auto">
<img class="avatar img-fluid d-none d-md-block fancy-border"
src="https://www.nazret.com/wp-content/uploads/2018/12/alamoudi.jpg"
alt="Al Amoudi">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold d-none d-md-block"><a href="#">Al Amoudi</a></h5>
<p class="mb-1 d-none d-md-block orange-text font-italic">Ethiopia's Coffee Magnate</p>
<p class="m-0 d-none d-md-block">Serial Coffee Enthusiast and Billionaire</p>
</figcaption>
</figure>
</article>
</div>
</div>
<div class="row d-none d-md-block">
<div class="d-flex flex-column flex-md-row d-none">
<article class="ce-content d-flex col-md-6 my-4">
<figure class="d-flex">
<img class="avatar img-fluid d-none d-md-block fancy-border"
src="https://331mrnu3ylm2k3db3s1xd1hg-wpengine.netdna-ssl.com/wp-content/uploads/2016/06/berg_wu_best_of_berg-3.jpg"
alt="Berg Wu">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold d-none d-md-block"><a href="#">Berg Wu</a></h5>
<p class="mb-1 d-none d-md-block orange-text font-italic">2016 World Barista Champion</p>
<p class="m-0 d-none d-md-block">Founder of Simple Kaffa</p>
</figcaption>
</figure>
</article>
<article class="ce-content d-flex justify-content-center col-md-6 my-4">
<figure class="d-flex">
<img class="avatar img-fluid d-none d-md-block fancy-border"
src="https://dlo9n43mpvj20faa12i3i3lh-wpengine.netdna-ssl.com/wp-content/uploads/2014/04/Kim-375x375.jpg"
alt="Kim Westerman">
<figcaption class="d-flex flex-column px-3">
<h5 class="font-weight-bold d-none d-md-block"><a href="#">Kim Westerman</a>
</h5>
<p class="mb-1 d-none d-md-block orange-text font-italic">The Coffee Snob</p>
<p class="m-0 d-none d-md-block">Managing Editor at Coffee Review</p>
</figcaption>
</figure>
</article>
</div>
</div>
<button type="button"
class="py-2 d-md-none bg-white mx-3 border rounded-pill font-weight-bold text-uppercase mb-5"> see more
<i class="text-danger fa fa-chevron-down" aria-hidden="true"></i>
</button>
</section>
<section class="partners justify-content-center mx-auto d-flex flex-column h-100 mh-100 pt-4 pb-5">
<div class="container d-flex flex-column">
<h2 class="my-3 mx-auto"> <a class="border-bottom gray-text border-secondary text-uppercase" href="#">partners</a> </h2>
<div class="row mx-auto align-items-center justify-content-center">
<div class="d-flex justify-content-center pt-md-4 flex-column mx-auto align-items-center">
<div class="d-md-none mx-auto col-6 d-flex justify-content-center pt-4 pb-3 mx-auto">
<a href="#"><img class="avatar-2 " src="assets/kicking-horse-coffee-logo.png" width="100"
alt="Kicking horse logo"></a>
</div>
<ul class="d-md-none mx-auto col-6 d-flex justify-content-center ">
<li class="p-3 mx-auto"><a href="#"><img class="avatar-2" src="assets/starbucks-logo.png" width="100"
alt="Starbucks logo"></a></li>
<li class="p-3 mx-auto"><a href="#"><img class="avatar-2 border-white rounded-circle"
src="assets/lavazza-logo.svg" width="100" alt="Lavazza logo"></a></li>
</ul>
<ul class="d-md-none mx-auto col-6 d-flex justify-content-center">
<li class="p-3 mx-auto"><a href="#"><img class="avatar-2 border-white rounded-circle"
src="assets/dragonfly-coffee-logo.jpg" width="100" alt="Dragonfly logo"></a></li>
<li class="p-3 mx-auto"><a href="#"><img class="avatar-2 rounded-circle" src="assets/deathwish-logo.jpg"
width="100" alt="Death wish logo"></a></li>
</ul>
<ul
class="d-none d-md-block mx-auto col-md-12 d-flex justify-content-center flex-column d-md-flex flex-md-row">
<li class="d-none d-md-block p-3 mx-auto"><a href="#"><img class="avatar-2 rounded-circle"
src="assets/kicking-horse-coffee-logo.png" width="100" alt="kicking horse coffee logo"></a></li>
<li class="d-none d-md-block p-3 mx-auto"><a href="#"><img class="avatar-2 "
src="assets/starbucks-logo.png" width="100" alt="Starbucks logo"></a></li>
<li class="d-none d-md-block p-3 px-md-3 mx-auto"><a href="#"><img
class="avatar-2 rounded-circle border border-white" src="assets/lavazza-logo.svg" width="100"
alt="Lavazza logo"></a></li>
<li class="d-none d-md-block p-3 mx-auto"><a href="#"><img class="avatar-2 border-white rounded-circle"
src="assets/dragonfly-coffee-logo.jpg" width="100" alt="Dragonfly logo"></a></li>
<li class="d-none d-md-block p-3 px-md-3 mx-auto"><a href="#"><img
class="avatar-2 rounded-circle border border-white" src="assets/deathwish-logo.jpg" width="100"
alt="Death wish logo"></a></li>
</ul>
</div>
</div>
</div>
</section>
</main>
<footer class="container-fluid px-4 pt-4 pb-3">
<div class="row d-flex">
<div class="col-12 d-flex justify-content-between align-items-end">
<div class="d-flex flex-column">
<p class="my-1"><a class="font-weight-bold" href="#">FAQ</a></p>
<p class="my-1"><a class="font-weight-bold" href="about.html">About</a></p>
<p class="my-1"><a class="font-weight-bold" href="#">Contact Us</a></p>
<p class="my-1"><a class="font-weight-bold" href="tickets.html">Buy Tickets</a></p>
</div>
<div class="d-flex flex-column align-items-end">
<div class="footer-logo d-flex align-items-end">
<a href="index.html"> <img class="align-items-center my-1"
src="https://coffee-con.com/wp-content/uploads/2016/10/cropped-coffee-con-logo-generic02-e1476840155520.png"
width="48" height="48" alt="footer logo"> </a>
</div>
<div class="footer-copyright d-flex flex-column align-items-end">
<p class="my-1"><a class="orange-text font-italic" href="#">www.coffeecon.com</a></p>
<p class="d-none d-md-block my-1 font-weight-bold">© 2020 COFFEECON 2020. All rights reserved.</p>
<p class="d-md-none my-1 font-weight-bold">© 2020 COFFEECON 2020.</p>
<p class="d-md-none my-1 font-weight-bold">All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>