-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (172 loc) · 8.22 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
<!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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="manifest" href="/site.webmanifest">
<title>🍕 Pizza Bliss - Fresh & Tasty 🍅</title>
<!-- Box Icons -->
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<!-- Link To CSS -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navbar -->
<header>
<a href="#" class="logo">🧀 Mozza ✨ Magic</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home"><i class="fas fa-home"></i> Home</a></li>
<li><a href="#about"><i class="fas fa-info-circle"></i> About</a></li>
<li><a href="#menu"><i class="fas fa-utensils"></i> Menu</a></li>
<li><a href="#services"><i class="fas fa-concierge-bell"></i> Services</a></li>
<li><a href="#contact"><i class="fas fa-envelope"></i> Contact</a></li>
<!-- Dark Mode -->
<div class="bx bx-moon" id="darkmode"></div>
</ul>
</header>
<!-- Home Section -->
<section class="home" id="home">
<div class="home-text">
<h1>🍕 Welcome to Pizza Bliss! 😋</h1>
<h2><i class="fas fa-pizza-slice"></i> Your haven for authentic and delicious pizza <i class="fas fa-pizza-slice"></i></h2>
<a href="#" class="btn">Explore Our Menu</a>
</div>
<div class="home-img">
<img src="https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8Mnx8fGVufDB8fHx8&w=1000&q=80.png" alt="Delicious Pizza">
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="about-img">
<img src="https://cdn.pixabay.com/photo/2017/12/09/08/18/pizza-3007395__480.jpg" alt="About Pizza Bliss">
</div>
<div class="about-text">
<span>About Us</span>
<h2>Passionate about Crafting Perfect Pizzas</h2>
<p>At Pizza Bliss, we believe that great pizza starts with quality ingredients. Our chefs are dedicated to creating mouth-watering flavors that will transport you to Italy with every bite. From classic Margherita to unique gourmet options, there's something for everyone!</p>
<a href="#" class="btn">Discover Our Story</a>
</div>
</section>
<!-- Menu Section -->
<section class="menu" id="menu">
<div class="heading">
<span>Menu</span>
<h2>Indulge in Our Exquisite Pizza Selection</h2>
</div>
<div class="menu-container">
<!-- Box 1 -->
<div class="box">
<div class="box-img">
<img src="https://images.pexels.com/photos/803290/pexels-photo-803290.jpeg?cs=srgb&dl=pexels-beqa-tefnadze-803290.jpg&fm=jpg" alt="Cheese Pizza">
</div>
<h2>Classic Cheese Pizza</h2>
<h3>A timeless favorite</h3>
<span>$30.05</span>
<i class='bx bx-cart-alt'></i>
</div>
<!-- Box 2 -->
<div class="box">
<div class="box-img">
<img src="https://img.freepik.com/free-photo/pepperoni-pizza-with-sausages-cheese-dark-wooden-table_220768-9277.jpg?size=626&ext=jpg" alt="Tropical Pizza">
</div>
<h2>Tropical Delight Pizza</h2>
<h3>A burst of tropical flavors</h3>
<span>$42.05</span>
<i class='bx bx-cart-alt'></i>
</div>
<!-- Box 3 -->
<div class="box">
<div class="box-img">
<img src="https://img.freepik.com/free-photo/top-view-pepperoni-pizza-with-mushroom-sausages-bell-pepper-olive-corn-black-wooden_141793-2158.jpg?w=740&t=st=1661842808~exp=1661843408~hmac=c40f0c154036b96b1dba17947c4e4f7c07f40db983106490402bb0b7b6ec452e" alt="Mecaroni Pizza">
</div>
<h2>Special Mecaroni Pizza</h2>
<h3>For pasta lovers!</h3>
<span>$12.05</span>
<i class='bx bx-cart-alt'></i>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="heading">
<span>Services</span>
<h2>Your Satisfaction is Our Priority</h2>
</div>
<div class="servives-container">
<!-- Box 1 -->
<div class="s-box">
<img src="https://images.pexels.com/photos/280453/pexels-photo-280453.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500.png" alt="Ordering Service">
<h3>Easy Ordering</h3>
<p>Order your favorite pizzas online with just a few clicks. Our user-friendly interface makes it simple and fast!</p>
</div>
<!-- Box 2 -->
<div class="s-box">
<img src="https://images.pexels.com/photos/4391470/pexels-photo-4391470.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500.png" alt="Fast Shipping">
<h3>Quick Delivery</h3>
<p>We ensure your pizzas are delivered hot and fresh to your doorstep in no time, so you can enjoy them at their best.</p>
</div>
<!-- Box 3 -->
<div class="s-box">
<img src="https://images.pexels.com/photos/4393426/pexels-photo-4393426.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500.png" alt="Delivery Service">
<h3>Reliable Service</h3>
<p>Our team is dedicated to providing top-notch service, ensuring your dining experience is nothing short of amazing!</p>
</div>
</div>
</section>
<!-- Connect Section -->
<section class="connect">
<div class="connect-text">
<span>Join the Conversation</span>
<h2>Connect with Us Today!</h2>
</div>
<a href="#" class="btn">Contact Our Team</a>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="contact-box">
<h3>Get in Touch</h3>
<span>Connect With Us</span>
<div class="social">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
</div>
</div>
<div class="contact-box">
<h3>Quick Menu Links</h3>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#menu">Menu</a></li>
<li><a href="#services">Service</a></li>
<li><a href="#contact">Contact</a></li>
</div>
<div class="contact-box">
<h3>Additional Resources</h3>
<li><a href="#Contact">Contact</a></li>
<li><a href="#Privacy Policy">Privacy Policy</a></li>
<li><a href="#Disclaimer">Disclaimer</a></li>
<li><a href="#Terms Of Use">Terms Of Use</a></li>
</div>
<div class="contact-box address">
<h3>Our Location</h3>
<i class='bx bxs-map'><span>123, MG Road, Bangalore, Karnataka, India</span></i>
<i class='bx bxs-phone'><span>+91 98765 43210</span></i>
<i class='bx bxs-envelope'><span>[email protected]</span></i>
</div>
</section>
<!-- Footer -->
<footer>
<div class="copyright">
<span>🍕 2024 Pizza Bliss - All Rights Reserved. 🌟</span>
</div>
</footer>
<!-- Link To JS -->
<script src="script.js"></script>
</body>
</html>