-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
261 lines (189 loc) · 8.35 KB
/
blog.html
File metadata and controls
261 lines (189 loc) · 8.35 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shadawn Cupcakes</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<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=Anton&family=Bebas+Neue&family=Courgette&family=Schibsted+Grotesk&family=Staatliches&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="dist/main.css">
</head>
<body>
<!-- Start of navigation -->
<nav class="navbar sticky-top navbar-expand-lg navbar-light" id="navbar">
<div class="container d-flex justify-content-between">
<a class="navbar-brand" href="index.html">
<h2 class="display-6" id="SH-title">
<img class="p-2" src="img/d2.png" alt="Delight Cupcakes Logo" style="height: 10vh; width: auto;" id="navbar-logo">
Delight Cupcakes
</h2>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cart.html">Cart</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ ?</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- End of navigation -->
<h3 class="display-5 text-center p-4" id="Menu-Heading">Hear what our customer say </h3>
<!-- Cards row -->
<div class="blog-container container-fluid">
<!-- fist two customers -reviews -->
<section id="first-customer-testimony" name="first-customer-testimony">
<div class="row ">
<div class="col-lg-6 img-fluid" id="customer-1-testimony">
<div class="img-container">
<img src="img/grain1.png" alt="" class="img-fluid">
<p class="overlay-text">My name is Josh, and this is the best bakery in the Houston area. Service is great.</p>
</div>
</div>
<div class="col-lg-6 img-fluid" id="customer-2-testimony">
<div class="img-container">
<img src="img/grain2.png" alt="" class="img-fluid">
<p class="overlay-text">"The cupcakes are divine! Best bakery in Houston, hands down." – Emily R.</p>
</div>
</div>
</div>
</section>
<section id="first-customer-testimony" name="first-customer-testimony" class="mt-5 mb-5">
<div class="row ">
<div class="col-lg-6 img-fluid mb-4" id="customer-1-testimony">
<div class="img-container">
<img src="img/customer1.jpg" alt="" class="img-fluid">
<p class="overlay-text">"Fresh, flavorful, and always on time. My go-to bakery!" – Sarah L.</p>
</div>
</div>
<div class="col-lg-6 img-fluid mt-4" id="customer-2-testimony">
<div class="img-container">
<img src="img/customer2.jpg" alt="" class="img-fluid">
<p class="overlay-text">"Exceptional service and delicious treats! I can't get enough." – Mark T.</p>
</div>
</div>
</div>
</section>
</div>
<div class="row">
<section id="first-customer-testimony" name="first-customer-testimony">
<div class="row ">
<div class="col-lg-6 img-fluid" id="customer-1-testimony">
<div class="img-container">
<img src="img/grain1.png" alt="" class="img-fluid">
<p class="overlay-text">My name is Josh, and this is the best bakery in the Houston area. Service is great.</p>
</div>
</div>
<div class="col-lg-6 img-fluid" id="customer-2-testimony">
<div class="img-container">
<img src="img/grain2.png" alt="" class="img-fluid">
<p class="overlay-text">"The cupcakes are divine! Best bakery in Houston, hands down." – Emily R.</p>
</div>
</div>
</div>
</section>
<section id="first-customer-testimony" name="first-customer-testimony" class="mt-5 mb-5">
<div class="row ">
<div class="col-lg-6 img-fluid mb-4" id="customer-1-testimony">
<div class="img-container">
<img src="img/customer1.jpg" alt="" class="img-fluid">
<p class="overlay-text">"Fresh, flavorful, and always on time. My go-to bakery!" – Sarah L.</p>
</div>
</div>
<div class="col-lg-6 img-fluid mt-4" id="customer-2-testimony">
<div class="img-container">
<img src="img/customer2.jpg" alt="" class="img-fluid">
<p class="overlay-text">"Exceptional service and delicious treats! I can't get enough." – Mark T.</p>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- <div class="row row-cols-1 row-cols-md-2 g-4 p-4 " id="cupcake-blog">
<div class="col">
<div class="card">
<img src="img/cupcake4.jpeg" class="card-img-top img-fluid" alt="blog-cupcake" id="blog-cupcake">
<div class="card-body">
<h5 class="card-title">Sarah D.</h5>
<p class="card-text mb-4 p-2">
"Wonderful, beautiful, super tasty, and all natural. Highly recommend Delight Cupcakes and will order again! Love to support a local small business!!"
</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="img/cupcake9.jpeg" class="card-img-top" alt="..." id="blog-cupcakes">
<div class="card-body">
<h5 class="card-title">Josh G </h5>
<p class="card-text">Usually dont like strawberry shortcake,but delights knows how to put the special touch,highly recommend</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="img/cupcake3.jpeg" class="card-img-top" alt="..." id="blog-cupcakes">
<div class="card-body">
<h5 class="card-title">Joe W </h5>
<p class="card-text">Just ate my first dark chocolate cupcake with raspberry liquor from Cupcakes d'Amour. Oh my gosh! Pure heaven, so no guilt. A mouthful of scrumptious handmade with love!</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="img/cupcake6.jpeg" class="card-img-top" alt="..." id="blog-cupcakes">
<div class="card-body">
<h5 class="card-title">Cindy M.</h5>
<p class="card-text">I ordered cupcakes for my daughter's graduation party and Manon was so helpful and wonderful to work with. The cupcakes were a huge hit, even with some of our guests who wouldn't usually eat cupcakes. The ratio of icing to cake was perfect and they were delicious, not to mention beautiful. </p>
</div>
</div>
</div>
</div> -->
</div>
</div>
<!-- End of card row -->
<!-- Real Footer -->
<div class="row footer">
<footer>
<div class="col-lg-12">
<img class="socialicons" src="img/fb.png" alt="">
<img class="socialicons" src="img/pin.png" alt="">
<img class="socialicons" src="img/tw.png" alt="">
<img class="socialicons" src="img/yt.png" alt="">
<span class="fw-light text-dark">Copyright© Shadawn Cupcakes 2021 - Zarius Webb</span>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>