-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
301 lines (201 loc) · 10.6 KB
/
about.html
File metadata and controls
301 lines (201 loc) · 10.6 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
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
<!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="http://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="dist/main.css">
</head>
<body class="container-fluid-2">
<!-- Start of navigation --> <!-- 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.php">FAQ ?</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="hero">
<div class="row">
<div class="col-12 " id="SHistory"><img class="img-fluid" src="img/shawhistory.jpg" alt=""></div>
</div>
</div>
<!-- Start Of Article -->
<div class="row mt-5 p-4" id="rowcontainer">
<div class="col-lg-3">
<section class="HIS ">
<h3 class="abouthead text-center">How It Started
<!-- title -->
</h3>
<p class="about-paragraph shadow">Once upon a time, there was a young woman named Lily who had a passion for baking.
<!-- content here -->
She loved to experiment
with different flavors and ingredients in her kitchen and dreamed of one day owning her own cupcake business.
</p>
</section>
</div>
<div class="col-lg-3">
<section class="Chl">
<h3 class="abouthead text-center">Challenges </h3>
<p class="about-paragraph shadow">After completing pastry school and gaining experience working in various bakeries, Lily finally saved enough
money to open her own shop. She named it "Sugar High Cupcakes" and decorated the walls with pastel colors and
cute cupcake-themed accents.</p>
</p>
</section>
</div>
<div class="col-lg-3">
<section class="Brt ">
<h4 class="abouthead text-center"> Baking Round Town </h4>
<p class="about-paragraph shadow"> At first, business was slow. Lily worked tirelessly to perfect her recipes and spread the word about her
shop. She handed out flyers on the street, offered free samples to customers, and even set up a cupcake booth
at local events.</p>
</section>
</div>
<div class="col-lg-3">
<section class="Wtn">
<h3 class="abouthead text-center">Where to Now</h3>
<p class="about-paragraph shadow"> Years later, Lily's cupcake business was still going strong. She had a loyal following of customers and a
team of skilled bakers who helped make her sweet dreams a reality. And she still felt just as passionate about
baking as she did when she first started</p>
</section>
</div>
</div>
<!-- End Of about row 1 -->
<!-- start of history section -->
<h3 class=" display-1 text-center mt-5 text-">History</h3>
<div class="container-3 mt-5 p-4 text-center">
<div class="row mt-5" id="rowcontainer">
<div class="col-lg-4">
<section class="Brt">
<h3 class="abouthead">July 9th 1976</h3>
<p class="about-paragraph shadow">As word of mouth spread and Lily's reputation grew,
more and more customers began to come to Sugar High Cupcakes.<br />
The demand for her delicious cupcakes was so high that she had to hire a team of bakers to help
her keep up</p>
</section>
</div>
<div class="col-lg-4">
<section class="history-2 text-center">
<h3 class="abouthead ">October 9th 1980</h3>
<p class="about-paragraph shadow">
One of her most popular cupcakes was the "Strawberry Shortcake"
which had a tender vanilla cake base topped with sweet strawberries and whipped cream.<br />
Another crowd-pleaser was the "Chocolate Overload" cupcake,
which had a rich chocolate cake base filled with melted chocolate and topped with even more chocolate ganache.</p>
</section>
</div>
<div class="col-lg-4">
<section class="history-3">
<h3 class="abouthead"> October 21 2005 </h3>
<p class="about-paragraph shadow"> Sugar High Cupcakes became the go-to place for special events and celebrations.
Brides and grooms would come to Lily to design custom cupcake <br> towers for their weddings,
and birthday parties were made sweeter with Sugar High's cupcakes.</p></section>
</div>
</div>
</div>
<!-- End of History Section -->
<div class="container-4 ">
<section class="news">
<div class="row">
<div class="col-lg-4 text-center p-5 ">
<img src="img/shaw-profile.png" alt="img-densise-shaw" class="img-fluid rounded shadow-lg">
<img src="img/follow-us.png" alt="" class="img-fluid p-5 " style="width:200px;">
<a href="https://www.facebook.com/"><img class="socialicons" src="img/fb.png" alt=""></a>
<a href="https://www.pinterest.com/business/hub/"><img class="socialicons" src="img/pin.png" alt=""></a>
<a href="http://www.twitter.com"><img class="socialicons" src="img/tw.png" alt=""></a>
<a href="http://www.youtube.com"> <img class="socialicons" src="img/yt.png" alt=""></a>
</div>
<div class="col-lg-4 p-5 mt-5">
<h2 id="denise-quote" class="display-4 fw-bold text-center p-5">Ima Girl that wants to do the impossible but in a total kick ass girl type of way. So tell em imma add sprinkles when i win</h2>
<a href="learnmore.html">
<h4 class="fw-bold text-center">Learn More <i class="bi bi-heart-fill"></i></h4>
</a>
</div>
<div id="" class="col-lg-4 text-center p-5 mt-5 ">
<ul class="nav nav-pills mb-3 p-5 shadow-lg" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">Our Mission statement</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link " id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="false">My upbringing</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-contact-tab" data-bs-toggle="pill" data-bs-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact" aria-selected="false">Contact</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-disabled-tab" data-bs-toggle="pill" data-bs-target="#pills-disabled" type="button" role="tab" aria-controls="pills-disabled" aria-selected="false" disabled>Disabled</button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab" tabindex="0">...</div>
<div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab" tabindex="0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor cupiditate vitae odio, repellat dignissimos veritatis. Nihil harum voluptate iure cumque possimus ea perspiciatis non hic, assumenda nulla maiores molestias expedita!</div>
<div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab" tabindex="0">...</div>
<div class="tab-pane fade" id="pills-disabled" role="tabpanel" aria-labelledby="pills-disabled-tab" tabindex="0">...</div>
</div>
</div>
</div>
<!-- <div class="card-2 border-dark text-center" style="max-width:auto;"> -->
<!-- <div class="card-body profilepic-card text-light"> -->
<!-- <img src="img/shaw-profile.png" class=" img-fluid profilepic rounded shadow-lg" alt="image-of-denise-shaw">
<h5 class="card-title mt-4 bg-dark text-light"> Denise Shaw -"Great Grand Daughter"</h5>
<p class="card-text text-center">Learn more about Lilly and here story </p>
<a href="#" class="btn btn-success"><i class="bi bi-heart-fill"></i>Learn More</a> -->
</div>
</div>
</section>
</div>
<!-- Real Footer -->
<div class="row footer">
<div class="col-lg-12">
<a href="https://www.facebook.com/"><img class="socialicons" src="img/fb.png" alt=""></a>
<a href="https://www.pinterest.com/business/hub/"><img class="socialicons" src="img/pin.png" alt=""></a>
<a href="http://www.twitter.com"><img class="socialicons" src="img/tw.png" alt=""></a>
<a href="http://www.youtube.com"> <img class="socialicons" src="img/yt.png" alt=""></a>
<p class="fw-light">Copyright © Delight Brown Cupcakes 2021</p>
</div>
</div>
</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>