generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
213 lines (210 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta data -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Webpage description -->
<meta name="description"
content="Vikki Sponge Patisserie is open every day, serving fresh cakes in the café and from the bakery counter. We also provide celebration cakes and bespoke cakes for any event or occasion.">
<!-- Keywords used by search engines -->
<meta name="keywords" content="vikki sponge patisserie, patisserie, bakery, café, cakes">
<!-- Link to stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Page title for browser tab -->
<title>Home | Vikki Sponge Patisserie</title>
</head>
<body>
<header>
<!-- Logo and cover text -->
<div id="logo">
<div class="logo-background">
<a href="index.html">
<h1>Vikki Sponge</h1>
<h2>Patisserie</h2>
</a>
<div class="cover-text">
<div class="decor"></div>
<p>Delicious fresh cakes handmade by our expert bakers</p>
</div>
</div>
</div>
<!-- Navigation menu -->
<nav id="navigation">
<ul>
<li class="nav-index">
<a href="index.html" class="active">Home</a>
</li>
<li class="nav-gallery">
<a href="gallery.html">Gallery</a>
</li>
<li class="nav-contact">
<a href="contact.html">Contact Us</a>
</li>
<li class="nav-find">
<a href="find.html">Find Us</a>
</li>
</ul>
</nav>
<!-- Hero image -->
<div id="hero">
<div id="index-hero-image"></div>
</div>
</header>
<!-- About the business -->
<section id="about">
<div class="container">
<div class="row flex-container">
<div class="col-50">
<div class="text-about">
<h3 class="heading">
About Our Bakery and Café
</h3>
<p>
We offer a wide and ever changing variety of cakes from our bakery, freshly made in
house
using the highest quality ingredients. You'll find pretty cupcakes, lovely loaf cakes,
delectable handcrafted petit fours and slices of our signature layer cakes or gateaux
waiting for you to enjoy in our café with a hot or cold drink, or to take away with you
and
enjoy at home.
</p>
<p>
We also offer our signature cakes and gateaux as whole sharing cakes suitable for any
celebration. Visit us to find out what's available or contact us to enquire or make a
special request. We have a dedicated team who are always happy to help.
</p>
</div>
<div class="img-about corners">
<img src="assets/images/cake-display.webp" class="corners" alt="Cakes on display">
</div>
</div>
<div class="col-50">
<div class="text-about">
<h3 class="heading">
Bespoke Celebration Cakes
</h3>
<p>
We create luxury celebration cakes to your specific requirements. Our
cakes
are sure to impress, created with mouth-watering flavours, expert craftsmanship and
acute
attention to detail. Every element of your cake will be handcrafted using the finest
ingredients.
</p>
<p>
We can help you in the design process to give you the
cake
of your dreams. Whether you would like an elaborate themed cake or fine detailed
pipework,
we
will create a delicious masterpiece for your special occasion.
</p>
<p>
Get in touch to discuss your
requirements.
</p>
</div>
<div class="img-about">
<img src="assets/images/lemon-celebration-cake.webp" class="corners"
alt="Celebration cake with lemons">
</div>
</div>
</div>
</div>
</section>
<!-- Customer reviews -->
<section id="reviews">
<div class="container">
<h3 class="heading">What our customers say</h3>
<div class="row">
<div class="col-30">
<div class="review-content">
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<p>Star rating 5 out of 5 stars</p>
<p class="bold">The most delicious cakes in town, I could eat them all day!</p>
<p>Marie Antoinette</p>
</div>
</div>
<div class="col-30">
<div class="review-content">
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="far fa-star star-color" role="img" aria-hidden="true"></span>
<p>Star rating 4 out of 5 stars</p>
<p class="bold">I'm mad about afternoon tea! Vikki Sponge Patisserie offer the best cakes for my
tea party
and the service is
excellent.
</p>
<p>Mr M Hatter</p>
</div>
</div>
<div class="col-30">
<div class="review-content">
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fa fa-star star-color" role="img" aria-hidden="true"></span>
<span class="fas fa-star-half-alt star-color" role="img" aria-hidden="true"></span>
<p>Star rating 4.5 out of 5 stars</p>
<p class="bold">My wedding cake was beautiful, I was so happy.</p>
<p>Mrs C Charming</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<!-- Newsletter sign up form -->
<section id="newsletter">
<div class="container">
<form action="newsletter-thank-you.html" method="GET" class="sign-up-form">
<div class="decor"></div>
<div class="nl-header">
<h3>Sign up for our Newsletter</h3>
<p>to recieve updates and special offers</p>
</div>
<input type="text" id="name-newsletter" name="name" placeholder="Enter name"
aria-label="Enter your name here" class="nl-input border" required>
<input type="email" id="email-newsletter" name="email_address" placeholder="Enter email address"
aria-label="Enter your email address here" class="nl-input border" required>
<div class="container">
<input type="submit" value="Sign Up" class="sign-up-button corners">
</div>
<div class="decor invert"></div>
</form>
</div>
</section>
<!-- Social media links -->
<div id="social-media">
<ul class="social-media-links">
<li>
<a href="https://facebook.com" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"><i
class="fab fa-facebook-square"></i></a>
</li>
<li>
<a href="https://twitter.com" target="_blank" rel="noopener"
aria-label="Visit our Twitter page (opens in a new tab)"><i
class="fab fa-twitter-square"></i></a>
</li>
<li>
<a href="https://instagram.com" target="_blank" rel="noopener"
aria-label="Visit our Instagram page (opens in a new tab)"><i
class="fab fa-instagram-square"></i></a>
</li>
</ul>
</div>
</footer>
<!-- Font Awesome embed code -->
<script src="https://kit.fontawesome.com/8e292ce701.js" crossorigin="anonymous"></script>
</body>
</html>