-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
194 lines (177 loc) Β· 8.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Explore the delicious world of Pulse Candy, where every bite is a burst of happiness. Discover our popular flavors and irresistible treats.">
<meta name="keywords" content="Pulse Candy, confectionery, sweets, flavors, joy, happiness">
<meta name="author" content="Pulse Candy">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Pulse Candy">
<meta property="og:description" content="Explore the delicious world of Pulse Candy, where every bite is a burst of happiness. Discover our popular flavors and irresistible treats.">
<meta property="og:image" content="_img/hero-img.png">
<meta property="og:url" content="https://pulse-candy.netlify.com">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="pulse-candy">
<meta name="twitter:title" content="Pulse Candy">
<meta name="twitter:description" content="Explore the delicious world of Pulse Candy, where every bite is a burst of happiness. Discover our popular flavors and irresistible treats.">
<meta name="twitter:image" content="_img/hero-img.png">
<!-- Favicon -->
<link rel="icon" href="_img/candy.ico" type="image/x-icon">
<link rel="stylesheet" href="_css/style.css">
<title>Pulse Candy</title>
</head>
<body>
<header>
<nav class="container">
<span>Pulse</span>
<ul>
<li><a href="/">Home</a></li>
<li><a href="#popular">Popular</a></li>
<li><a href="#why-us">Why Us</a></li>
<li><a href="#all-candies">Buy Now</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero container">
<div class="sub-hero">
<h1>
Discover Pure Joy with <span class="gradient-text">Pulse Candy</span> π¬ - Where Every Bite
is a Burst of Happiness π!
</h1>
<img src="_img/hero-img.png" alt="Pulse Candy">
</div>
<div class="gradient">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
</div>
</section>
<section id="popular" class="popular container">
<h2>Our popular flavours</h2>
<div class="candy-list">
<div class="popular-candy">
<img src="_img/pulse-kacha-aam.png" alt="Mango Candy">
<h3>Mango π₯</h3>
<p>Experience the zing of raw mango in every bite, a vibrant burst of tangy delight.</p>
</div>
<div class="popular-candy">
<img src="_img/pulse-guava.png" alt="Guava Candy">
<h3>Guava π</h3>
<p>Treat your taste buds to the tropical charm of guava, a symphony of sweetness and tanginess.</p>
</div>
<div class="popular-candy">
<img src="_img/pulse-orange.png" alt="Orange Candy">
<h3>Orange π</h3>
<p>Savor the citrusy goodness of orange, a burst of sunshine in every piece.</p>
</div>
</div>
</section>
<section id="why-us" class="why-choose-us container">
<h2>Why people love us π</h2>
<br>
<div class="why-us-col">
<ul class="why-us-list">
<li class="why-us"><b>Irresistible Taste</b><span class="why-us-info"> - A flavor explosion that
delights your taste buds.</span></li>
<li class="why-us"><b>Natural Ingredients</b><span class="why-us-info"> - Crafted with the goodness
of wholesome, natural elements.</span></li>
<li class="why-us"><b>Tantalizing Aromas</b><span class="why-us-info"> - Captivating scents that
enhance the overall experience.</span></li>
</ul>
<ul class="why-us-list">
<li class="why-us"><b>Healthier Choices</b><span class="why-us-info"> - Thoughtfully designed for
those seeking a healthier treat.</span></li>
<li class="why-us"><b>Deliciously Unique</b><span class="why-us-info"> - Distinctive flavors that
set us apart from the rest.</span></li>
<li class="why-us"><b>Customer Favorites</b><span class="why-us-info"> - Loved by our community,
tried and true favorites.</span></li>
</ul>
</div>
</section>
<section id="all-candies" class="all-candies container">
<h2>All our candies π¬</h2>
<div class="all-candies-list">
<div class="candy">
<img src="_img/pulse-kacha-aam.png" alt="Mango Candy">
<h3>Mango π₯</h3>
<ul>
<li><b>Calories:</b> 60 per serving</li>
<li><b>Ingredients:</b> Mango extract, sugar, citric acid</li>
<li><b>Weight:</b> 150g</li>
</ul>
<button>Buy for $12</button>
</div>
<div class="candy">
<img src="_img/pulse-guava.png" alt="Guava Candy">
<h3>Guava π</h3>
<ul>
<li><b>Calories:</b> 55 per serving</li>
<li><b>Ingredients:</b> Guava extract, sugar, citric acid</li>
<li><b>Weight:</b> 140g</li>
</ul>
<button>Buy for $12</button>
</div>
<div class="candy">
<img src="_img/pulse-orange.png" alt="Orange Candy">
<h3>Orange π</h3>
<ul>
<li><b>Calories:</b> 50 per serving</li>
<li><b>Ingredients:</b> Orange extract, sugar, citric acid</li>
<li><b>Weight:</b> 130g</li>
</ul>
<button>Buy for $12</button>
</div>
<div class="candy">
<img src="_img/pulse-lychee.png" alt="Lychee Candy">
<h3>Lychee π</h3>
<ul>
<li><b>Calories:</b> 65 per serving</li>
<li><b>Ingredients:</b> Lychee extract, sugar, citric acid</li>
<li><b>Weight:</b> 160g</li>
</ul>
<button>Buy for $12</button>
</div>
<div class="candy">
<img src="_img/pulse-lychee.png" alt="More Flavors Coming Soon">
<h3>Adding more...</h3>
<p>We are working on adding more flavors for you...</p>
</div>
</div>
</section>
</main>
<footer>
<div id="contact" class="container footer">
<div>
<p><b>Pulse Candy π¬</b></p>
<p>Savor the sweetness of Pulse Candy β your go-to for delightful confections. Elevate every moment with
our irresistible flavors. Pulse β where joy meets flavor.</p>
</div>
<div>
<p><b>Company</b></p>
<ul>
<li><a href="/">Home</a></li>
<li><a href="#popular">Popular</a></li>
<li><a href="#why-us">Why us</a></li>
<li><a href="#all-candies">Buy Now</a></li>
<li><a href="#contact">Contact us</a></li>
</ul>
</div>
<div>
<p><b>Get in touch</b></p>
<form method="" action="">
<label for="name">Name</label><br>
<input type="text" id="name" name="name"><br><br>
<label for="email">Email</label><br>
<input type="email" id="email" name="email"><br><br>
<label for="message">Message</label><br>
<textarea id="message" name="message"></textarea><br>
<button type="submit">Send</button>
</form>
</div>
</div>
</footer>
</body>
</html>