-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (208 loc) · 12.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--========== Google tag (gtag.js) ==========-->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-455916397"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-455916397');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--========== BOX ICONS ==========-->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<!--========== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Responsive website food</title>
</head>
<body>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-chevron-up scrolltop__icon'></i>
</a>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="#" class="nav__logo"><img src="assets/img/mealcraft-logo.png" alt="MealCraft Logo" !--class="nav__logo"--></a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active-link">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#services" class="nav__link">Services</a></li>
<li class="nav__item"><a href="#menu" class="nav__link">Menu</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact us</a></li>
<li><i class='bx bx-moon change-theme' id="theme-button"></i></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu' style="float: right; padding-right: 2px;" ></i>
</div>
</nav>
</header>
<main class="l-main">
<!--========== HOME ==========-->
<section class="home" id="home">
<div class="home__container bd-container bd-grid">
<div class="home__data">
<h1 class="home__title">MealCraft</h1>
<h2 class="home__subtitle">India's Most Popular Meal Kit</h2>
<a href="#menu" class="button">Explore Our Plans</a>
</div>
<img src="assets/img/home.png" alt="" class="home__img">
</div>
</section>
<!--========== ABOUT ==========-->
<section class="about section bd-container" id="about">
<div class="about__container bd-grid">
<div class="about__data">
<span class="section-subtitle about__initial"> </span>
<h2 class="section-title about__initial">We provide the best healthy and tasty recipes</h2>
<p class="about__description">We have the best meal plans, with excellent customer service, and at the best price, for you.</p>
<a href="#" class="button">Explore history</a>
</div>
<img src="assets/img/about.jpg" alt="" class="about__img">
</div>
</section>
<!--===== BOX DETAILS =======-->
<section class="box section bd-container">
<div class="app__container bd-grid">
<div class="box__data">
<h2 class="section-title app__initial">What's in the Box</h2>
<p class="box__description">✓ Easy-to-follow recipes with clear nutritional info</p>
<p class="box__description">✓ High-quality ingredients sourced straight from the farm</p>
<p class="box__description">✓ Convenient meal kits that fit perfectly in the fridge</p>
<p class="box__description">✓ A fun cooking experience that makes you feel unstoppable</p>
<p class="box__description"><a href="https://www.hellofresh.com/about/sustainability/packaging">✓ Innovative packaging designed to reduce waste</a></p>
</div>
<img src="assets/img/mealcraft-box.png" alt="" class="box__img">
</div>
</section>
<!--========== SERVICES ==========-->
<section class="services section bd-container" id="services">
<span class="section-subtitle"> </span>
<h2 class="section-title">Why MealCraft ?</h2>
<div class="services__container bd-grid">
<div class="services__content">
<img src="assets/img/why-hellofresh-icn1.png">
<h3 class="services__title">No skimpin’ on the chicken!</h3>
<p class="services__description">Or steak, or fish, or plant protein.</p>
</div>
<div class="services__content">
<img src="assets/img/why-hellofresh-icn2.png">
<h3 class="services__title">No commitment whatsoever</h3>
<p class="services__description">Skipping weeks or canceling is super easy.</p>
</div>
<div class="services__content">
<img src="assets/img/why-hellofresh-icn4.png">
<h3 class="services__title">Fresh and affordable</h3>
<p class="services__description">Chef-created deliciousness from ₹90 per meal.</p>
</div>
</div>
</section>
<!--========== MENU ==========-->
<section class="menu section bd-container" id="menu">
<span class="section-subtitle">Special</span>
<h2 class="section-title">Menu of the week</h2>
<div class="menu__container bd-grid">
<div class="menu__content">
<img src="assets/img/plate1.png" alt="" class="menu__img">
<h3 class="menu__name">Barbecue salad</h3>
<span class="menu__detail">Delicious dish</span>
<span class="menu__preci">₹132</span>
<a href="#" class="button menu__button"><i class='bx bx-cart-alt'></i></a>
</div>
<div class="menu__content">
<img src="assets/img/plate2.png" alt="" class="menu__img">
<h3 class="menu__name">Salad with fish</h3>
<span class="menu__detail">Delicious dish</span>
<span class="menu__preci">₹117</span>
<a href="#" class="button menu__button"><i class='bx bx-cart-alt'></i></a>
</div>
<div class="menu__content">
<img src="assets/img/plate3.png" alt="" class="menu__img">
<h3 class="menu__name">Spinach salad</h3>
<span class="menu__detail">Delicious dish</span>
<span class="menu__preci">₹93</span>
<a href="#" class="button menu__button"><i class='bx bx-cart-alt'></i></a>
</div>
</div>
</section>
<!--===== APP =======-->
<section class="app section bd-container">
<div class="app__container bd-grid">
<div class="app__data">
<span class="section-subtitle app__initial">App</span>
<h2 class="section-title app__initial">App is available</h2>
<p class="app__description">Find our application and download it, fast and easy way to order your meal plan, see your deliveries on the way and much more.</p>
<div class="app__stores">
<a href="https://apps.apple.com/us/app/mealcraft/id999999999"><img src="assets/img/app1.png" alt="" class="app__store"></a>
<a href="https://play.google.com/store/apps/details?id=com.devblocker.mealcraft&gl=US"><img src="assets/img/app2.png" alt="" class="app__store"></a>
</div>
</div>
<img src="assets/img/mobile-app.png" alt="" class="app__img">
</div>
</section>
<!--========== CONTACT US ==========-->
<section class="contact section bd-container" id="contact">
<div class="contact__container bd-grid">
<div class="contact__data">
<span class="section-subtitle contact__initial">Let's talk</span>
<h2 class="section-title contact__initial">Contact us</h2>
<p class="contact__description">If you have any food related health problems, contact us and we will attend you quickly, with our 24/7 chat service.</p>
</div>
<div class="contact__button">
<a href="mailto:roshan98831@gmail.com?subject=Contact MealCraft" class="button">Contact us now</a>
</div>
</div>
</section>
</main>
<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
<div class="footer__content">
<a href="#" class="footer__logo">MealCraft</a>
<span class="footer__description">Meal Delivery Service</span>
<div>
<a href="#" class="footer__social"><i class='bx bxl-facebook'></i></a>
<a href="#" class="footer__social"><i class='bx bxl-instagram'></i></a>
<a href="#" class="footer__social"><i class='bx bxl-twitter'></i></a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Services</h3>
<ul>
<li><a href="#" class="footer__link">Delivery</a></li>
<li><a href="#" class="footer__link">Pricing</a></li>
<li><a href="#" class="footer__link">Health</a></li>
<li><a href="#" class="footer__link">Our Team</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Information</h3>
<ul>
<li><a href="mis&vis.html" class="footer__link">Mission and Vision</a></li>
<li><a href="mailto:roshan98831@gmail.com?subject=Contact MealCraft" class="footer__link">Contact us</a></li>
<li><a href="privacypolicy.html" class="footer__link">Privacy policy</a></li>
<li><a href="#" class="footer__link">Terms of services</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Address</h3>
<ul>
<li>West Bengal - India</li>
<li>Kolkata 700000</li>
<li>987 - 654 - 321</li>
<li>mealcraft@email.com</li>
</ul>
</div>
</div>
<p class="footer__copy">© 2023 DevBlocker. All right reserved</p>
</footer>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="assets/js/main.js"></script>
</body>
</html>