-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout us.html
73 lines (68 loc) · 4.08 KB
/
about us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<header>
<section>
<h3><b>FRUITS AND VEGGIES DELIGHT</b></h3>
<nav>
<div class="logo"><img src="Images/Video/Logo.jpeg" class="logo" /></div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about us.html">about us</a></li>
<li><a href="services.html">Products</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section class="about-us">
<div class="container bordered">
<h1>About Us</h1>
<p>Welcome to <span class="color1">Fruits and Veggie Delight</span>, where our passion
for <span class="color2">fresh, organic produce</span> drives us to bring the best fruits and
vegetables to your table. Founded with a commitment to <span class="color3">healthy living</span> and
<span class="color4">sustainability</span>, we source our products directly from local farmers to
ensure freshness and quality.</p>
</div>
<div class="container">
<h1>Our Mission</h1>
<p>Our mission is to make <span class="color2">fresh, nutritious produce</span> accessible to everyone
while supporting environmentally <span class="color3">sustainable farming practices</span>. We believe
that eating <span class="color1">healthy</span> should be easy, affordable, and enjoyable.</p>
</div>
<div class="container bordered">
<h1>Our Values</h1>
<ul>
<li><strong>Quality:</strong> We are dedicated to offering only the <span class="color4">best quality fruits and vegetables</span>, grown organically and handled with care.</li>
<li><strong>Sustainability:</strong> We prioritize <span class="color2">eco-friendly practices</span>, aiming to reduce our carbon footprint through responsible sourcing and packaging.</li>
<li><strong>Community:</strong> We support <span class="color3">local farmers</span> and believe in giving back to the community that sustains us.</li>
</ul>
</div>
<div class="container">
<h2>Our Story</h2>
<p><span class="color1">Fruits and Veggie Delight</span> was founded in 2023 by a team of health
enthusiasts who recognized the importance of a <span class="color2">balanced diet</span> in today's
fast-paced world. With a vision of promoting <span class="color3">healthy eating habits</span>,
our business started with a small farm and has now grown to serve a
<span class="color4">global market</span>, delivering fresh produce to homes worldwide.</p>
</div>
<div class="container bordered">
<h2>Why Choose Us?</h2>
<p>Choosing <span class="color1">Fruits and Veggie Delight</span> means opting for <span class="color2">freshness</span>, <span class="color3">health</span>, and <span class="color4">convenience</span>. From our carefully curated selections to our commitment to organic farming, we stand by our promise to bring nature’s best to your door.</p>
</div>
</section>
</main>
<footer>
<p>© 2023 Fruits and Veggie Delight. All rights reserved.</p>
</footer>
</body>
</html>
</header>
</section>
</body>
</html>