-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
215 lines (152 loc) · 7.04 KB
/
menu.html
File metadata and controls
215 lines (152 loc) · 7.04 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
<!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 class="container-fluid">
<!-- 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-4" 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">x</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>
<!-- End of navigation -->
<div class="Menu-Head">
<h2 class="display-1 text-center mt-5" id="Menu-Heading"> The Menu</h2>
</div>
<div class="row" id="Menuline">
<div class="col-lg-4 Menuline mb-4">
<div class="card h-100 bg-dark text-light">
<a href="VanillaWinterIn.html"> <img src="img/cupcake6.jpeg" class="card-img-top menu-img" alt="..."></a>
<div class="card-body">
<h5 class="card-title">Vanilla Cupcakes</h5>
<p class="card-text">View our catalog of Vanilla cupcakes made with pure vanilla extract and sugary dust</p>
</div>
<div class="card-footer">
<small class="text-muted">Check out - <a href="VanillaWinterIn.html">Ingreditents</a> </small>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100 bg-dark text-light">
<a href="StrawFunnelIn.html"> <img src="img/cupcake5.jpeg" class="card-img-top menu-img" alt="..."></a>
<div class="card-body">
<h5 class="card-title">Fruit Flavor & Theme Flavor</h5>
<p class="card-text">These fruity cupcakes are perfect for any occasion and will surely satisfy your sweet cravings. </p>
</div>
<div class="card-footer">
<small class="text-muted">Check Out - <a href="StrawFunnelIn.html">Ingreditents</a></small>
</div>
</div>
</div>
<div class="col-lg-4">
<!-- card for mint -->
<div class="card h-100 bg-dark text-light">
<div class="card-body">
<a href="MintIn.html"><img src="img/cupcake7.jpeg" class="card-img-top menu-img" id="mintimg"alt="..."></a>
<h5 class="card-title">Chocalate Cupcakes </h5>
<p class="card-text">If you are a chocolate lover, then you have come to the right place. Our chocolate cupcakes are rich, decadent, and oh so delicious. </p>
</div>
<div class="card-footer">
<small class="text-muted">Check Out - <a href="MintIn.html">Ingreditents</a></small>
</div>
</div>
</div>
</div>
<!-- -->
<div class="container-fluid mt-5">
<div class="row p-5">
<div class="col-lg-12 " id="breakdown" style="min-width:min-content;">
<h4 class="display-4 mb-5 p-2" id="Menu-Heading">Whats in our Cakes</h4>
<div id="carouselExampleAutoplaying" class=" carousel-dark carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/Fude-breakdown.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="img/Tie Dye.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="img/Cookies-breakdown.jpeg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h2 class="fw-bold mt-4 p-3">Take a deeper look inside. </h2>
</div>
</div>
</div>
<!-- -->
<!-- Real Footer -->
<div class=" ">
<div class="row footer p-5 mt-5">
<div class="col-lg-3">
<a href="https://www.facebook.com/"><img class="socialicons" src="img/fb.png" alt=""></a>
</div>
<div class="col-lg-3">
<a href="http://www.youtube.com"> <img class="socialicons" src="img/yt.png" alt=""></a>
</div>
<div class="col-lg-3">
<a href="https://www.pinterest.com/business/hub/"><img class="socialicons" src="img/pin.png" alt=""></a>
</div>
<div class="col-lg-3">
<a href="http://www.twitter.com"><img class="socialicons" src="img/tw.png" alt=""></a>
</div>
<p class="fw-light">Copyright © Delight Brown Cupcakes 2021</p>
</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>