forked from Emmagold01/Ponnula-Cakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (173 loc) · 8.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./IMG/footer.jpg" type="image/x-icon">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Lilita+One&family=Lobster&family=Pacifico&family=Satisfy&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/Style.css">
<link rel="stylesheet" media="screen and (max-width:820px)" href="CSS/Tablet.css">
<link rel="stylesheet" media="screen and (max-width:768px)" href="CSS/mobile.css">
<title>Ponula Cakes | Home</title>
</style>
</head>
<body>
<!-- Nav bar -->
<nav id="main-nav">
<div class="container">
<h1 class="logo"><span class="text-primary">
<i class='bx bxs-cake'></i> Ponula</span> Cakes</h1>
<br>
<ul>
<li><a class="current" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<header id="showcase">
<div class="container">
<div class="showcase-container">
<div class="showcase-content">
<h1>Indulge in the Exquisite World of Ponula Cakes</h1>
<p>Welcome to Ponula Cakes, where artistry meets confectionery. Delight your senses with our extraordinary creations, meticulously crafted to bring moments of pure bliss. Each cake tells a story of passion and dedication, combining exceptional flavors and exquisite designs. Ponula Cakes elevates your celebrations to new heights. Prepare to be captivated by the magic of Ponula Cakes, where every bite is an unforgettable journey.</p>
<a href="about.html" class="btn btn-primary">See More</a>
</div>
</div>
</div>
</header>
<!-- Featured Cakes -->
<section id="home-article" class="py-2">
<div class="text"><h2>Featured Cakes</h2></div>
<div class="articles-container">
<div class="card">
<img src="IMG/Velvet.png" alt="" width="`150" height="400">
<div>
<h3>Velvet Euphoria</h3>
<p>Indulge in the pure bliss of Velvet Euphoria—layers of moist chocolate sponge, luscious cream cheese frosting, and a chocolate ganache drizzle. An exquisite delight for chocolate lovers.</p>
</div>
</div>
<div class="card">
<img src="IMG/Raspberry.jpg" alt="" width="150" height="400">
<div>
<h3>Raspberry Dream</h3>
<p>Experience the enchantment of Raspberry Dream—a delicate vanilla sponge infused with the essence of sun-ripened raspberries, elegantly finished with a light vanilla buttercream frosting.</p>
</div>
</div>
<div class="card">
<img src="IMG/caramel symphony.jpg" alt="" width="150" height="400">
<div>
<h3>Salted Caramel Symphony</h3>
<p>Savor the symphony of flavors in Salted Caramel Symphony—caramel sponge, velvety salted caramel buttercream, and a heavenly caramel drizzle. A harmonious blend of sweet and salty indulgence.</p>
</div>
</div>
<div class="card">
<img src="IMG/lemon-zest.jpg" alt="" width="150" height="400">
<div>
<h3>Lemon Zest Delight</h3>
<p>Brighten your day with Lemon Zest Delight—tangy lemon sponge, refreshing lemon curd filling, and a light lemon buttercream frosting. A burst of sunshine in every bite.</p>
</div>
</div>
<div class="card">
<img src="IMG//hazlenut.jpg" alt="" width="150" height="400">
<div>
<h3>Hazelnut Heaven</h3>
<p> Experience nutty heaven with Hazelnut Heaven—moist hazelnut sponge, velvety hazelnut buttercream, and a drizzle of silky chocolate ganache. A heavenly delight for hazelnut enthusiasts.</p>
</div>
</div>
<div class="card">
<img src="IMG/strawberry fields.jpg" alt="" width="150" height="400">
<div>
<h3>Strawberry Feilds</h3>
<p>Celebrate the flavors of summer with Strawberry Fields—vanilla sponge, luscious strawberry compote, and a fluffy strawberry buttercream frosting. A taste of the season's finest strawberries.</p>
</div>
</div>
</div>
</section>
<!-- Our services -->
<Section id="services" class="py-1">
<div class="container">
<div class="service-container">
<div class="about-head">
<p>Our Services</p>
<h1 class="l-heading">We offer Services...</h2>
</div>
<div class="items">
<div class="item">
<div>
<h3>Dessert Tables and Buffets</h3>
<p> Curate stunning dessert tables or buffets filled with an assortment of delectable treats, including cakes, cupcakes, cookies, and more, for events and gatherings.</p>
</div>
</div>
<div class="item">
<div>
<h3>Custom Cake Designs</h3>
<p> Create personalized, custom-designed cakes tailored to your customers' specific preferences and occasions, such as birthdays, weddings, anniversaries, and more</p>
</div>
</div>
<div class="item">
<div>
<h3>Cake Decorating Classes</h3>
<p> Host engaging and hands-on cake decorating classes for individuals of all skill levels, providing them with the knowledge and techniques to create their own stunning cakes.</p>
</div>
</div>
<div class="item">
<div>
<h3>Special Occasion Cakes</h3>
<p> Offer a range of specialty cakes for various celebrations, including birthdays, baby showers, bridal showers, graduations, and corporate events</p>
</div>
</div>
<div class="item">
<div>
<h3>Cupcakes and Mini Cakes</h3>
<p> Provide a delightful selection of cupcakes and mini cakes, perfect for parties, gifts, or simply indulging in a bite-sized treat.</p>
</div>
</div>
<div class="item">
<div>
<h3>Cake Delivery and Setup</h3>
<p>Offer delivery and setup services to ensure that your customers' cakes arrive safely and are professionally displayed at their desired location</p>
</div>
</div>
</div>
</div>
</div>
</Section>
<!-- Footer -->
<footer id="main-footer" class="py-2">
<div class="container footer-container">
<div>
<img src="IMG/footer.jpg" alt="Ponula" class="img-pon">
</div>
<div class="lists">
<h3>Location</h3>
<p>45 David Ogundele STR, Ipaja 102213, Lagos, Nigeria.</p>
<div>
<p>For more enquires click on the next link to various sites <i class='bx bx-right-top-arrow-circle'></i></p>
</div>
</div>
<div class="lists">
<h3>Site Links</h3>
<ul class="list">
<li><a href="https://wa.me/message/3ZBHU7SMAQL7P1" target="_blank">Whatsapp</a></li>
<li><a href="https://www.instagram.com/ponnulacakesandbakes/" target="_blank">Instagram</a></li>
<li><a href="https://web.facebook.com/profile.php?id=100080912697225" target="_blank">facebook</a></li>
<li><a href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#search/ponnulacakesandbakes%40gmail.com?compose=new" target="_blank">Email</a></li>
</ul>
</div>
<div class="join">
<h2>Join Our Class</h2>
<p>Why haven't you join our class ?</p>
<a href="contact.html" class="btn btn-secondary">Join Now</a>
</div>
<div>
<p>Copyright © 2023, All Rights Reserved</p>
</div>
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>