-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout-us.html
More file actions
115 lines (108 loc) · 5.98 KB
/
about-us.html
File metadata and controls
115 lines (108 loc) · 5.98 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
<!DOCTYPE html>
<html lang="en">
<!--Developed by Iryna Slynko.-->
<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">
<meta name="description"
content="Georgina's kitchen provides its customers with the finest selection of cakes and treats in Galway.">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script async src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
<link href="assets/store.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Noto+Sans+SC&family=Lato&display=swap"
rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
<title>Georgina's Kitchen</title>
</head>
<body class="d-flex flex-column h-100">
<header class="navbar navbar-expand-md navbar-dark">
<div class="d-sm-block">
<a class="navbar-brand" href="./index.html">
<img src="assets/logo.png" width="200" height="63" alt="Georgina's kitchen logo.">
</a>
</div>
<!-- The 'sandwich' button appears only on small screen -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Menu, shown on right side (at the end) -->
<div class="collapse navbar-collapse justify-content-end" id="navbar">
<ul class="navbar-nav mb-2 mb-sm-0">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="true" href="./about-us.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./our-products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./order-cake.html">Order</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact-us.html">Contact Us</a>
</li>
</ul>
</div>
</header>
<div class="container-fluid">
<div class="row py-3 justify-content-end">
<div class="col-md-4 text-light accent fs-4">
<h1>Who We Are</h1>
<p class="m-1">Georgina's Kitchen is an ethical Galway-based bakery specializing in guilt-free,
handmade,
heavenly cakes which you can order from the comfort of your own home!
Feel like something different? From classic chocolate chip cookies to freshly-baked savoury Italian
bread, pop-in store to see our delicious daily specials!</p>
<p class="m-1">Sweet or not, all of our products are made from wholesome, locally sourced ingredients,
free from artificial colours and preservatives. We work closely with local producers to guarantee
the highest standard of animal welfare.
Animal products not your thing? Check out our vegan friendly options!</p>
<p class="m-1"><strong>Free range eggs and dairy:</strong> Margaret Byrne’s farm in County Galway. </p>
<p class="m-1"><strong>Fairtrade Chocolate:</strong> Cocoa 70% dark chocolate, Lactée Supérieure 38%
milk
chocolate and Blanc.
Satin 29%
white chocolate from Cacao Barry. </p>
<p class="m-1"><strong>Fruit:</strong> Burke's fruit and veg, Co. Galway.</p>
<p class="m-1">Worried about waste? We use only compostable packaging. Feed yourself and the planet!</p>
<div class="mt-3 fst-italic fst-bolder">
<p>While some of our recipes do not contain flour, our kitchens are not certified gluten free
so there is always a risk of contamination.</p>
</div>
<div class="mt-3 fst-italic fst-bolder">
<p>We can cater to almost all dietary requirements. Please, contact us to find out
more.</p>
</div>
</div>
<div class="col-md-6 p-0 img__container">
<img class="fancy-image h-100" src="assets/who-we-are.jpg" alt="Our assortment">
</div>
</div>
</div>
</div>
<footer class="footer mt-auto py-3 text-center">
<div class="container">
<p>
Copyright © 2021 Georgina's kitchen
</p>
<p>
<!-- Emojis are not accessible for screen readers. Use visual hidden div to hide text, but keep it readable -->
<span>📧<span class="visually-hidden">Send us email</span><a href="mailto:hello@georgina.herokuapp.com">hello@georgina.herokuapp.com</a></span>
<span>📱<span class="visually-hidden">Phone us on</span><a href="tel:083-456-7890">083-456-7890</span>
</p>
</div>
</footer>
</body>
</html>