generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
354 lines (354 loc) · 20.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- displays site properly based on user's device -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Meta tags for SEO/social media, ref. https://css-tricks.com/essential-meta-tags-social-media/ -->
<meta name="description" content="The home of specialty coffee and quality haircuts in the heart of Dublin 5" />
<meta property="og:title" content="Brew Barberista | Coffee & Barber" />
<meta property="og:image" content="static/images/brew-barberista-derek-indo.jpeg" />
<meta property="og:description"
content="The home of specialty coffee and quality haircuts in the heart of Dublin 5" />
<meta property="og:url" content="https://loosenthedark.github.io/brew-barberista" />
<!-- favicon -->
<link rel="shortcut icon" type="image/svg" href="static/images/icons/icon-brew-barberista.png">
<!-- Google Fonts embed -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=Poppins:wght@300;400;500&display=swap"
rel="stylesheet">
<!-- Font Awesome script -->
<script src="https://kit.fontawesome.com/4ca5255d6d.js" crossorigin="anonymous"></script>
<!-- custom stylesheet -->
<link rel="stylesheet" href="static/css/style.css" type="text/css">
<title>Brew Barberista | Coffee & Barber</title>
</head>
<body class="element-body">
<!-- Dynamic 'back-to-top' button visible on vertical page scroll -->
<a href="#" id="btn-back-to-top" class="cd-top text-replace js-cd-top cd-top--is-visible cd-top--fade-out" data-abc="true">
<i class="fas fa-chevron-circle-up"></i>
</a>
<!-- Full-width navigation bar fixed to top of viewport -->
<nav class="navbar fixed-top">
<button class="navbar-toggler" id="nav-toggler" type="button" aria-label="Toggle menu" aria-expanded="false">
<span class="nav-toggler-icon hamburger-icon">
<img class="navbar-toggler-icon" src="static/images/icons/icon-hamburger-gold.svg" alt="hamburger navbar toggler icon">
</span>
<span class="nav-toggler-icon coffee-icon">
<img class="navbar-toggler-icon" src="static/images/icons/icon-mug-hot-gold.svg" alt="coffee cup navbar toggler icon">
</span>
</button>
<a class="navbar-logo" href="#">
<img class="logo" src="static/images/logos/logo.jpg" alt="Brew Barberista brand logo">
</a>
<div class="collapse navbar-toggleable-sm-md">
<ul id="press-list" class="">
<li class="press-list-item">
<a href="https://www.independent.ie/irish-news/a-cut-above-the-new-barber-offering-a-proper-coffee-while-you-get-your-hair-cut-39820368.html" target="_blank" class="press-list-link">
<img src="static/images/icons/icon-coffee-takeaway.svg" class="press-list-icon" width="27" alt="takeaway coffee icon"> Irish Independent (Dec<span class="full-date">ember</span> 2020)
</a>
</li>
<li class="press-list-item">
<a href="https://lovindublin.com/dublin/brand-new-barber-cafe-has-just-opened-up-in-dublin" target="_blank" class="press-list-link">
<img src="static/images/icons/icon-coffee-takeaway.svg" class="press-list-icon" width="27" alt="takeaway coffee icon"> Lovin Dublin (Nov<span class="full-date">ember</span> 2020)
</a>
</li>
<li class="press-list-item">
<a href="https://lovindublin.com/amp/food-drink/22-of-dublins-best-sausage-rolls-as-voted-by-you?utm_campaign=article&utm_source=twitter&utm_medium=web" target="_blank" class="press-list-link">
<img src="static/images/icons/icon-coffee-takeaway.svg" class="press-list-icon" width="27" alt="takeaway coffee icon"> Lovin Dublin (Mar<span class="full-date">ch</span> 2021)
</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#about">Brew Coffee</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#barber">Brew Barber</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#customer-reviews">Our customers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partners">Our partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#location">Location</a>
</li>
<li class="nav-item nav-item-press">
<button onclick="showPress()" class="btn btn-press nav-link">Press</button>
</li>
<li class="nav-item nav-item-contact">
<a class="nav-link btn btn-contact" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Header: above-the-fold CTA elements (main heading/logo/hero imagery/animated icons/buttons etc.) -->
<header>
<!-- hidden on desktop -->
<h1 class="hero-icons">
<img src="static/images/icons/icon-coffee-takeaway.svg" alt="takeaway coffee icon">
<img src="static/images/icons/icon-silhouette.svg" alt="hairstyle beard silhouette icon">
</h1>
<!-- hidden below desktop -->
<!-- code block adapted from https://codepen.io/bradtraversy/pen/eYdMqvx -->
<div class="header-container">
<div class="hero-header">
<a class="nav-link" href="#about">
<h2>
<img class="hero-lg-icon" src="static/images/icons/icon-coffee-takeaway-space-cadet-blue.svg"
alt="takeaway coffee icon">Brew Coffee
</h2>
</a>
<a class="nav-link" href="#barber">
<h2>Brew Barber
<img class="hero-lg-icon" src="static/images/icons/icon-silhouette-space-cadet-blue.svg"
alt="hairstyle beard silhouette icon">
</h2>
</a>
</div>
</div>
<video src="static/videos/bg-barista-pour.mp4" muted autoplay id="video-coffee"></video>
<video src="static/videos/bg-barber.mp4" muted id="video-barber"></video>
<div class="overlay"></div>
<!-- hidden on desktop -->
<div class="chevron-box">
<a href="#about">
<i class="fas fa-chevron-circle-down"></i>
</a>
</div>
</header>
<!-- Midsection containing informational panels, CTA buttons & background images -->
<main>
<!-- Subsection #1 (About) -->
<section id="about">
<div class="about-section coffee">
<div class="about-section-image about-coffee-image"></div>
<div class="about-section-text coffee-text">
<h2>Brew Coffee</h2>
<p>Bringing you specialty coffee from Dublin roasters 3fe, as well as delicious pastries from Tartine Organic Bakery and local handmade cakes and treats.</p>
<a class="link-more-info" href="#more-info">More info</a>
</div>
</div>
<div class="about-section barber" id="barber">
<div class="about-section-image about-barber-image"></div>
<div class="about-section-text barber-text">
<h2>Brew Barber</h2>
<p>Fresh out of lockdown, Andy and Gav deliver quality cuts to go with your coffee. Catering to walk-ins and advance bookings five days a week.</p>
<a class="link-more-info" href="#get-in-touch">More info</a>
</div>
</div>
</section>
<!-- Subsection #2 (More Info/CTA) -->
<section id="more-info">
<div class="more-info-section local-business">
<div class="more-info-section-image local-business-image"></div>
<div class="more-info-section-text local-business-text">
<h3>Supporting local business</h3>
<p>We are an independent coffee shop and we have chosen to work with quality and, where possible, local producers.</p>
<p>Our coffee is from 3fe, who are based in nearby Glasnevin. They have been in business since 2011, and have been roasting their own coffee since 2014. <span class="producers">All of their coffee is sourced from some of the best farms and co-ops around the world, where they have built up long-standing relationship with the producers.</span></p>
<p>Our delicious artisan pastries are supplied by Tartine Organic Bakery, which is located just down the road from us in Baldoyle.</p>
<a class="nav-link btn btn-partners" href="#partners">Our partners</a>
</div>
</div>
<div class="more-info-section get-in-touch" id="get-in-touch">
<div class="more-info-section-image get-in-touch-image"></div>
<div class="more-info-section-text get-in-touch-text">
<h3>Get in touch</h3>
<p>Call in for a trim today, or else call or message us to book an appointment.</p>
<a class="nav-link btn btn-book" href="#contact">Book now</a>
</div>
</div>
</section>
<!-- Subsection #3 (Customer Reviews) -->
<section id="customer-reviews">
<h4 class="reviews-heading">Customer reviews</h4>
<figure class="quote">
<img src="static/images/avatars/customer-avatar-2.jpeg" width="70" height="70" class="profiler"
alt="client DublinEyespy profile photo">
<blockquote>
Excellent 3fe coffee served here. Good pastries and cakes. Takeaway - unless you're getting a haircut at the
same time! Friendly crew and always a welcome smile.
</blockquote>
<figcaption>
<h5 class="customer">DublinEyespy</h5>
<h6 class="source">Tripadvisor</h6>
</figcaption>
</figure>
<figure class="quote">
<img src="static/images/avatars/customer-avatar-7.jpeg" width="70" height="70" class="profiler"
alt="customer Karl Kerrigan profile photo">
<blockquote>
This is another new spot making waves and serving up cracker cups of coffee...
</blockquote>
<figcaption>
<h5 class="customer">Lovin Dublin</h5>
</figcaption>
</figure>
<figure class="quote">
<img src="static/images/avatars/customer-avatar-4.jpeg" width="70" height="70" class="profiler"
alt="customer Karl Kerrigan profile photo">
<blockquote>
Really nice coffee and had a lovely toasted sandwich.
</blockquote>
<figcaption>
<h5 class="customer">Karl Kerrigan</h5>
<h6 class="source">Google</h6>
</figcaption>
</figure>
<figure class="quote">
<img src="static/images/avatars/customer-avatar-1.jpeg" width="70" height="70" class="profiler"
alt="customer William St. Martin profile photo">
<blockquote>
The place is vibrant and crafty, offering a range of cards and pictures from local artists, as well as being
a
great cafe and barber. So happy to have you in the area!
</blockquote>
<figcaption>
<h5 class="customer">William St. Martin</h5>
<h6 class="source">Google</h6>
</figcaption>
</figure>
</section>
<!-- Subsection #4 (Image Gallery) -->
<section id="gallery">
<div class="gallery-image"></div>
<div class="gallery-image"></div>
<div class="gallery-image"></div>
<div class="gallery-image"></div>
<div class="gallery-image"></div>
<div class="gallery-image"></div>
</section>
<!-- Subsection #5 (Partners) -->
<section id="partners">
<h4 class="reviews-heading">Our partners</h4>
<figure class="partner">
<a href="https://3fe.com/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-3fe.png" class="partner-logo" alt="3fe logo"></a>
</figure>
<figure class="partner">
<a href="https://www.victoriaarduino.com/en/home-en/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-victoria.jpeg" class="partner-logo" alt="Victoria Arduino logo"></a>
</figure>
<figure class="partner">
<a href="https://www.facebook.com/Tartine-Organic-Bakery-488713484479884" class="partner-link" target="_blank">
<img src="static/images/logos/logo-tartine.png" class="partner-logo" alt="Tartine Organic Bakery logo"></a>
</figure>
<figure class="partner">
<a href="https://www.thepieman.ie/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-pieman.png" class="partner-logo pieman-logo" alt="Pieman logo"></a>
</figure>
<figure class="partner">
<a href="https://www.instagram.com/nicgemmacupcakes/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-cupcakes.jpg" class="partner-logo" alt="Nic Gemma Cupcakes logo"></a>
</figure>
<figure class="partner">
<a href="https://raw.ie/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-raw.jpeg" class="partner-logo" alt="Raw logo"></a>
</figure>
<figure class="partner">
<a href="https://www.thegreendoor.ie/korina-bakery" class="partner-link" target="_blank">
<img src="static/images/logos/logo-korina.jpeg" class="partner-logo" alt="Korina Bakery logo"></a>
</figure>
<figure class="partner">
<a href="https://www.tonjamaguireart.com/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-tonja.png" class="partner-logo" alt="Tonja Maguire Art logo"></a>
</figure>
<figure class="partner">
<a href="https://www.consciouscup.ie/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-conscious-cup.jpeg" class="partner-logo" alt="Conscious Cup logo"></a>
</figure>
<figure class="partner">
<a href="https://www.darknessintolight.ie/home-page-2021" class="partner-link" target="_blank">
<img src="static/images/logos/logo-pieta.jpeg" class="partner-logo" alt="Pieta Darkness Into Light logo"></a>
</figure>
<figure class="partner">
<a href="https://www.sfh.ie/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-hospice.jpeg" class="partner-logo" alt="St. Francis Hospice logo"></a>
</figure>
<figure class="partner">
<a href="https://www.rahenybusiness.com/" class="partner-link" target="_blank">
<img src="static/images/logos/logo-raheny.png" class="partner-logo"
alt="Raheny Business Association logo"></a>
</figure>
</section>
<!-- Subsection #6 (Location: Google Maps) -->
<section id="location">
<h4 class="reviews-heading">Come find us!</h4>
<h5>
<i class="fas fa-map-pin"></i> 63 St. Assam's Park, Raheny, Dublin 5, D05 RP89
</h5>
<div class="map-container"></div>
</section>
</main>
<!-- Footer: repeat of logo / nav menu / social icons / attribution notes -->
<footer id="contact">
<h2 class="heading-footer">Brew Barberista</h2>
<ul class="footer-nav">
<li class="nav-item">
<a class="nav-link" href="#about">Coffee</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#barber">Barber</a>
</li>
</ul>
<ul class="footer-nav footer-nav-contact">
<li class="nav-item">
<i class="fas fa-phone"></i> +353 1 547 9619
</li>
<li class="nav-item">
<a href="mailto:brewbarberista@gmail.com" class="email-link" target="_blank">
<img src="static/images/icons/icon-gmail.svg" class="email-icon" alt="Gmail icon" width="22"> brewbarberista@gmail.com
</a>
</li>
</ul>
<p class="reach-out">Reach out to us on social...</p>
<ul class="footer-nav-social">
<li class="nav-item">
<a class="nav-link" href="https://www.facebook.com/brew.barberista" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.instagram.com/brewbarberista/?hl=en" target="_blank">
<i class="fab fa-instagram"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/BarberistaBrew" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
<a href="https://www.instagram.com/explore/tags/specialtycoffee/" target="_blank">
<pre>#specialtycoffee</pre>
</a>
<a href="https://www.instagram.com/explore/tags/wechoosereuse/" target="_blank">
<pre>#WeChooseReuse</pre>
</a>
<a href="https://www.instagram.com/explore/tags/supportlocalbusiness/" target="_blank">
<pre>#supportlocalbusiness</pre>
</a>
<div class="dog-friendly">
<img src="static/images/logos/logo-dog-friendly.png" width="70" alt="Dog-friendly logo" class="logo-dog-friendly">
</div>
<div class="attribution">
<p>
<i class="far fa-copyright"></i> Brew Barberista 2021
</p>
<p>Built with
<i class="fas fa-heart"></i> and
<i class="fas fa-mug-hot"></i> by
<a href="https://www.loosenthedark.tech" target="_blank" class="ltd">loosenthedark</a>
</p>
</div>
</footer>
<!-- Google Maps API -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBGSirOemQaJ9fO2g5BrKAZM9jcbTVipKQ&callback=initMap&libraries=&v=weekly" defer></script>
<!-- custom JavaScript files -->
<script src="static/js/maps.js"></script>
<script src="static/js/script.js"></script>
</body>
</html>